v0.2.3
What's new in v0.2.3
💥 Breaking change
⚠️ Important ! Styles from components are extracted. You need to import minified css like this :
import VueDatePicker from '@mathieustan/vue-datepicker';
import '@mathieustan/vue-datepicker/dist/vue-datepicker.min.css';
Vue.use(VueDatePicker);
✨ News
- (Props) allowedDates - Function which set allowed dates (allowedDates: (date) => .... // date is a javascript date)
📦 Build
- Rollup allows to add scss file in js component file
- Rollup dependencies have been updated
- Banner has been added to lib
- 🆕 Commitizen with commitlint to handle commit messages
More
- Components have been renamed & css classes have changed