ember-pikaday
ember-pikaday copied to clipboard
A datepicker component for Ember CLI projects.
Bumps [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) from 1.0.3 to 2.4.0. Release notes Sourced from release-it-lerna-changelog's releases. Release 2.4.0 :rocket: Enhancement #78 Make compatible with release-it@14 (@rwjblue) Committers: 2 Robert Jackson (@rwjblue) @dependabot-preview[bot] Release 2.3.0...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in http-proxy Versions of http-proxy prior...
ember-cli-moment-shim 3.8.0 contains bug fixes for production builds. After upgrading my local app to that version of ember-cli-moment-shim, my production builds had an older version of moment that I tracked...
Bumps [ember-resolver](https://github.com/ember-cli/ember-resolver) from 7.0.0 to 8.0.2. Release notes Sourced from ember-resolver's releases. Release 8.0.2 :bug: Bug Fix #590 Revert "Ensure app/foo/index.js can be looked up with foo:main" (@rwjblue) Committers: 1...
So I ran into a bit of a gotcha today with testing multiple date-pickers. This is probably because I've been doing something wrong! Basically my tests for a component with...
Pikaday can now be opened, a date selected, and then closed using the `fillInDate` test helper: ```js import { fillInDate } from 'ember-pikaday/test-support'; await fillInDate('.my-pikaday-input', new Date(1989, 3, 28)); ```...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in websocket-extensions (NPM package)...
Bumps [ember-cli-moment-shim](https://github.com/jasonmit/ember-cli-moment-shim) from 3.7.1 to 3.8.0. Commits 0d03b9a 3.8.0 6486929 fix: Remove tz min into vendor tree. 96825ab Bundle un-minified assets (#184) b06bb63 Fix for fastboot (#172) 5885a69 Upgrade Ember,...
I got this error when building for productiong (ember b --prod): Build Error (UglifyWriter) Unexpected token: eof (undefined) Here's the full error log :+1: ================================================================================= ENV Summary: TIME: Mon May...