Ember Pikaday Versions Save

A datepicker component for Ember CLI projects.

v5.0.0-ember-pikaday

2 months ago

Release (2024-02-06)

ember-pikaday 5.0.0 (major)

:boom: Breaking Change

  • ember-pikaday
    • #593 fix: Prevent ember-pikaday from automatically updating values to within a min/max date bounds (@Duder-onomy)

Committers: 1

v4.1.0-ember-pikaday

2 months ago

Release (2024-01-29)

ember-pikaday 4.1.0 (minor)

:rocket: Enhancement

  • ember-pikaday
    • #535 feat: add new register attr to access pikaday instance, moment instance replaceable (@betocantu93)

:bug: Bug Fix

  • ember-pikaday

:memo: Documentation

  • ember-pikaday
    • #534 fix(docs): simpler localization of datepicker (@czosel)

:house: Internal

Committers: 5

v4.0.0

2 years ago
  • update release-it config (e60c80a)
  • Merge pull request #532 from ef4/v2-addon (fff89b6)
  • readme (b7e0e3d)
  • make sure moment is really optional... (769bc10)
  • don't send extra events during destruction (d000659)
  • testdouble needs to skip babel when compiling for ie11 (c60a7fa)
  • fix template lint (d8b8228)
  • fix formatting in readme (2a6316c)
  • test-app should use same aliases in embroider and ember-auto-import (35780bd)
  • updating readme (820aa67)
  • illustrating modifier (a8cce94)
  • moment is optional if you only use the new modifier (d150b99)
  • oldest supported in 3.25 (0ca8769)
  • @ember/test-helpers is an optional peerDep (a9bf400)
  • cleaning up deprecations (6867509)
  • get all remaining lint rules up to current (6a2b8e3)
  • completed refactor onto modifier (6a362a4)
  • needed for tracked properties (0d15ca0)
  • new implementation of PikadayInput has all tests passing (ceb8c42)
  • beginning to port to a modifier-based implementation (6eb273e)
  • starting updates to readme (2ce6941)
  • switch to colocated templates (88ec186)
  • fix ember/no-get rule (0cd2199)
  • support either moment or moment-timezone (67a31fa)
  • typo (3667a40)
  • disablin new lint rules that don't pass yet (3f914ff)
  • porting to v2 addon format (4768da3)
  • Bump eslint-config-prettier from 6.10.1 to 6.11.0 (#342) (19366ea)
  • [Security] Bump jquery from 3.4.1 to 3.5.0 (#338) (5179d29)
  • Bump qunit-dom from 1.1.0 to 1.2.0 (#335) (3f763be)
  • Bump ember-cli-htmlbars from 4.2.3 to 4.3.1 (#330) (4515144)
  • Bump ember-cli-babel from 7.18.0 to 7.19.0 (#313) (7436c19)
  • Merge pull request #322 from Turbo87/npmignore (cc01a93)
  • Merge pull request #321 from Turbo87/deps (b3714ba)
  • Update .npmignore file (827e172)
  • Remove unused dev dependencies (80585be)
  • package.json: Use caret constraint for eslint dependency (f89a5fc)

v3.0.0

4 years ago

:boom: Breaking Change

This major version release drops support for Node.js 6 and 8 and for all Ember.js releases that happened before v3.12. Other than that there should be no other breaking changes included in this release.

:rocket: Enhancement

:bug: Bug Fix

:memo: Documentation

:house: Internal

Committers: 4

v2.4.1

4 years ago

:bug: Bug Fix

:house: Internal

Committers: 2

v2.4.0

4 years ago

:rocket: Enhancement

  • #220 Remove jQuery from interactor and components (@FabHof)

:memo: Documentation

:house: Internal

  • #226 run rwjblue's release it script (@efx)
  • #225 introduce lerna-changelog (@efx)
  • #224 remove bower configuration (@efx)
  • #223 update to new repository URL (@efx)

Committers: 3

v2.3.0

5 years ago
  • Cleanup scheduled task when component is torn down (Contribution by @bdollard)
  • chore: configure Prettier (Contribution by @alexlafroscia)
  • Allow minDate & maxDate to be reset (Contribution by @asjongers)
  • Update Tests (Contribution by @alexlafroscia)
  • fix: remove use of deprecated sync queue (Contribution by @alexlafroscia

New Test Helpers

The old test helpers have been deprecated in favor of a new set based around async and await, like the modern @ember/test-helpers. Please see the README for documentation on the new helpers.

The existing helpers will remain in the codebase until v3.0.0, at which time they will be removed.

v2.2.6

5 years ago
  • Upgrade to ES6 modules (Contribution by @esbanarango)
  • add test on interactor day selection edge case (Contribution by @hakilebara)
  • set autocomplete to off as default (Contribution by @luxferresum)
  • Move ember-cli-moment-shim to dependencies (Contribution by @esbanarango)

v2.2.3

5 years ago
  • Allow binding of autocomplete attribute (Contribution by @npafundi)
  • Upgrade to Ember CLI 2.12.1 (Contribution by @leizhao4)
  • Set minDate and maxDate using a copy to avoid modifying original date (Contribution by @sandydoo)
  • Fix ember-cli-node-asset deprecation of complex imports inline (Contribution by @leizhao4)
  • Remove deprecation warning in using didUpdateAttrs (Contribution by @tsteuwer)
  • Make setDate asychronous (Contribution by @bdollard)
  • run super on willDestroy (Contribution by @devotox)
  • Prepare for FastBoot 1.0 (Contribution by @josemarluedke)

2.2.2

5 years ago
  • Fix infinite rendering invalidation detected (Contribution by @jedrula)
  • Fix 2.12 deprecation of arguments in component life cycle hooks (Contribution by @leizhao4)
  • Fix enforcing minDate to allow null value (Contribution by @ilucin)