Skip to content

Commit 4cf9002

Browse files
committed
docs(build): preparation for the next release
1 parent c06aa63 commit 4cf9002

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Safari TP seems to support the `datalist` element at least basically. Yeah !!! Exciting news! I'm planning to release a new major version soon to both cheer as well as accommodate their implementation.
1313

14+
## [1.25.0] - 2022-05-16
15+
16+
### Added
17+
18+
- npm scripts for easier releasing
19+
- test: `html-validate` for testing
20+
- code conventions file [#76](https://github.com/mfranzke/loading-attribute-polyfill/issues/76)
21+
- test: CodeQL
22+
- Recommended VS Code extensions
23+
- test: Super linter
24+
- build: CI/CD workflows / actions
25+
- renovate for Dependency updates
26+
- feature detection result shown on the demo page
27+
- financial contributors to the README ([#82](https://github.com/mfranzke/loading-attribute-polyfill/issues/82))
28+
29+
### Changed
30+
31+
- optimized documentation
32+
- updated `devDependencies`
33+
- optimized build process
34+
- `.gitignore` file according to githubs default content
35+
- manifested to use Node 14 for the moment dependening on Webdriver.io
36+
- default branch name from `master` to `main`
37+
- replaced dependencies badge
38+
1439
## [1.24.4] - 2020-05-23
1540

1641
### Changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datalist-polyfill",
33
"description": "Minimal and dependency-free vanilla JS datalist polyfill. Supports all standard's functionality as well as mimics other browsers behavior.",
4-
"version": "1.24.4",
4+
"version": "1.25.0",
55
"homepage": "https://github.com/mfranzke/datalist-polyfill",
66
"authors": [
77
{

0 commit comments

Comments
 (0)