Skip to content

Commit c2a8490

Browse files
committed
Bumping to v2.6.0
1 parent 1f34a48 commit c2a8490

10 files changed

+411
-114
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# Changelog
22

3+
## v2.6.0
4+
5+
#### Breaking Changes
6+
* None
7+
8+
#### New Features
9+
* New saturation and lightness options
10+
11+
#### Bug Fixes
12+
* Bug #120 - Set $touched on blur
13+
* Fixing up color calculation in the differences between square and round
14+
315
## v2.5.0
416

517
#### Breaking Changes
618
* None
719

820
#### New Features
9-
* Improvement #116 Allow access to $scope
21+
* Improvement #116 Allow access to $scope
1022

1123
#### Bug Fixes
1224
* None
@@ -86,7 +98,7 @@
8698
* None
8799

88100
#### Bug Fixes
89-
* Bug #102 non assign error if options was set in html
101+
* Bug #102 non assign error if options was set in html
90102

91103
## v2.4.1
92104

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ $scope.options = {
7676
round: [false, true],
7777
format: ['hsl', 'hsv', 'rgb', 'hex', 'hex8'],
7878
hue: [true, false],
79+
saturation: [false, true],
80+
lightness: [false, true], // Note: In the square mode this is HSV instead of HSL
7981
alpha: [true, false],
8082
swatch: [true, false],
8183
swatchPos: ['left', 'right'],

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-color-picker",
33
"description": "Color Picker Directive For AngularJS",
4-
"version": "2.5.0",
4+
"version": "2.6.0",
55
"homepage": "https://github.com/ruhley/angular-color-picker",
66
"repository": {
77
"type": "git",

dist/angularjs-color-picker.css

Lines changed: 46 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)