Skip to content

Releases: kodaicoder/svelte-flatpickr-plus

V2.1.2

01 Aug 01:53
Compare
Choose a tag to compare

update peer dependency to flatpickr_plus version 1.2.0

Full Changelog: v2.1.1...v2.1.2

V2.1.1

31 Jul 23:36
Compare
Choose a tag to compare

add isYearPicker option to FlatpickrOptions

Full Changelog: v2.1.0...v2.1.1

V2.1.0

31 Jul 23:27
Compare
Choose a tag to compare

Add feature to build year picker only by passing isYearPicker: true in options of action

V2.0.12

26 May 05:03
Compare
Choose a tag to compare

fix: correct package name and update version to 2.0.12

V2.0.9

26 May 04:00
Compare
Choose a tag to compare

fix: action made a month select have two year drop down list
style: add favicon.ico

V2.0.8

11 Apr 07:30
Compare
Choose a tag to compare

fix: outdated lockfile

V2.0.7

11 Apr 07:24
Compare
Choose a tag to compare

fix issue year dropdown not working as expected

V2.0.6

05 Mar 08:15
Compare
Choose a tag to compare

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

14 Feb 09:07
Compare
Choose a tag to compare

fix: type while using a svelte action

thank you @FyreByrd for PR #11

V2.0.2

03 Jan 02:23
Compare
Choose a tag to compare

refactor: made actions code more DRY.