@atlaskit/range 9.2.10 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -11
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/range
2
2
 
3
+ ## 9.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.10
4
16
 
5
17
  ### Patch Changes
@@ -418,7 +430,6 @@
418
430
  - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
419
431
  [`78741dd1644`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78741dd1644) - [ux]
420
432
  Breaking visual changes to range to afford better contrast:
421
-
422
433
  - The scrubber now applies the same color as the foreground
423
434
  - The disabled state has been altered; it's now a consistently applied opacity state overlay
424
435
  across the whole element
@@ -698,7 +709,6 @@
698
709
  In `4.0.0` we bring significant performance improvements all for just the cost of 1 breaking
699
710
  change 😮. That's not all folks because this update comes with a 🤑 FREE 🤑 codemod for you to
700
711
  upgrade with.
701
-
702
712
  - Range no longer has a `peerDependency` on `styled-components@3`. Internally range is now using
703
713
  `@emotion/core` for styling
704
714
  - A performance issue made the range noticeably laggy with large ranges. With this change we are
@@ -721,7 +731,6 @@
721
731
  ```
722
732
 
723
733
  #### Notes
724
-
725
734
  - You first need to upgrade to `4.0.0` **before** you run the codemod cli. This is because the cli
726
735
  will look in your local `node_modules` for the codemod which is published inside the `spinner`
727
736
  package.
@@ -757,7 +766,6 @@
757
766
 
758
767
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
759
768
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
760
-
761
769
  - @atlaskit/docs@8.3.2
762
770
  - @atlaskit/visual-regression@0.1.9
763
771
  - @atlaskit/checkbox@10.1.7
@@ -885,21 +893,18 @@
885
893
  ## 2.0.0
886
894
 
887
895
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
888
-
889
896
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
890
897
  this package, please ensure you use at least this version of react and react-dom.
891
898
 
892
899
  ## 1.0.0
893
900
 
894
901
  - [major][546b636a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/546b636a36):
895
-
896
902
  - This major release indicates that this package is no longer under dev preview but is ready for
897
903
  use
898
904
 
899
905
  ## 0.2.2
900
906
 
901
907
  - [patch][1f2a181b0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f2a181b0f):
902
-
903
908
  - onChange is no longer overridden by spread props. As a result this component should now work in
904
909
  uncontrolled mode
905
910
 
@@ -915,7 +920,6 @@
915
920
  ## 0.2.0
916
921
 
917
922
  - [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
918
-
919
923
  - Drop ES5 from all the flow modules
920
924
 
921
925
  ### Dropping CJS support in all @atlaskit packages
@@ -960,7 +964,6 @@
960
964
  ## 0.1.3
961
965
 
962
966
  - [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
963
-
964
967
  - Added test to make sure the props are passed down to hidden input
965
968
 
966
969
  ## 0.1.2
@@ -974,12 +977,10 @@
974
977
  ## 0.1.1
975
978
 
976
979
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
977
-
978
980
  - Change API to experimental theming API to namespace component themes into separate contexts and
979
981
  make theming simpler. Update all dependant components.
980
982
 
981
983
  ## 0.1.0
982
984
 
983
985
  - [minor][8945a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8945a58):
984
-
985
986
  - Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "9.2.10",
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/"
@@ -24,13 +24,13 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/css": "^0.14.0",
27
+ "@atlaskit/css": "^0.15.0",
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": "^6.4.0",
31
+ "@atlaskit/tokens": "^7.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
- "@compiled/react": "^0.18.3"
33
+ "@compiled/react": "^0.18.6"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^18.2.0"
@@ -39,12 +39,12 @@
39
39
  "@af/accessibility-testing": "workspace:^",
40
40
  "@af/integration-testing": "workspace:^",
41
41
  "@af/visual-regression": "workspace:^",
42
- "@atlaskit/button": "^23.4.0",
42
+ "@atlaskit/button": "^23.5.0",
43
43
  "@atlaskit/checkbox": "^17.1.0",
44
- "@atlaskit/docs": "^11.1.0",
44
+ "@atlaskit/docs": "^11.2.0",
45
45
  "@atlaskit/form": "^14.2.0",
46
46
  "@atlaskit/link": "^3.2.0",
47
- "@atlaskit/primitives": "^14.15.0",
47
+ "@atlaskit/primitives": "^15.0.0",
48
48
  "@atlaskit/section-message": "^8.7.0",
49
49
  "@atlaskit/ssr": "workspace:^",
50
50
  "@atlaskit/tooltip": "^20.5.0",