Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radekmie committed Oct 28, 2016
1 parent 4677ae9 commit 786c3aa
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v1.4.0](https://github.com/vazco/uniforms/releases/tag/v1.4.0)
- **Added:** New `showInlineError` prop in semantic theme.
- **Changed:** Select is now deselectable. [\#120](https://github.com/vazco/uniforms/issues/120)
- **Changed:** `FormGroup` component is deprecated.
- **Documented:** Forms components.
- **Fixed:** Bootstrap themes `grid` handling.
- **Fixed:** Bootstrap4 `ListAddField` styling. [\#121](https://github.com/vazco/uniforms/issues/121)

<br>

## [v1.3.0](https://github.com/vazco/uniforms/releases/tag/v1.3.0)
- **Added:** Custom ListField icons in bootstrap3. [\#115](https://github.com/vazco/uniforms/issues/115)
- **Added:** Custom ListField icons in bootstrap4. [\#114](https://github.com/vazco/uniforms/issues/114)
Expand Down Expand Up @@ -88,8 +98,8 @@
<br>

## [v1.0.0-rc.28](https://github.com/vazco/uniforms/releases/tag/v1.0.0-rc.28)
- **Fixed:** Removed custom validation warning. [\#83](https://github.com/vazco/uniforms/issues/83)
- **Added:** New `showInlineError` prop in bootstrap theme. [\#84](https://github.com/vazco/uniforms/issues/84)
- **Fixed:** Removed custom validation warning. [\#83](https://github.com/vazco/uniforms/issues/83)

<br>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "1.3.0"
"version": "1.4.0"
}
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap3",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"description": "Bootstrap3 UI components for uniforms.",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.3.0"
"uniforms": "^1.4.0"
},
"babel": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bootstrap4",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"description": "Bootstrap4 UI components for uniforms.",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.3.0"
"uniforms": "^1.4.0"
},
"babel": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-semantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-semantic",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"description": "Semantic UI components for uniforms.",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.3.0"
"uniforms": "^1.4.0"
},
"babel": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-unstyled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-unstyled",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"description": "Unstyled components for uniforms.",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0",
"uniforms": "^1.3.0"
"uniforms": "^1.4.0"
},
"babel": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/uniforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"description": "Core package of uniforms.",
Expand Down

0 comments on commit 786c3aa

Please sign in to comment.