Skip to content

Commit 040933c

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2020-11-10) ### Features * Added optional `inputLabel` prop for `Input` component. You can now use [inline input label](https://react.semantic-ui.com/elements/input/#variations-labeled) instead of form field's label. ([6bfd74b](6bfd74b))
1 parent 632be77 commit 040933c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/JT501/formik-semantic-ui-react/compare/v1.1.1...v1.2.0) (2020-11-10)
2+
3+
4+
### Features
5+
6+
* Added optional `inputLabel` prop for `Input` component. You can now use [inline input label](https://react.semantic-ui.com/elements/input/#variations-labeled) instead of form field's label. ([6bfd74b](https://github.com/JT501/formik-semantic-ui-react/commit/6bfd74b52defa72af9d5c6a1dbe6d97fa4e17d98))
7+
18
## [1.1.1](https://github.com/JT501/formik-semantic-ui-react/compare/v1.1.0...v1.1.1) (2020-11-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.2.0",
33
"name": "formik-semantic-ui-react",
44
"author": "Johnny Tsoi",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)