@uidu/forms
Advanced tools
Comparing version 0.5.47 to 0.5.48
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.5.48"></a> | ||
## [0.5.48](https://github.com/uidu-org/uidu-ui-kit/compare/@uidu/forms@0.5.47...@uidu/forms@0.5.48) (2017-12-12) | ||
### Bug Fixes | ||
* **inputs:** adding rate input and radio-grid, fixed radio and checkbox styling, exposed select tabindex, and added uidu-utils ([59a18cf](https://github.com/uidu-org/uidu-ui-kit/commit/59a18cf)) | ||
<a name="0.5.47"></a> | ||
@@ -8,0 +19,0 @@ ## [0.5.47](https://github.com/uidu-org/uidu-ui-kit/compare/@uidu/forms@0.5.46...@uidu/forms@0.5.47) (2017-11-20) |
{ | ||
"name": "@uidu/forms", | ||
"version": "0.5.47", | ||
"version": "0.5.48", | ||
"description": "Forms using Formsy", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"jsnext:main": "dist/index.js", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"jsnext:main": "lib/index.js", | ||
"repository": { | ||
@@ -16,5 +16,5 @@ "type": "git", | ||
"scripts": { | ||
"build": "NODE_ENV=production babel src --out-dir dist", | ||
"lint": "eslint lib/**; exit 0", | ||
"lint:watch": "esw -w lib/**", | ||
"build": "NODE_ENV=production babel src --out-dir lib", | ||
"lint": "eslint src/**; exit 0", | ||
"lint:watch": "esw -w src/**", | ||
"prepublish": "npm run build", | ||
@@ -21,0 +21,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200729
1