Releases: kodaicoder/svelte-flatpickr-plus
Releases · kodaicoder/svelte-flatpickr-plus
V2.1.2
update peer dependency to flatpickr_plus version 1.2.0
Full Changelog: v2.1.1...v2.1.2
V2.1.1
add isYearPicker option to FlatpickrOptions
Full Changelog: v2.1.0...v2.1.1
V2.1.0
Add feature to build year picker only by passing isYearPicker: true
in options of action
V2.0.12
fix: correct package name and update version to 2.0.12
V2.0.9
fix: action made a month select have two year drop down list
style: add favicon.ico
V2.0.8
fix: outdated lockfile
V2.0.7
fix issue year dropdown not working as expected
V2.0.6
You can export type to using it on option that you passing into a svelte-flatpickr-plus action
import type { FlatpickrOptions } from 'svelte-flatpickr-plus';
const options: FlatpickrOptions = {
dateFormat: 'Z'
...
};
V2.0.4
V2.0.2
refactor: made actions code more DRY.