Skip to content

Commit 3b07387

Browse files
committed
Welcome to NFSFU234 Form [email protected]
1 parent e10f1ce commit 3b07387

File tree

9 files changed

+15
-7
lines changed

9 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.0.0] - 2023-08-26
4+
5+
### Breaking Change
6+
- Renamed the minified CSS output file from `nfsfu234-formValidation.min.css` to `nfsfu234FormValidation.min.css`, impacting how users refrence the minified CSS
7+
8+
### Other Changes
9+
- Updated the banner from the versioning banner to a more staticand elegant banner.
10+
311
## [1.2.4] - 2023-08-26
412

513
### Changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ To use the library in your project, there are two ways to include NFSF234 Form V
5252
If you're looking to employ the form validation library in your browser environment, simply include the following URLs within the `<head>` tag of your HTML code:
5353

5454
```html
55-
<link rel="stylesheet" href="https://unpkg.com/nfsfu234-form-validation@1.2.4/dist/css/nfsfu234FormValidation.min.css">
56-
<script src="https://unpkg.com/nfsfu234-form-validation@1.2.4/dist/js/nfsfu234FormValidation.js"></script>
55+
<link rel="stylesheet" href="https://unpkg.com/nfsfu234-form-validation@2.0.0/dist/css/nfsfu234FormValidation.min.css">
56+
<script src="https://unpkg.com/nfsfu234-form-validation@2.0.0/dist/js/nfsfu234FormValidation.js"></script>
5757
```
5858

5959
This way, your browser-based project can readily harness the capabilities of the NFSFU234 Form Validation library. 🌐📦

dist/css/nfsfu234-formValidation.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/css/nfsfu234-formValidation.min.css renamed to dist/css/nfsfu234FormValidation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)