Skip to content

Commit

Permalink
noUiSlider 15.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Aug 14, 2021
1 parent 7343d66 commit 00afe0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 15.4.0 (*2021-08-14*)
- Added: `handleAttributes` option (#1019);
- Added: `drag-all` behaviour (#756, #841, #1116);
- Added: ESM/ES6 module distribution `dist/nouislider.mjs` (#1149);
- Added: support for ranges where `min` = `max` (#236, #359, #578, #633, #676, #790);
- Added: `getPositions` method;
- Fixed: Duplicate change/set events when using `snap` behaviour (#1106);

### 15.3.0 (*2021-08-10*)
- Added: `keyboardMultiplier` option (#1151);

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nouislider",
"version": "15.3.0",
"version": "15.4.0",
"main": "dist/nouislider.js",
"style": "dist/nouislider.min.css",
"types": "dist/nouislider.d.ts",
Expand Down

0 comments on commit 00afe0d

Please sign in to comment.