Skip to content

Commit 613fa5c

Browse files
committed
Updating documentation
1 parent 02c10e9 commit 613fa5c

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## v2.1.4
44

5-
#### Breaking Chnages
5+
#### Breaking Changes
6+
* None
7+
8+
#### New Features
9+
* New `placeholder` option
10+
11+
#### Bug Fixes
12+
* None
13+
14+
## v2.1.3
15+
16+
#### Breaking Changes
617
* None
718

819
#### New Features
@@ -13,7 +24,7 @@
1324

1425
## v2.1.2
1526

16-
#### Breaking Chnages
27+
#### Breaking Changes
1728
* None
1829

1930
#### New Features
@@ -24,7 +35,7 @@
2435

2536
## v2.1.1
2637

27-
#### Breaking Chnages
38+
#### Breaking Changes
2839
* None
2940

3041
#### New Features
@@ -36,7 +47,7 @@
3647

3748
## v2.1.0
3849

39-
#### Breaking Chnages
50+
#### Breaking Changes
4051
* Seperated the `api` into `api` and `eventApi`. This allows for shared event handling
4152
* `api` now has `open`, `close`, and `getElement`
4253
* `eventApi` now has `onOpen`, `onClose`, `onChange`, `onBlur`, and `onDestroy`
@@ -50,7 +61,7 @@
5061

5162
## v2.0.0
5263

53-
#### Breaking Chnages
64+
#### Breaking Changes
5465

5566
* All the directive bindings are now passed in as an `options` object. The functionality has stayed the same and the names are the same but without `color-picker` at the front (e.g. `color-pick-swatch-pos` is now just `swatchPos`).
5667

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ $scope.options = {
8181
pos: ['bottom left', 'bottom right', 'top left', 'top right'],
8282
case: ['upper', 'lower'],
8383
inline: [false, true],
84+
placeholder: '',
8485
};
8586

8687
// exposed api functions

0 commit comments

Comments
 (0)