Skip to content

Commit 146de6f

Browse files
committed
update CHANGELOG for v0.4.0 release
1 parent a4e715f commit 146de6f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22

33
All notable changes to Bigcapital server-side will be in this file.
44

5+
## [0.4.0] - 12-04-2022
6+
7+
`@blueprintjs-formik/select`
8+
9+
Added: TS Typing `Select` component.
10+
Added: TS Typing `MultiSelect` component.
11+
Added: Make all props of `Select` component optional with default behavior for easy development experience.
12+
Added: Make all props of `MultiSelect` component optional with default behavior for easy development experience.
13+
Added: Updated storybook pages.
14+
515
## [0.3.0] - 25-04-2022
616

717
### Fixed
8-
- Fix issue in communicating between `Slider` and `Field` component.
9-
- Fix `RadioGroup` binding value to Field Formik component.
10-
- Fix `RadioGroup` TypeScript typing.
18+
19+
- Fix issue in communicating between `Slider` and `Field` component.
20+
- Fix `RadioGroup` binding value to Field Formik component.
21+
- Fix `RadioGroup` TypeScript typing.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blueprint-formik/monorepo",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"typings": "dist/main.d.ts",
55
"dependencies": {
66
"react": "^17.0.2",

0 commit comments

Comments
 (0)