New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/range

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/range - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

31

CHANGELOG.md
# @atlaskit/range
## 2.0.2
- Updated dependencies [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
- @atlaskit/tooltip@15.0.0
## 2.0.1
- Updated dependencies [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):

@@ -9,17 +15,21 @@ - @atlaskit/checkbox@8.0.0

## 2.0.0
- [major] [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
## 1.0.0
- [major] [546b636a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/546b636a36):
- [major][546b636a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/546b636a36):
- This major release indicates that this package is no longer under dev preview but is ready for use
## 0.2.2
- [patch] [1f2a181b0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f2a181b0f):
- [patch][1f2a181b0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f2a181b0f):
- onChange is no longer overridden by spread props. As a result this component should now work in uncontrolled mode
## 0.2.1
- Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):

@@ -32,4 +42,5 @@ - @atlaskit/docs@7.0.3

## 0.2.0
- [minor] [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
- Drop ES5 from all the flow modules

@@ -54,3 +65,3 @@

This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't *actually* supposed to be used. 2. We are unable to do this *internally* in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.
This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't _actually_ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.

@@ -66,7 +77,9 @@ To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.

## 0.1.3
- [patch] [aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
- [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
- Added test to make sure the props are passed down to hidden input
## 0.1.2
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):

@@ -79,9 +92,11 @@ - @atlaskit/checkbox@5.0.9

## 0.1.1
- [patch] [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
- Change API to experimental theming API to namespace component themes into separate contexts and make theming simpler. Update all dependant components.
## 0.1.0
- [minor] [8945a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8945a58):
- [minor][8945a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8945a58):
- Initial release
{
"name": "@atlaskit/range",
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/range",
"version": "2.0.1",
"version": "2.0.2",
"description": "A styled version of the native input[range] element.",

@@ -31,6 +31,6 @@ "repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",

"@atlaskit/build-utils": "^2.0.0",
"@atlaskit/docs": "^8.1.1",
"@atlaskit/checkbox": "^8.0.0",
"@atlaskit/docs": "^8.0.0",
"@atlaskit/ssr": "^0.1.0",
"@atlaskit/tooltip": "^14.0.0",
"@atlaskit/tooltip": "^15.0.0",
"@atlaskit/visual-regression": "^0.1.0",

@@ -45,2 +45,2 @@ "enzyme": "^3.7.0",

]
}
}
{
"name": "@atlaskit/range",
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc