UNPKG

@marigoldapp/svelte-calendar

Version:

A small date picker built with Svelte 3. Demo available here: [demo page].

371 lines (159 loc) 11.5 kB
## [2.0.4](https://github.com/6eDesign/svelte-calendar/compare/v2.0.3...v2.0.4) (2020-12-22) ### Bug Fixes * gh-pages & snowpack issues ([2e79a69](https://github.com/6eDesign/svelte-calendar/commit/2e79a69a9d308e35fcec2f17c691fa8a81eaccbd)) ## [2.0.3](https://github.com/6eDesign/svelte-calendar/compare/v2.0.2...v2.0.3) (2020-12-22) ### Bug Fixes * gh-pages generation ([a2f3e08](https://github.com/6eDesign/svelte-calendar/commit/a2f3e08af029849fa51875ec91b9caed7b7bc6c3)) ## [2.0.2](https://github.com/6eDesign/svelte-calendar/compare/v2.0.1...v2.0.2) (2020-12-22) ### Bug Fixes * update gh-pages title ([a736fe0](https://github.com/6eDesign/svelte-calendar/commit/a736fe0d7c91533d225dd2a81bc0365e7c2b5fed)) ## [2.0.1](https://github.com/6eDesign/svelte-calendar/compare/v2.0.0...v2.0.1) (2020-12-22) ### Bug Fixes * update gh-pages title ([0f2479c](https://github.com/6eDesign/svelte-calendar/commit/0f2479c0b080579d89161e03d8d4cbd625b79d57)) * update snowpack base url for gh pages ([44a47ab](https://github.com/6eDesign/svelte-calendar/commit/44a47ab2c2aabd6725e76b9daad899b2ca48cb3c)) # [2.0.0](https://github.com/6eDesign/svelte-calendar/compare/v1.5.0...v2.0.0) (2020-12-22) ### Bug Fixes * add [@semantic-release](https://github.com/semantic-release) plugins ([f93d866](https://github.com/6eDesign/svelte-calendar/commit/f93d866e5d56c891c9ea7ba6a5bee7fdbfc7a3a7)) * breaking change: add snowpack build process, github actions, and fix for default start/end dates (#103) ([40346a4](https://github.com/6eDesign/svelte-calendar/commit/40346a4b9e7e308d13a36cd7a205bcadabc1fc35)), closes [#103](https://github.com/6eDesign/svelte-calendar/issues/103) ### BREAKING CHANGES * update default start/end dates & new build process * feat: CI workflow * fix: CI workflow update * fix: remove package-lock from gitignore * fix: remove .travis.yml * fix: add github pages to release.yml workflow * fix: update readme Co-authored-by: Jonathan Greenemeier <jonathan.greenemeier31@t-mobile.com> # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.5.0"></a> # [1.5.0](https://github.com/6eDesign/svelte-calendar/compare/v1.4.0...v1.5.0) (2020-03-12) ### Features * pass formattedSelected to slot ([3149c93](https://github.com/6eDesign/svelte-calendar/commit/3149c93)) <a name="1.4.0"></a> # [1.4.0](https://github.com/6eDesign/svelte-calendar/compare/v1.3.5...v1.4.0) (2020-03-12) ### Features * pass selected to slot ([3a5bd43](https://github.com/6eDesign/svelte-calendar/commit/3a5bd43)) <a name="1.3.5"></a> ## [1.3.5](https://github.com/6eDesign/svelte-calendar/compare/v1.3.4...v1.3.5) (2020-02-14) ### Bug Fixes * use |local modifier for transitions so that they don't play out on navigation ([#67](https://github.com/6eDesign/svelte-calendar/issues/67)) ([8242299](https://github.com/6eDesign/svelte-calendar/commit/8242299)) <a name="1.3.4"></a> ## [1.3.4](https://github.com/6eDesign/svelte-calendar/compare/v1.3.3...v1.3.4) (2020-01-26) <a name="1.3.3"></a> ## [1.3.3](https://github.com/6eDesign/svelte-calendar/compare/v1.3.2...v1.3.3) (2020-01-26) ### Bug Fixes * linting issue ([4ed23e2](https://github.com/6eDesign/svelte-calendar/commit/4ed23e2)) <a name="1.3.2"></a> ## [1.3.2](https://github.com/6eDesign/svelte-calendar/compare/v1.3.1...v1.3.2) (2020-01-26) ### Bug Fixes * eslint fixes ([d6df6ac](https://github.com/6eDesign/svelte-calendar/commit/d6df6ac)) <a name="1.3.1"></a> ## [1.3.1](https://github.com/6eDesign/svelte-calendar/compare/v1.3.0...v1.3.1) (2020-01-15) ### Bug Fixes * ignore line for eslint (error suddenly popped up but only in travis [odd]) ([17c4be1](https://github.com/6eDesign/svelte-calendar/commit/17c4be1)) <a name="1.3.0"></a> # [1.3.0](https://github.com/6eDesign/svelte-calendar/compare/v1.2.2...v1.3.0) (2020-01-15) ### Bug Fixes * linting violations ([07c868f](https://github.com/6eDesign/svelte-calendar/commit/07c868f)) ### Features * allow styling of div which wraps the Datepicker component ([19d4b07](https://github.com/6eDesign/svelte-calendar/commit/19d4b07)) <a name="1.2.2"></a> ## [1.2.2](https://github.com/6eDesign/svelte-calendar/compare/v1.2.1...v1.2.2) (2019-12-19) ### Bug Fixes * linting issues ([8816456](https://github.com/6eDesign/svelte-calendar/commit/8816456)) <a name="1.2.1"></a> ## [1.2.1](https://github.com/6eDesign/svelte-calendar/compare/v1.2.0...v1.2.1) (2019-11-23) <a name="1.2.0"></a> # [1.2.0](https://github.com/6eDesign/svelte-calendar/compare/v1.1.0...v1.2.0) (2019-11-15) ### Features * Internationalization (add daysOfWeek and monthsOfYear props) ([a290701](https://github.com/6eDesign/svelte-calendar/commit/a290701)) * Internationalization (add daysOfWeek and monthsOfYear props) ([20c6d5a](https://github.com/6eDesign/svelte-calendar/commit/20c6d5a)) <a name="1.1.0"></a> # [1.1.0](https://github.com/6eDesign/svelte-calendar/compare/v1.0.11...v1.1.0) (2019-10-19) ### Features * add basic theming functionality ([ce244db](https://github.com/6eDesign/svelte-calendar/commit/ce244db)) <a name="1.0.11"></a> ## [1.0.11](https://github.com/6eDesign/svelte-calendar/compare/v1.0.10...v1.0.11) (2019-10-17) <a name="1.0.10"></a> ## [1.0.10](https://github.com/6eDesign/svelte-calendar/compare/v1.0.9...v1.0.10) (2019-09-30) <a name="1.0.9"></a> ## [1.0.9](https://github.com/6eDesign/svelte-calendar/compare/v1.0.8...v1.0.9) (2019-09-30) ### Bug Fixes * linting issues ([a24aa7c](https://github.com/6eDesign/svelte-calendar/commit/a24aa7c)) * Update .popover class to .sc-popover to prevent conflict with bootstrap, fixes issue 41 ([#42](https://github.com/6eDesign/svelte-calendar/issues/42)) ([1ccdb62](https://github.com/6eDesign/svelte-calendar/commit/1ccdb62)) <a name="1.0.8"></a> ## [1.0.8](https://github.com/6eDesign/svelte-calendar/compare/v1.0.7...v1.0.8) (2019-08-09) ### Bug Fixes * Added button type attribute ([#34](https://github.com/6eDesign/svelte-calendar/issues/34)) ([a5475eb](https://github.com/6eDesign/svelte-calendar/commit/a5475eb)) * update vscode settings ([5a8b9e9](https://github.com/6eDesign/svelte-calendar/commit/5a8b9e9)) <a name="1.0.7"></a> ## [1.0.7](https://github.com/6eDesign/svelte-calendar/compare/v1.0.6...v1.0.7) (2019-08-05) <a name="1.0.6"></a> ## [1.0.6](https://github.com/6eDesign/svelte-calendar/compare/v1.0.5...v1.0.6) (2019-08-05) ### Bug Fixes * implement eslint ([d8bd8cf](https://github.com/6eDesign/svelte-calendar/commit/d8bd8cf)) <a name="1.0.5"></a> ## [1.0.5](https://github.com/6eDesign/svelte-calendar/compare/v1.0.4...v1.0.5) (2019-08-04) ### Bug Fixes * remove .bind(this) in Popover component which is no longer needed in svelte v3 ([29341ea](https://github.com/6eDesign/svelte-calendar/commit/29341ea)) <a name="1.0.4"></a> ## [1.0.4](https://github.com/6eDesign/svelte-calendar/compare/v1.0.3...v1.0.4) (2019-08-04) ### Bug Fixes * Fix Popover.svelte bug introduced by svelte 3 migration. Note, this introduces async/await which is not transpiled by buble. Also, code style modifications. ([aa03bbd](https://github.com/6eDesign/svelte-calendar/commit/aa03bbd)) <a name="1.0.3"></a> ## [1.0.3](https://github.com/6eDesign/svelte-calendar/compare/v1.0.2...v1.0.3) (2019-07-15) ### Bug Fixes * update version of timeutils ([a39c5d2](https://github.com/6eDesign/svelte-calendar/commit/a39c5d2)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/6eDesign/svelte-calendar/compare/v1.0.1...v1.0.2) (2019-07-10) <a name="1.0.1"></a> ## [1.0.1](https://github.com/6eDesign/svelte-calendar/compare/v0.4.2...v1.0.1) (2019-07-10) <a name="0.4.2"></a> ## [0.4.2](https://github.com/6eDesign/svelte-calendar/compare/v0.4.1...v0.4.2) (2019-07-10) <a name="0.4.1"></a> ## [0.4.1](https://github.com/6eDesign/svelte-calendar/compare/v0.4.0...v0.4.1) (2019-07-10) <a name="0.4.0"></a> # [0.4.0](https://github.com/6eDesign/svelte-calendar/compare/v0.3.0...v0.4.0) (2019-02-19) ### Features * lighter color/opacity for disabled days ([d139457](https://github.com/6eDesign/svelte-calendar/commit/d139457)) <a name="0.3.0"></a> # [0.3.0](https://github.com/6eDesign/svelte-calendar/compare/v0.2.10...v0.3.0) (2019-02-19) ### Features * emit dateSelected event from <Datepicker />, [beyonk-adventures:feature/onchange-event] ([c11fc69](https://github.com/6eDesign/svelte-calendar/commit/c11fc69)) * Merge pull request [#16](https://github.com/6eDesign/svelte-calendar/issues/16) from beyonk-adventures/feature/console-warnings ([6ba44f5](https://github.com/6eDesign/svelte-calendar/commit/6ba44f5)) <a name="0.2.10"></a> ## [0.2.10](https://github.com/6eDesign/svelte-calendar/compare/v0.2.9...v0.2.10) (2019-02-07) <a name="0.2.9"></a> ## [0.2.9](https://github.com/6eDesign/svelte-calendar/compare/v0.2.8...v0.2.9) (2019-02-07) <a name="0.2.8"></a> ## [0.2.8](https://github.com/6eDesign/svelte-calendar/compare/v0.2.7...v0.2.8) (2019-02-06) <a name="0.2.7"></a> ## [0.2.7](https://github.com/6eDesign/svelte-calendar/compare/v0.2.6...v0.2.7) (2019-02-05) <a name="0.2.6"></a> ## [0.2.6](https://github.com/6eDesign/svelte-calendar/compare/v0.2.5...v0.2.6) (2019-02-01) <a name="0.2.5"></a> ## [0.2.5](https://github.com/6eDesign/svelte-calendar/compare/v0.2.4...v0.2.5) (2019-02-01) <a name="0.2.4"></a> ## [0.2.4](https://github.com/6eDesign/svelte-calendar/compare/v0.2.3...v0.2.4) (2019-01-29) <a name="0.2.3"></a> ## [0.2.3](https://github.com/6eDesign/svelte-calendar/compare/v0.2.2...v0.2.3) (2019-01-29) <a name="0.2.2"></a> ## [0.2.2](https://github.com/6eDesign/svelte-calendar/compare/v0.2.1...v0.2.2) (2019-01-29) <a name="0.2.1"></a> ## [0.2.1](https://github.com/6eDesign/svelte-calendar/compare/v0.1.1...v0.2.1) (2019-01-29) <a name="0.1.1"></a> ## [0.1.1](https://github.com/6eDesign/svelte-calendar/compare/v0.1.0...v0.1.1) (2019-01-21) <a name="0.1.0"></a> # 0.1.0 (2019-01-21) ### Bug Fixes * Add styling to indicate which dates are selectable. Prevent out-of-range months from being selected in month-picker and add appropriate styling. ([e61b6b2](https://github.com/6eDesign/svelte-calendar/commit/e61b6b2)) * Fix for popover positioning when parent changes dimensions ([ffaf6f4](https://github.com/6eDesign/svelte-calendar/commit/ffaf6f4)) * light gh-pages work ([5bb9739](https://github.com/6eDesign/svelte-calendar/commit/5bb9739)) * push minified bundle ([a593a2c](https://github.com/6eDesign/svelte-calendar/commit/a593a2c)) * Setup test page/bundle for non-svelte usage ([cf44ceb](https://github.com/6eDesign/svelte-calendar/commit/cf44ceb)) * styles ([503b8e1](https://github.com/6eDesign/svelte-calendar/commit/503b8e1)) * styles ([73e7d59](https://github.com/6eDesign/svelte-calendar/commit/73e7d59)) * use default cursor instead of not-allowed for disabled days ([3d42536](https://github.com/6eDesign/svelte-calendar/commit/3d42536)) ### Features * remove pseudo element ([b3078ab](https://github.com/6eDesign/svelte-calendar/commit/b3078ab))