Releases: michael-hack/bulma-calendar
Releases · michael-hack/bulma-calendar
v5.0.6: Merge pull request #136 from airblade/patch-1
- Fix a typo and package dependency problem
- Only handle document clicks when calendar is open
v5.0.2
5.0.2 (2018-10-17)
Bug Fixes
v5.0.1
5.0.1 (2018-09-10)
Bug Fixes
- index.js: Remove odd console() call (593021d), closes #96
v5.0.0
Complete refactor to fix lots of bugs and add new features
Switch from momentjs to date-fns for date management
Add display style (inline)
Add date range capability
Add public methods
Add/rename events
Improve user interaction
Fix wrong month selected
v4.0.2
4.0.2 (2018-08-29)
Bug Fixes
- index: Remove old react workaround (3a1d6ed)
v4.0.1
4.0.1 (2018-06-22)
Bug Fixes
- naming: Fix open variable to _open (0c182f6)