Skip to content

Commit

Permalink
updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilVadoliya committed Jan 26, 2022
1 parent 07c8f55 commit 151436a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [2.1.0] - Release
* Code Refactor
* Improve Documentation
* deprecated : `sliderMenuOpenSize` and `sliderMenuCloseSize`
* deprecated : `sliderMenu` and `sliderMain`
* deprecated : `closeDrawer` and `openDrawer`
* deprecated : `SliderMenuContainerState`
* deprecated : `hasAppBar`
* deprecated : `isShadow`
* replace `sliderMenuOpenSize` and `sliderMenuCloseSize` to `sliderOpenSize` and `sliderCloseSize`
* replace `sliderMenu` and `sliderMain` to `slider` and `child`
* replace `closeDrawer` and `openDrawer` to `closeSlider` and `openSlider`
* replace `SliderMenuContainerState` to `closeSlider`
* replace `hasAppBar` to 'appBar' : if you set `app:null` then it will hide
* replace `isShadow` to 'sliderShadow' : if you set `sliderShadow:null` then shadow will not come
by default it's null






## [2.0.0] - Release

* Added null safety
Expand Down

0 comments on commit 151436a

Please sign in to comment.