@atlaskit/form
Advanced tools
Comparing version 2.1.2 to 2.1.3
# @atlaskit/form | ||
## 2.1.3 | ||
- [patch] Fix $FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- [none] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d) | ||
- @atlaskit/tooltip@10.3.1 | ||
- @atlaskit/select@4.3.1 | ||
- @atlaskit/modal-dialog@5.2.5 | ||
- @atlaskit/single-select@5.2.1 | ||
- @atlaskit/multi-select@10.2.1 | ||
- @atlaskit/field-text-area@3.1.2 | ||
- @atlaskit/button@8.2.2 | ||
- @atlaskit/checkbox@3.1.2 | ||
- @atlaskit/calendar@6.1.3 | ||
- @atlaskit/field-radio-group@3.1.2 | ||
- @atlaskit/icon@12.3.1 | ||
## 2.1.2 | ||
@@ -4,0 +19,0 @@ - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd) |
@@ -247,3 +247,3 @@ 'use strict'; | ||
autoComplete: autoComplete | ||
//$FlowFixMe Only for dev preview. TODO: resolve this type error | ||
// $FlowFixMe Only for dev preview. TODO: resolve this type error | ||
, ref: function ref(form) { | ||
@@ -250,0 +250,0 @@ _this2.form = form; |
@@ -215,3 +215,3 @@ import _toConsumableArray from 'babel-runtime/helpers/toConsumableArray'; | ||
autoComplete: autoComplete | ||
//$FlowFixMe Only for dev preview. TODO: resolve this type error | ||
// $FlowFixMe Only for dev preview. TODO: resolve this type error | ||
, ref: function ref(form) { | ||
@@ -218,0 +218,0 @@ _this2.form = form; |
{ | ||
"name": "@atlaskit/form", | ||
"version": "2.1.1" | ||
"version": "2.1.2" | ||
} |
{ | ||
"name": "@atlaskit/form", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Form package provides layout & validation for form fields", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/icon": "^12.1.2", | ||
"@atlaskit/icon": "^12.3.1", | ||
"@atlaskit/theme": "^4.0.4", | ||
@@ -30,5 +30,5 @@ "@atlaskit/util-shared-styles": "^2.10.3" | ||
"devDependencies": { | ||
"@atlaskit/button": "^8.1.2", | ||
"@atlaskit/calendar": "^6.1.2", | ||
"@atlaskit/checkbox": "^3.0.6", | ||
"@atlaskit/button": "^8.2.2", | ||
"@atlaskit/calendar": "^6.1.3", | ||
"@atlaskit/checkbox": "^3.1.2", | ||
"@atlaskit/datetime-picker": "^5.2.1", | ||
@@ -38,13 +38,13 @@ "@atlaskit/docs": "^4.1.1", | ||
"@atlaskit/droplist": "^6.1.2", | ||
"@atlaskit/field-radio-group": "^3.0.4", | ||
"@atlaskit/field-radio-group": "^3.1.2", | ||
"@atlaskit/field-range": "^4.0.3", | ||
"@atlaskit/field-text": "^6.0.4", | ||
"@atlaskit/field-text-area": "^3.1.1", | ||
"@atlaskit/field-text-area": "^3.1.2", | ||
"@atlaskit/inline-edit": "^6.1.3", | ||
"@atlaskit/modal-dialog": "^5.2.2", | ||
"@atlaskit/multi-select": "^10.1.2", | ||
"@atlaskit/select": "^4.2.3", | ||
"@atlaskit/single-select": "^5.1.2", | ||
"@atlaskit/modal-dialog": "^5.2.5", | ||
"@atlaskit/multi-select": "^10.2.1", | ||
"@atlaskit/select": "^4.3.1", | ||
"@atlaskit/single-select": "^5.2.1", | ||
"@atlaskit/toggle": "^4.0.3", | ||
"@atlaskit/tooltip": "^10.2.1", | ||
"@atlaskit/tooltip": "^10.3.1", | ||
"@atlaskit/webdriver-runner": "^0.0.3", | ||
@@ -51,0 +51,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
191504
Updated@atlaskit/icon@^12.3.1