You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Changelog
2
2
3
3
### 15.0.0 (*2021-05-02*)
4
-
- noUiSlider is now written and distributed as Typescript;
4
+
- noUiSlider is now written and distributed as TypeScript;
5
5
- Types are now provided. If you are currently using [@types/nouislider](https://www.npmjs.com/package/@types/nouislider), this should be replaced;
6
6
- The distributed files have moved from `distribute` to `dist` in the NPM package, and are no longer in the repository; You may need to change the path to the noUiSlider CSS file if you are importing it using a package manager;
7
7
- Fixed: Slider now properly works in multiple layers of Shadow DOM (#1121);
8
8
- Removed: `version` from exceptions and export;
9
9
- Removed: Bower support;
10
10
11
11
### 14.7.0 (*2021-04-06*)
12
-
- noUiSlider is now build with Typescript. This release contains no further changes.
12
+
- noUiSlider is now build with TypeScript. This release contains no further changes.
13
13
14
14
### 14.6.4 (*2021-03-18*)
15
15
- Fixed: Fixed `updateOptions` with falsy value for `start` (#1127);
0 commit comments