@atlaskit/range 9.2.11 → 9.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -11
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/range
|
|
2
2
|
|
|
3
|
+
## 9.2.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 9.2.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -424,7 +430,6 @@
|
|
|
424
430
|
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
425
431
|
[`78741dd1644`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78741dd1644) - [ux]
|
|
426
432
|
Breaking visual changes to range to afford better contrast:
|
|
427
|
-
|
|
428
433
|
- The scrubber now applies the same color as the foreground
|
|
429
434
|
- The disabled state has been altered; it's now a consistently applied opacity state overlay
|
|
430
435
|
across the whole element
|
|
@@ -704,7 +709,6 @@
|
|
|
704
709
|
In `4.0.0` we bring significant performance improvements all for just the cost of 1 breaking
|
|
705
710
|
change 😮. That's not all folks because this update comes with a 🤑 FREE 🤑 codemod for you to
|
|
706
711
|
upgrade with.
|
|
707
|
-
|
|
708
712
|
- Range no longer has a `peerDependency` on `styled-components@3`. Internally range is now using
|
|
709
713
|
`@emotion/core` for styling
|
|
710
714
|
- A performance issue made the range noticeably laggy with large ranges. With this change we are
|
|
@@ -727,7 +731,6 @@
|
|
|
727
731
|
```
|
|
728
732
|
|
|
729
733
|
#### Notes
|
|
730
|
-
|
|
731
734
|
- You first need to upgrade to `4.0.0` **before** you run the codemod cli. This is because the cli
|
|
732
735
|
will look in your local `node_modules` for the codemod which is published inside the `spinner`
|
|
733
736
|
package.
|
|
@@ -763,7 +766,6 @@
|
|
|
763
766
|
|
|
764
767
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
765
768
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
766
|
-
|
|
767
769
|
- @atlaskit/docs@8.3.2
|
|
768
770
|
- @atlaskit/visual-regression@0.1.9
|
|
769
771
|
- @atlaskit/checkbox@10.1.7
|
|
@@ -891,21 +893,18 @@
|
|
|
891
893
|
## 2.0.0
|
|
892
894
|
|
|
893
895
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
894
|
-
|
|
895
896
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
896
897
|
this package, please ensure you use at least this version of react and react-dom.
|
|
897
898
|
|
|
898
899
|
## 1.0.0
|
|
899
900
|
|
|
900
901
|
- [major][546b636a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/546b636a36):
|
|
901
|
-
|
|
902
902
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
903
903
|
use
|
|
904
904
|
|
|
905
905
|
## 0.2.2
|
|
906
906
|
|
|
907
907
|
- [patch][1f2a181b0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f2a181b0f):
|
|
908
|
-
|
|
909
908
|
- onChange is no longer overridden by spread props. As a result this component should now work in
|
|
910
909
|
uncontrolled mode
|
|
911
910
|
|
|
@@ -921,7 +920,6 @@
|
|
|
921
920
|
## 0.2.0
|
|
922
921
|
|
|
923
922
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
924
|
-
|
|
925
923
|
- Drop ES5 from all the flow modules
|
|
926
924
|
|
|
927
925
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -966,7 +964,6 @@
|
|
|
966
964
|
## 0.1.3
|
|
967
965
|
|
|
968
966
|
- [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
|
|
969
|
-
|
|
970
967
|
- Added test to make sure the props are passed down to hidden input
|
|
971
968
|
|
|
972
969
|
## 0.1.2
|
|
@@ -980,12 +977,10 @@
|
|
|
980
977
|
## 0.1.1
|
|
981
978
|
|
|
982
979
|
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
983
|
-
|
|
984
980
|
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
985
981
|
make theming simpler. Update all dependant components.
|
|
986
982
|
|
|
987
983
|
## 0.1.0
|
|
988
984
|
|
|
989
985
|
- [minor][8945a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8945a58):
|
|
990
|
-
|
|
991
986
|
- Initial release
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/range",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.12",
|
|
4
4
|
"description": "A range lets users choose an approximate value on a slider.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
30
30
|
"@atlaskit/theme": "^21.0.0",
|
|
31
|
-
"@atlaskit/tokens": "^
|
|
31
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
|
-
"@compiled/react": "^0.18.
|
|
33
|
+
"@compiled/react": "^0.18.6"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.2.0"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@af/visual-regression": "workspace:^",
|
|
42
42
|
"@atlaskit/button": "^23.5.0",
|
|
43
43
|
"@atlaskit/checkbox": "^17.1.0",
|
|
44
|
-
"@atlaskit/docs": "^11.
|
|
44
|
+
"@atlaskit/docs": "^11.2.0",
|
|
45
45
|
"@atlaskit/form": "^14.2.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|
|
47
47
|
"@atlaskit/primitives": "^15.0.0",
|