File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to Bigcapital server-side will be in this file.
4
4
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
+
5
15
## [ 0.3.0] - 25-04-2022
6
16
7
17
### 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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blueprint-formik/monorepo" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"typings" : " dist/main.d.ts" ,
5
5
"dependencies" : {
6
6
"react" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments