|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## 2.0
|
4 |
| -### 2.0.0 (02.07.16) |
| 4 | +### 2.0.1 |
| 5 | +* fixed a bug that removed array values ( [#89](https://github.com/rofrischmann/inline-style-prefixer/issues/89) ) |
| 6 | +* added array prefixing to the dynamic version |
| 7 | +* improved prefixing performance |
| 8 | + |
| 9 | + |
| 10 | +### 2.0.0 |
5 | 11 | ##### API Changes
|
6 | 12 | * merged [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) as `inline-style-prefixer/static`
|
7 | 13 |
|
|
17 | 23 |
|
18 | 24 |
|
19 | 25 | ## 1.0
|
20 |
| -### 1.0.4 (16.05.16) |
| 26 | +### 1.0.4 |
21 | 27 | * updated inline-style-prefix-all dependency to correct fallback value order
|
22 | 28 |
|
23 |
| -### 1.0.3 (24.03.16) |
| 29 | +### 1.0.3 |
24 | 30 | * replaced `Set` with ES5 alternative
|
25 | 31 |
|
26 |
| -### 1.0.2 (07.03.16) |
| 32 | +### 1.0.2 |
27 | 33 | * fixed a bug that caused crashes if `display` got either `null` or `undefined` assigned ( [#71](https://github.com/rofrischmann/inline-style-prefixer/pull/71#issue-139056802) )
|
28 | 34 |
|
29 |
| -### 1.0.1 (01.03.16) |
| 35 | +### 1.0.1 |
30 | 36 | * added `undefined` check for `userAgent` to prevent bowser errors
|
31 | 37 |
|
32 |
| -### 1.0.0 (29.02.16) |
| 38 | +### 1.0.0 |
33 | 39 | * pulled a bugfix by Khan Academy that dash-cases fallback properties ( https://github.com/Khan/inline-style-prefixer/commit/f41f3040ac27eeec3b7a1fb7450ddce250cac4e4 )
|
34 | 40 | * using [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) for `prefixAll` now
|
35 | 41 | * `display` does not get removed anymore ( #65 )
|
36 | 42 | * not throwing anymore if unsupported `userAgent` is provided ( #62 )
|
37 | 43 |
|
38 | 44 | ## 0.6
|
39 |
| -### 0.6.7 (26.01.16) |
| 45 | +### 0.6.7 |
40 | 46 | * Fixed a bug that caused `transition` with `cubic-bezier` to resolve false
|
41 | 47 | * Replaced `for of` in favor of a basic `for` loop to not require `Symbol` to be available
|
42 | 48 |
|
43 |
| -### 0.6.6 (19.01.16) |
| 49 | +### 0.6.6 |
44 | 50 | * Prevent crashes if a value is `false` or `undefined`
|
45 | 51 |
|
46 |
| -### 0.6.5 (18.01.16) |
| 52 | +### 0.6.5 |
47 | 53 | * Plugins won't crash if a `number` value is passed
|
48 | 54 | * Added default `options`
|
49 | 55 |
|
50 |
| -### 0.6.4 (18.01.16) |
| 56 | +### 0.6.4 |
51 | 57 | * support for prefixed `transition` properties *e.g. `transition: '-webkit-filter 200ms linear'`*
|
52 | 58 | * wider support for **gradients** on all properties
|
53 | 59 | * `prefixAll` now prefixes all plugin values
|
54 | 60 | * uses default `userAgent` if no userAgent, `undefined` or `false` is passed
|
55 | 61 |
|
56 |
| -### 0.6.3 (09.01.16) |
| 62 | +### 0.6.3 |
57 | 63 | * added support for Cordova apps & in-app browser *(especially on iOS 8.4.x)*
|
58 | 64 | * fixed Android Chrome detection *(on Android 4.x)*
|
59 | 65 | * added some [FAQ](docs/FAQ.md)'s
|
60 | 66 |
|
61 |
| -### 0.6.2 (03.01.16) |
| 67 | +### 0.6.2 |
62 | 68 | * fixed dist files to register globally
|
63 | 69 |
|
64 |
| -### 0.6.1 (03.01.16) |
| 70 | +### 0.6.1 |
65 | 71 | * replaced multi-options with an object hash
|
66 | 72 | * renamed `keepDefaults` to `keepUnprefixed`
|
67 | 73 |
|
68 |
| -### 0.6.0 (03.01.16) |
| 74 | +### 0.6.0 |
69 | 75 | * fixed a bug that caused the `display:flex` plugin to prefix incorrectly
|
70 | 76 | * added `forceRun`-option to plugins to support plugins when using `prefixAll`
|
71 | 77 | * added `keepDefault`-option to keep defaults after prefixing
|
|
74 | 80 | * several data updates
|
75 | 81 |
|
76 | 82 | ## 0.5
|
77 |
| -## 0.5.4 (03.12.15) |
| 83 | +## 0.5.4 |
78 | 84 | * fixed a typo in `animationIterationCount`
|
79 | 85 |
|
80 |
| -## 0.5.3 (28.11.15) |
| 86 | +## 0.5.3 |
81 | 87 | * Added 2D Transform to the searchMap so IE 9 prefixes `transform`, `transformOrigin`, `transformOriginX` and `transformOriginY`
|
82 | 88 | * Removed unsupported browsers from browser detection to avoid false prefixes
|
83 | 89 |
|
84 |
| -## 0.5.2 (24.11.15) |
| 90 | +## 0.5.2 |
85 | 91 | * Added Changelog
|
86 | 92 | * Android detection for older Versions (< 5)
|
87 | 93 | * added `flexWrap` to the properties list
|
0 commit comments