Skip to content

Commit aad5a3d

Browse files
committed
Bumping to v3.0.0
1 parent 92b0514 commit aad5a3d

10 files changed

+228
-191
lines changed

CHANGELOG.md

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

3-
## v3.0.0 - unreleased
3+
## v3.0.0
44

55
#### Breaking Changes
66
* Removed the bootstrap `form-control` class from the input box. You can add it to all color pickers again using the `ColorPickerOptions` decorator.
@@ -13,7 +13,8 @@
1313
* Added `raw` format option
1414

1515
#### Bug Fixes
16-
* None
16+
* #136 swatch color not matching picker color
17+
* #138 missing qoutes within template
1718

1819
## v2.7.1
1920

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ $scope.options = {
7575
required: [false, true],
7676
disabled: [false, true],
7777
placeholder: '',
78+
input_class: '',
7879
id: undefined,
7980
name: undefined,
8081
// color
81-
format: ['hsl', 'hsv', 'rgb', 'hex', 'hex8'],
82+
format: ['hsl', 'hsv', 'rgb', 'hex', 'hex8', 'raw'],
8283
hue: [true, false],
8384
saturation: [false, true],
8485
lightness: [false, true], // Note: In the square mode this is HSV and in round mode this is HSL

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.7.2",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/ruhley/angular-color-picker",
66
"repository": {
77
"type": "git",

dist/angularjs-color-picker.css

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)