https://github.com/thomaslindstrom/color-picker
- Remove opening animation due to glitches in the UI and the
tool-bar
package
- Improve stylus variable lookup
- Fix deprecation warnings
- Expose opening the
color-picker
as a service
- Probably fix the one bug report that has been occurring over and over again for the past half year or so
- Completely rewritten source code
- Easily convert between color formats in the Color Picker UI
- Improved speed, performance and precision
- Improved design: Now properly handles awkward positions
- Add setting for preferred color format
- Add setting for deciding what trigger key should open the Color Picker
- Add setting for whether or not to serve a random color on open
- Add setting for, if possible, abbreviating color values
- Add setting for uppercasing color values
- Add setting for automatically updating the color value in editor on change
- Fix missing preview image
- Fix
keymap
deprecation - Improve editor scroll binding
Return
element was being unnecessarily rendered- Prevent sporadic
Format
element flicker - Better output abbreviation
- Add Stylus variable support – if they are preceded by
$
- Stop mistakingly assuming color variables in unrelated files
- Behind the scenes improvements
- Remove Atom Module Cache from
package.json
- Set or replace color on key press
enter
- Opacity values equaling
1.0
would in some cases not be read - Fix issue where disabling the Shadow DOM would trigger a ton of bugs
- Fix issues with placement when using
Split View
- Minor enhancements
- Fix Atom version dependency
- Avoid multiple of the same rendering in elements: Results in a snappier experience
- Fix issue where the Color Picker, in some cases, wouldn't open
- Fix issue where CSS 3D layering had broken “return” element in a recent Atom update
- Update Atom version dependency
- Replace deprecated functions
- Fix deprecations
- Fix deprecations
- Move stylesheets to
/styles
directory - Replace deprecated
Atom View
, add dependency
- Fix a bug where clicking a color pointer that lead to the active file didn't scroll to the definition
- Remove
event-kit
dependency as it took a long time to activate - Tidy up some bits of code
- Patch package. Uploading v.1.4.1 failed
- Close color picker on editor scroll
- Set up a
CHANGELOG.md