Skip to content

Commit

Permalink
update CHANGELOG for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Apr 12, 2023
1 parent a4e715f commit 146de6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

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

## [0.4.0] - 12-04-2022

`@blueprintjs-formik/select`

Added: TS Typing `Select` component.
Added: TS Typing `MultiSelect` component.
Added: Make all props of `Select` component optional with default behavior for easy development experience.
Added: Make all props of `MultiSelect` component optional with default behavior for easy development experience.
Added: Updated storybook pages.

## [0.3.0] - 25-04-2022

### Fixed
- Fix issue in communicating between `Slider` and `Field` component.
- Fix `RadioGroup` binding value to Field Formik component.
- Fix `RadioGroup` TypeScript typing.

- Fix issue in communicating between `Slider` and `Field` component.
- Fix `RadioGroup` binding value to Field Formik component.
- Fix `RadioGroup` TypeScript typing.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprint-formik/monorepo",
"version": "0.3.0",
"version": "0.4.0",
"typings": "dist/main.d.ts",
"dependencies": {
"react": "^17.0.2",
Expand Down

0 comments on commit 146de6f

Please sign in to comment.