You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@atlaskit/select

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3

16

CHANGELOG.md
# @atlaskit/select
## 4.2.3
- [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
- [patch] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
- @atlaskit/tooltip@10.2.1
- @atlaskit/modal-dialog@5.2.2
- @atlaskit/button@8.1.2
- @atlaskit/theme@4.0.4
- @atlaskit/checkbox@3.0.6
- @atlaskit/icon@12.1.2
- @atlaskit/form@2.1.2
## 4.2.2

@@ -63,2 +74,3 @@ - [patch] Added upgrade guide, updated atlaskit/docs dep on react-markings to expose md parser customisations [aef4aea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4aea)

- Added touch handling logic to detect user intent to scroll the page when interacting with the select control.
## 3.0.2

@@ -91,4 +103,2 @@ - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)

## 2.0.1
## 2.0.0

@@ -107,3 +117,2 @@ - [major] Classname prop added, if this is given a value we surface logical semantic classes prefixed with the supplied value to enable styling via css otherwise a generated hash value is used.W e also now export icon components from the components object to facilitate easier customisation. Previously this behaviour was enforced, and classes were given semantic values and prefixed with ‘react-select’ by default (i.e. react-select__dropdown-indicator) . See the following commit for details https://github.com/JedWatson/react-select/commit/109d1aadb585cc5fd113d03309d80bd59b5eaf9b Also in this release, IE 11 display bugfix for centre alligned elements in a flex parent, fix for react15 compatibility, fix for bug where long tail values were not being truncated properly in the control [8d19b24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d19b24)

## 1.1.1
- [patch] Re-export some exports from react-select for use in other packages. [eda9906](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eda9906)

@@ -136,3 +145,2 @@

## 0.1.4
- [patch] misc updates to select package [bd000c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd000c7)

@@ -139,0 +147,0 @@

{
"name": "@atlaskit/select",
"version": "4.2.1"
"version": "4.2.2"
}
{
"name": "@atlaskit/select",
"version": "4.2.2",
"version": "4.2.3",
"description": "React component which allows selection of item(s) from a dropdown list.",

@@ -27,4 +27,4 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/icon": "^12.1.1",
"@atlaskit/theme": "^4.0.3",
"@atlaskit/icon": "^12.1.2",
"@atlaskit/theme": "^4.0.4",
"focus-trap": "^2.4.5",

@@ -42,8 +42,8 @@ "react-node-resolver": "^1.0.1",

"devDependencies": {
"@atlaskit/button": "^8.1.1",
"@atlaskit/checkbox": "^3.0.5",
"@atlaskit/button": "^8.1.2",
"@atlaskit/checkbox": "^3.0.6",
"@atlaskit/docs": "^4.2.0",
"@atlaskit/form": "2.1.1",
"@atlaskit/modal-dialog": "^5.1.1",
"@atlaskit/tooltip": "^10.1.0",
"@atlaskit/form": "2.1.2",
"@atlaskit/modal-dialog": "^5.2.2",
"@atlaskit/tooltip": "^10.2.1",
"@atlaskit/webdriver-runner": "^0.0.3",

@@ -50,0 +50,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc