Releases: remotelock/react-week-scheduler
Releases · remotelock/react-week-scheduler
v3.5.2
3.5.2 (2019-04-08)
Fix
- add PointerEvents polyfill to demo (841ceea)
Other
- use named functions for ease of debugging (4d14a0f)
v3.5.0
3.5.0 (2019-04-02)
Feature
- export date formatting utils (1b3d7c2)
Fix
- drop same date components in event content (c7fa741)
- Force single drag direction (56e5327)
Other
- rename exported formatting utils (0d1130d)
- fix package name in error message (2507754)
v3.4.0
3.4.0 (2019-03-27)
Feature
- allow customizing colors with CSS variables (8502c4e)
Other
- improve TS and JS staged linting (b47b8e1)
- lint staged SCSS files (03473e2)
v3.3.1
3.3.1 (2019-03-26)
Fix
- z-index of active time block (4c243c4)
v3.3.0
3.3.0 (2019-03-26)
Feature
- export DefaultEventRootComponent for composability (b2c185e)
Other
- fix disabled delete button on demo (4aed44f)
v3.2.0
3.2.0 (2019-03-26)
Feature
- pass is-active class to event (809ad15)
Fix
- require isActive for enter key (81c14fe)