diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d808f0..8b7ec1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file + +- Fix issue in communicating between `Slider` and `Field` component. +- Fix `RadioGroup` binding value to Field Formik component. +- Fix `RadioGroup` TypeScript typing. diff --git a/package.json b/package.json index 4487b13..a50c746 100755 --- a/package.json +++ b/package.json @@ -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",