Skip to content

Commit

Permalink
noUiSlider 15.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Oct 9, 2021
1 parent a1f8f17 commit b34fae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 15.5.0 (*2021-01-09*)
- Fixed: Compositing issues in Safari (note that this updates the stylesheet!) (#987, #998, #1029, #1154);
- Changed: divisibility of `margin`, `padding` and `limit` by `step` is no longer enforced (#1163);

### 15.4.0 (*2021-08-14*)
- Added: `handleAttributes` option (#1019);
- Added: `drag-all` behaviour (#756, #841, #1116);
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.4.0",
"version": "15.5.0",
"main": "dist/nouislider.js",
"style": "dist/nouislider.min.css",
"types": "dist/nouislider.d.ts",
Expand Down

0 comments on commit b34fae4

Please sign in to comment.