Skip to content

Commit

Permalink
Bumping to v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhley committed Sep 18, 2017
1 parent 1e15322 commit 83d0a8a
Show file tree
Hide file tree
Showing 10 changed files with 647 additions and 797 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

This is a summary of the changes. For a full list of changes see https://github.com/ruhley/angular-color-picker/releases.

## v3.4.5

#### Breaking Changes
* None

#### New Features
* Call update function when closing popup
* Rewrote some sections to reduce code duplication and file size by over 10%

#### Bug Fixes
* Bug #146 - Sliders no longer lose position when going to black or white
* Bug #173 - Unable to Use hexString Format with restrictToFormat
* Bug #174 - Clicking on swatch when disabled still opens popup

## v3.4.4

#### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "3.4.4",
"version": "3.4.5",
"homepage": "https://github.com/ruhley/angular-color-picker",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions dist/angularjs-color-picker.css
@@ -1,10 +1,10 @@
/*!
* angularjs-color-picker v3.4.4
* angularjs-color-picker v3.4.5
* https://github.com/ruhley/angular-color-picker/
*
* Copyright 2017 ruhley
*
* 2017-08-14 10:42:16
* 2017-09-19 08:53:33
*
*/
.color-picker-wrapper {
Expand Down

0 comments on commit 83d0a8a

Please sign in to comment.