ember-colpick
ember-colpick copied to clipboard
color picker component for ember using https://github.com/mrgrain/colpick
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) and [testem](https://github.com/testem/testem). These dependencies needed to be updated together. Updates `socket.io-parser` from 2.3.1 to 3.4.1 Release notes Sourced from socket.io-parser's releases. 3.4.1 Bug Fixes prevent DoS (OOM) via...
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Removes `xmldom` Updates `ember-cli` from 2.18.2 to 4.7.0 Release notes Sourced from...
This PR makes sure an onChange event (https://github.com/yapplabs/ember-colpick/pull/18) is sent & the value is set only of a user interaction caused the value to change (see: https://github.com/mrgrain/colpick **bySetColor** flag). This...
Colorpicker is displayed above the input element if it is near the bottom of the window
Colorpicker is hidden when input element is near the bottom. Position of colorpicker doesnt change
This takes care of #19 by using the new recommended patterns for selectively not eval'ing code that cannot run in server/FastBoot environments.
The current `ember-cli-fastboot` releases (1.0.0-rc.1 and above) introduce breaking changes. These will most likely break your current FastBoot implementation. See https://github.com/ember-fastboot/ember-cli-fastboot/issues/387 for more information and a guide on how to...
This is a small change to fire an action up to the parent context of the colpick component. Should make it easier to handle the change event without relying on...
In safari, when I click on the color picker, the actual selector is offset by ~50px from where my mouse actually is. Not sure what is the cause of this,...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...