ember-pikaday 5.0.0 (major)
ember-pikaday
- #593 fix: Prevent ember-pikaday from automatically updating values to within a min/max date bounds (@Duder-onomy)
- Greg Larrenaga (@Duder-onomy)
ember-pikaday 4.1.0 (minor)
ember-pikaday
- #535 feat: add new
register
attr to access pikaday instance, moment instance replaceable (@betocantu93)
- #535 feat: add new
ember-pikaday
- #569 Bug: updated tests (@MelSumner)
- #540 fix(modifier): ensure compatibility with ember-modifier v4 (@anehx)
ember-pikaday
- Alberto Cantú Gómez (@betocantu93)
- Chris Manson (@mansona)
- Christian Zosel (@czosel)
- Jonas Metzener (@anehx)
- Melanie Sumner (@MelSumner)
- New
{{pikaday}}
modifier gives you direct access to Pikaday's API in a Ember template. - Fully supports Ember 4.0
- Ships as a V2-formatted addon for better static analysis, build-system simplicity, and smaller node_modules
-
The minimum supported Ember version is now 3.25.
-
The minimum supported Node version is now 12.
-
This is now a V2-formatted addon, so apps need ember-auto-import 2.0 or Embroider in order to use it. See "Installation" section of README.
-
You now need to opt in to getting Pikaday's default CSS. See "Styles" section of the README.
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.
- #307 Update Ember CLI v3.14.0...v3.16.0 (@jrjohnson)
- #296 Remove jquery (@the-bionic)
- #309 Fix build when included in an addon (@jrjohnson)
- #297 Prefer moment's localeData methods (@drouhard)
- #298 use angle bracket syntax (@the-bionic)
- #319 Delete unnecessary
codemods.log
file (@Turbo87) - #309 Fix build when included in an addon (@jrjohnson)
- #257 Testing setup cleanup (@Turbo87)
- #234 Replace
ember-cli-node-assets
with regular imports fromnode_modules
(@Turbo87) - #235 Add dependabot config file (@Turbo87)
- #233 Replace
ember-cli-template-lint
with justember-template-lint
(@Turbo87)
- Inem Patrick (@the-bionic)
- Jonathan Johnson (@jrjohnson)
- Matt Drouhard (@drouhard)
- Tobias Bieniek (@Turbo87)
- #230 Fixes testing of multiple pikaday inputs (@john-griffin)
- #230 Fixes testing of multiple pikaday inputs (@john-griffin)
- #228 disable jquery integration for dummy app (@efx)
- Eli Flanagan (@efx)
- John Griffin (@john-griffin)
- #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)
- 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
- 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)
- Prevent error in run later when component was destroyed (Contribution by @Schnellesadlerauge))
- Upgrade to ember/ember-cli 2.18.2 (Contribution by @mnutt))
- Fix syntax error (Contribution by @quadstar))
- Add ability to set a default date (Contribution by @jscn)
- Remove arguments in component lifecycle hooks (Contribution by @jbaily4)
- Fixes moment deprecation by using a date format (Contribution by @cah-danmonroe)
- 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)
- 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)
- Enforce current date to be between specified min & max date, also on changes of those (Contribution by @showy)
- Replace deprecated
Ember.K
syntax with JavaScript alternative (Contribution by @locks)
- Fix test helper. (Contribution by @duizendnegen)
- Use Pikaday through npm instead of bower. (Contribution by @josemarluedke)
- Fix setting date to wait after min / max date to be updated. (Contribution by @sl249)
- Fix firing min/max date changes. (Contribution by @patrickberkeley)
- Basic Fastboot compatibility, by merely rendering an input and excluding Pikaday.js in Fastboot mode. (Contribution by @josemarluedke)
- Support for modern
ember-i18n
. (Contribution by @lcpriest)
- Remove Moment.js deprecation warning due to passed non-parsable arguments. (Contribution by @mdentremont)
- Allow binding of
tabindex
attribute. (Contribution by @FUT) - Add inputless component. (Contribution by @lan0)
- Add support for
onOpen
,onClose
andonDraw
actions. (Contribution by @leizhao4)
- Passed in values respect
useUTC
setting. (Contribution by @DanLatimer) - Correctly call
onSelection
action when datepicker is cleared. (Contribution by @DanLatimer) - Allow binding of
hidden
andtitle
attributes. (Contribution by @ykaragol)