UNPKG

29.9 kBMarkdownView Raw
1# Change Log
2This project adheres to [Semantic Versioning](http://semver.org/).
3
4## 9.8.2
5* Remove old Node.js <13.7 from supported engines, because of buggy ESM support.
6
7## 9.8.1
8* Replace `chalk` to `kleur` (by Luke Edwards).
9* Update docs (by @mbomb007).
10
11## 9.8 “Vigilo Confido”
12* Add `:placeholder-shown` support (by Tanguy Krotoff).
13
14## 9.7.6
15* Revert `-webkit-stretch` fix.
16
17## 9.7.5
18* Fix `-webkit-stretch` support.
19
20## 9.7.4
21* Fix warning text (by Dmitry Ishkov).
22
23## 9.7.3
24* Fix compatibility with PostCSS Modules.
25
26## 9.7.2
27* Add `-ms-user-select: element` support.
28* Add funding link for `npm fund`.
29
30## 9.7.1
31* Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
32* Fix `fit-content` for Firefox.
33
34## 9.7 “Ad Victoriam”
35* Add `AUTOPREFIXER_GRID` env variable to enable Grid Layout polyfill for IE.
36* Fix `Cannot read property 'grid' of undefined` error.
37
38## 9.6.5
39* Fix selector prefixing (by Andrey Alexandrov).
40
41## 9.6.4
42* Now the real fix for `'startsWith' of undefined` error.
43
44## 9.6.3
45* Fix `Cannot read property 'startsWith' of undefined` error.
46
47## 9.6.2
48* Fix false `Replace fill to stretch` warning.
49
50## 9.6.1
51* Fix `-webkit-line-clamp` truncating multi-line text support.
52
53## 9.6 “Nunc id vides, nunc ne vides”
54* Show warning about Browserslist config on `browser` option.
55* Add warning-less `overrideBrowserslist` option.
56* Add `text-orientation` support.
57* Add `min-resolution: 2x` alias support.
58* Add `.github/CONTRIBUTING.md` (by Juan Martin Marco).
59
60## 9.5.1
61* Fix `backdrop-filter` for Edge (by Oleh Aloshkin).
62* Fix `min-resolution` media query support in Firefox < 16.
63
64## 9.5 “Draco dormiens nunquam titillandus”
65* Add `mask-composite` support (by Semen Levenson).
66
67## 9.4.10
68* Add warning for named Grid rows.
69
70## 9.4.9
71* Fix `grid-template` and `@media` case (by Bogdan Dolin).
72
73## 9.4.8
74* Fix `calc()` support in Grid gap.
75
76## 9.4.7
77* Fix infinite loop on mismatched parens.
78
79## 9.4.6
80* Fix warning text (by Albert Juhé Lluveras).
81
82## 9.4.5
83* Fix `text-decoration-skip-ink` support.
84
85## 9.4.4
86* Use `direction` value for `-ms-writing-mode` (by Denys Kniazevych).
87* Fix warning text (by @zzzzBov).
88
89## 9.4.3
90* Add warning to force `flex-start` instead of `start` (by Antoine du Hamel).
91* Fix docs (by Christian Oliff).
92
93## 9.4.2
94* Fix Grid autoplacement warning.
95
96## 9.4.1
97* Fix unnecessary Flexbox prefixes in Grid elements.
98
99## 9.4 “Advance Australia”
100* Add Grid autoplacement for `-ms-` (by Bogdan Dolin).
101* Improve docs and warnings (by Daniel Tonon).
102* Remove some unnecessary warnings for Grid (by Andrey Alexandrov).
103
104## 9.3.1
105* Fix Grid prefixes with `repeat()` value (by Bogdan Dolin).
106
107## 9.3 “Labor omnia vincit”
108* Add `place-self` support (by Bogdan Dolin).
109* Fix Grid row/column span inheritance bug (by Bogdan Dolin).
110
111## 9.2.1
112* Fix broken AST.
113
114## 9.2 “Onyi est glavnaya krepost”
115* Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov).
116* Add duplicate `grid-area` support (by Bogdan Dolin).
117* Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin).
118* Disable Grid in `@supports` at-rule with non-supported Grid features.
119* Improve Grid warnings (by Daniel Tonon).
120* Improve docs (by Joshua Hall, Mat Gadd, Roy Revelt, and Ivan).
121
122## 9.1.5
123* Remove `@babel/register` from dependencies.
124
125## 9.1.4
126* Use Babel 7.
127
128## 9.1.3
129* Sort properties in `autoprefixer --info` alphabetically.
130* Fix old Firefox gradient prefix.
131
132## 9.1.2
133* Fix `autoprefixer --info` in new Node.js.
134
135## 9.1.1
136* Retain `grid-gap` through `@media` (by Bogdan Dolin).
137* Fix `grid-template` and `@media` (by Bogdan Dolin).
138* Fix Grid areas searching error (by Bogdan Dolin).
139* Fix `span X` Grid prefix (by Bogdan Dolin).
140* Fix docs (by Eduard Kyvenko).
141
142## 9.1 “Equality before the law”
143* Add `background-clip: text` support.
144* Fix adding Grid span for IE (by Bogdan Dolin).
145
146## 9.0.2
147* Show warning on Grid area names conflict (by Bogdan Dolin).
148* Fix documentation (by Sven Wagner).
149
150## 9.0.1
151* Fix nested at-rules in Grid prefixes (by Ivan Malov).
152
153## 9.0 “A Mari Usque Ad Mare”
154* Remove Node.js 9 and Node.js 4 support.
155* Remove IE and “dead” browsers from Babel.
156* Use PostCSS 7.0.
157* Use Browserslist 4.0.
158
159## 8.6.5
160* Do not show Grid warnings if IE was not selected.
161
162## 8.6.4
163* Fix `stretch` prefix in Chrome >= 46.
164
165## 8.6.3
166* Add warnings for unsupported Grid features.
167* Add warnings about wrong Grid properties.
168* Add note about `grid` option for grid properties in `autoprefixer --info`.
169
170## 8.6.2
171* Fix error during adding Grid prefixes in `@media` (by Evgeny Petukhov).
172
173## 8.6.1
174* Fix `grid-template` with media queries (by Evgeny Petukhov).
175
176## 8.6 “Follow Reason”
177* Add `gap` support (by Evgeny Petukhov).
178* Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov).
179* Add `ignoreUnknownVersions` option for Browserslist.
180
181## 8.5.2
182* Fix `grid-template` support wit auto row sizes (by Yury Timofeev).
183
184## 8.5.1
185* Remove unnecessary warning on `-webkit-fill-available`.
186
187## 8.5 “Muito Nobre e Sempre Leal”
188* Add `grid-gap` support (by Evgeny Petukhov).
189* Fix radial gradients direction fix.
190* Fix docs (by Phani Kandula and Huáng Jùnliàng).
191
192## 8.4.1
193* Fix working in old PostCSS versions (by Diablohu).
194
195## 8.4 “Non in aves, sed in angues”
196* Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov).
197
198## 8.3 “Benigno Numine”
199* Add `@media` support to `grid-template` (by Evgeny Petukhov).
200* Fix `radial-gradient` direction warning (by Gustavo Real).
201
202## 8.2 “Ad Astra per Aspera”
203* Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev).
204
205## 8.1 “Rex, Familia et Ultio”
206* Add `overscroll-behavior` support.
207* Add `grid-template` shortcut support (by Evgeny Petukhov).
208* Add better `grid-column-end` and `grid-row-end` support (by Evgeny Petukhov).
209* Fix Grid properties support in `@supports`.
210
211## 8.0 “Excelsior”
212* Use Browserslist 3.0.
213* Rename `autoprefixer-info` CLI tool to `autoprefixer --info`.
214* Remove `break-*` to `page-break-*` conversion for Firefox.
215
216## 7.2.6
217* Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov).
218
219## 7.2.5
220* Fix multiple prefixes in declaration value.
221
222## 7.2.4
223* Fix IE 10 support.
224
225## 7.2.3
226* Fix `grid-template-areas` in `@media` (by Evgeny Petukhov).
227
228## 7.2.2
229* Fix `_autoprefixerDisabled is undefined` issue.
230
231## 7.2.1
232* Fix IE and other old JS runtimes support.
233
234## 7.2 “Ordem e Progresso”
235* Add `grid-template-areas` support (by Evgeny Petukhov).
236* Add `grid-template` support (by Evgeny Petukhov).
237* Add `grid-area` support (by Alexey Komarov).
238* Add `autoprefixer-info` CLI tool.
239* Add wrong `radial-gradient` properties warning.
240* Use current working dir on missed `from` in `info()` (by Phil Dokas).
241* Fix `grid-row` and `grid-column` support (by Alexey Komarov).
242* Do not prefix `reverse` animation direction.
243* Improve test coverage (by Dmitry Semigradsky).
244
245## 7.1.6
246* Add warning for using `browserslist` option instead of `browsers`.
247* Add warning for multiple control comments in the same scope.
248* Fix `Invalid array length` error during indent changes.
249
250## 7.1.5
251* Fix `::placeholder` prefix for Edge.
252* Fix `inherit`/`initial`/`unset` values for `flex-direction`.
253* Fix RegExp usage in gradients (by Yet Another Minion).
254
255## 7.1.4
256* Fix `radial-gradient` direction conversion.
257* Fix `image-set` in `cursor`.
258
259## 7.1.3
260* Add warning for old `radial-gradient` direction syntax.
261
262## 7.1.2
263* Fix `text-decoration` shortcut support.
264
265## 7.1.1
266* Remove non-`-webkit-` intrinsic prefixes in Grid Layout (by 一丝).
267
268## 7.1 “Universitas litterarum”
269* Add `unicode-bidi` support.
270* Add `-webkit-appearance` support for Edge.
271* Add `from` option to `info()`.
272* Fix intrinsic widths prefixes in Grid Layout.
273
274## 7.0.1
275* Fix Autoprefixer for old JS runtimes.
276
277## 7.0 “Coelestem adspicit lucem”
278* Remove node.js 0.12 support.
279* Use PostCSS 6.0.
280* Use Browserslist 2.
281* Use `caniuse-lite` instead of `caniuse-db` (by Ben Briggs).
282* Use `^` for Browserslist dependencies, instead of `~`.
283* Rewrite project from CoffeeScript to Babel (by Dmitry Semigradsky).
284* Disable Grid Layout prefixes for IE by default.
285* Fix `-ms-grid-column-align`.
286* Move tests to Jest.
287
288## 6.7.7
289* Fix `order` for non-digit values.
290
291## 6.7.6
292* Fix `font-kerning` (by Chi Vinh Le).
293
294## 6.7.5
295* Fix `text-decoration-skip` in iOS (by Chi Vinh Le).
296* Fix `clip-path` (by Chi Vinh Le).
297
298## 6.7.4
299* Improve `browsers` option perfomance.
300* Update CoffeeScript compiler.
301
302## 6.7.3
303* Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update.
304
305## 6.7.2
306* Do not prefix grid/flexbox in `@supports` on `grid: false`/`flexbox: false`.
307
308## 6.7.1
309* Update Browserslist with `last n version` fix.
310
311## 6.7 “Krungthep doot thep saang”
312* Add Electron support in browsers list (by Kilian Valkhof).
313* Add `flex-flow` partial support for Flexbox 2009 specification.
314* Fix browsers `0` version issue in some Can I Use data.
315
316## 6.6.1
317* Add metadata to use Autoprefixer in JSS tests (by Chi Vinh Le).
318
319## 6.6 “Kaiyuan”
320* Add `browserslist` key in `package.json` support.
321* Add support for separated environments in browserslist config.
322* Add `browserslist-stats.json` file support to load custom usage statistics.
323
324## 6.5.4
325* Fix unitless 0 basis in IE10/IE11 shorthand flex (by Google).
326
327## 6.5.3
328* Add error for popular mistake with `browser` option instead of `browsers`.
329
330## 6.5.2
331* Clean prefixes data (by Reinaldo Schiehll).
332
333## 6.5.1
334* Fix selectors with `:--` prefix support.
335
336## 6.5 “Einigkeit und Recht und Freiheit”
337* Add `defaults` keyword to browsers requirements.
338* Fix CSS Grid Layout support.
339* Fix `align-self` cleaning.
340
341## 6.4.1
342* Fix node cloning after some PostCSS plugins.
343
344## 6.4 “Hic et ubique terrarum”
345* Add `:any-link` selector support.
346* Add `text-decoration-skip` support.
347* Add `transition: duration property` support.
348* Fix `-webkit-` prefix for `backface-visibility`.
349* Fix `rad` unit support in gradients (by 刘祺).
350* Fix `transition` support in Opera 12.
351* Removed Safari TP Grid prefixes support.
352
353## 6.3.7
354* Fix rare `Cannot read property 'constructor' of null` issue.
355
356## 6.3.6
357* Add Safari TP prefix support for Grid Layout.
358
359## 6.3.5
360* Fix duplicate prefixes for `-ms-interpolation-mode`.
361
362## 6.3.4
363* Show users coverage for selected browsers in `info()`.
364
365## 6.3.3
366* Fix transition warning.
367
368## 6.3.2
369* Fix jspm support (by Sean Anderson).
370
371## 6.3.1
372* Fix compatibility with Flexibility polyfill.
373
374## 6.3 “Pro rege et lege”
375* Add Grid Layout support.
376* Add `text-spacing` support.
377* Add `> 10% in my stats` browsers query with custom usage statistics.
378* Add options to disable `@supports`, Flexbox or Grid support.
379* Fix compatibility with other PostCSS plugins.
380
381## 6.2.3
382* Fix error on broken transition with double comma.
383
384## 6.2.2
385* Fix issues in broken transitions.
386
387## 6.2.1
388* Fix AST error in transition warning (by @jvdanilo).
389
390## 6.2 “Fluctuat nec mergitur”
391* Use `fill` instead of `fill-available` according spec changes (by 一丝).
392* Add `fill` support for logical dimension properties (by 一丝).
393* Add `text-emphasis` support (by 一丝).
394* Add prefixes to `@supports` only for compatible browsers.
395* Add `rad`, `grad` and `turn` units support to linear gradients.
396* Add some `deg` directions support for old WebKit linear gradients.
397* Fix `@supports` parenthesis (by @heady).
398* Add warning when prefixes could not be generated
399 for complicated `transition-property` values.
400* Add warning for outdated `fill-available` value.
401* Add warning for wrong `text-emphasis-position` value.
402* Add “time capsule” warning for prefix-less future.
403* Normalizes all warning messages.
404
405## 6.1.2
406* Fix gradient hack on some parameters (by Alexey Efremov).
407
408## 6.1.1
409* Fix `cursor: grab` and `cursor: grabbing` support.
410
411## 6.1 “Bil-shaʿb wa lil-shaʿb”
412* Change `transition` support to output more robust CSS.
413* Add `:read-only` support.
414* Add support for `appearance` with any values.
415* Add CSS-in-JS support via `postcss-js`.
416* Add loud `/*! autoprefixer: off */` control comments support.
417* Convert `rotateZ` to `rotate` for `-ms-transform`.
418* Use `postcss-value-parser` to carefully work with gradients.
419* Remove `-ms-transform-style` and `-o-transform-style` that never existed.
420
421## 6.0.3
422* Fix old gradient direction warning.
423
424## 6.0.2
425* Remove unnecessary `-khtml-` prefix too.
426
427## 6.0.1
428* Fix `cross-fade()` support (by 一丝).
429
430## 6.0 “Eureka”
431* CLI was removed from `autoprefixer` package to `autoprefixer-cli`.
432* `autoprefixer-core` and `autoprefixer` packages was merged back.
433* Remove `autoprefixer(opt).process(css)`, use `autoprefixer.process(css, opt)`.
434* Remove `safe` option. Use separated Safe parser from PostCSS.
435* Remove Opera 12.1 from default query.
436* Use PostCSS 5.0 API.
437* Add custom syntaxes support.
438* Add `image-set` support (by 一丝).
439* Add `mask-border` support (by 一丝).
440* Add `filter()` function support (by Vincent De Oliveira).
441* Add `backdrop-filter` support (by Vincent De Oliveira).
442* Add `element()` support (by Vincent De Oliveira).
443* Add CSS Regions support.
444* Add Scroll Snap Points support.
445* Add `writing-mode` support.
446* Add `::backdrop` support.
447* Add `cross-fade()` support.
448* Add other `break-` properties support.
449* Add Microsoft Edge support (by Andrey Polischuk).
450* Add `not` keyword and exclude browsers by query.
451* Add version ranges `IE 6-9` (by Ben Briggs).
452* Fix `filter` in `transition` support on Safari.
453* Fix `url()` parsing.
454* Fix `pixelated` cleaning.
455* Always show old gradient direction warning.
456
457## 5.2.1
458* Fix parent-less node issue on some cases (by Josh Gillies).
459
460## 5.2 “Dont tread on me”
461* Add `appearance` support.
462* Warn users on old gradient direction or flexbox syntax.
463* Add `add: false` option to disable new prefixes adding.
464* Make Autoprefixer 30% faster.
465* Use PostCSS 4.1 plugin API.
466* Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`.
467* Do not add `::placeholder` prefixes for `:placeholder-shown`.
468* Fix `text-decoration` prefixes.
469* `autoprefixer.process()` was deprecated. Use PostCSS API.
470
471## 5.1.11
472* Update `num2fraction` to fix resolution media query (by 一丝).
473
474## 5.1.10
475* Do not generate `-webkit-image-rendering`.
476
477## 5.1.9
478* Fix DynJS compatibility (by Nick Howes).
479
480## 5.1.8
481* Fix gradients in `mask` and `mask-image` properties.
482* Fix old webkit prefix on some unsupported gradients.
483
484## 5.1.7
485* Fix placeholder selector (by Vincent De Oliveira).
486
487## 5.1.6
488* Use official `::placeholder-shown` selector (by Vincent De Oliveira).
489
490## 5.1.5
491* Add transition support for CSS Masks properties.
492
493## 5.1.4
494* Use `-webkit-` prefix for Opera Mobile 24.
495
496## 5.1.3
497* Add IE support for `image-rendering: crisp-edges`.
498
499## 5.1.2
500* Add never existed `@-ms-keyframes` to common mistake.
501
502## 5.1.1
503* Safer value split in `flex` hack.
504
505## 5.1 “Jianyuan”
506* Add support for resolution media query (by 一丝).
507* Higher accuracy while removing prefixes in values.
508* Add support for logical properties (by 一丝).
509* Add `@viewport` support.
510* Add `text-overflow` support (by 一丝).
511* Add `text-emphasis` support (by 一丝).
512* Add `image-rendering: crisp-edges` support.
513* Add `text-align-last` support.
514* Return `autoprefixer.defaults` as alias to current `browserslist.defaults`.
515* Save code style while adding prefixes to `@keyframes` and `@viewport`.
516* Do not remove `-webkit-background-clip` with non-spec `text` value.
517* Fix `-webkit-filter` in `transition`.
518* Better support for browser versions joined on Can I Use
519 like `ios_saf 7.0-7.1` (by Vincent De Oliveira).
520* Fix compatibility with `postcss-import` (by Jason Kuhrt).
521* Fix Flexbox prefixes for BlackBerry and UC Browser.
522* Fix gradient prefixes for old Chrome.
523
524## 5.0 “Pravda vítězí”
525* Use PostCSS 4.0.
526* Use Browserslist to parse browsers queries.
527* Use global `browserslist` config.
528* Add `> 5% in US` query to select browsers by usage in some country.
529* Add `object-fit` and `object-position` properties support.
530* Add CSS Shape properties support.
531* Fix UC Browser name in debug info.
532* Remove `autoprefixer.defaults` and use defaults from Browserslist.
533
534## 4.0.2
535* Remove `o-border-radius`, which is common mistake in legacy CSS.
536
537## 4.0.1
538* Fix `@supports` support with brackets in values (by Vincent De Oliveira).
539
540## 4.0 “Indivisibiliter ac Inseparabiliter”
541* Become 2.5 times fatser by new PostCSS 3.0 parser.
542* Do not remove outdated prefixes by `remove: false` option.
543* `map.inline` and `map.sourcesContent` options are now `true` by default.
544* Add `box-decoration-break` support.
545* Do not add old `-webkit-` prefix for gradients with `px` units.
546* Use previous source map to show origin source of CSS syntax error.
547* Use `from` option from previous source map `file` field.
548* Set `to` value to `from` if `to` option is missing.
549* Trim Unicode BOM on source maps parsing.
550* Parse at-rules without spaces like `@import"file"`.
551* Better previous `sourceMappingURL` annotation comment cleaning.
552* Do not remove previous `sourceMappingURL` comment on `map.annotation: false`.
553
554## 3.1.2
555* Update Firefox ESR version from 24 to 31.
556
557## 3.1.1
558* Use Flexbox 2009 spec for Android stock browser < 4.4.
559
560## 3.1 “Satyameva Jayate”
561* Do not remove comments from prefixed values (by Eitan Rousso).
562* Allow Safari 6.1 to use final Flexbox spec (by John Kreitlow).
563* Fix `filter` value in `transition` in Webkits.
564* Show greetings if your browsers don’t require any prefixes.
565* Add `<=` and `<` browsers requirement (by Andreas Lind).
566
567## 3.0.1
568* Fix `autoprefixer.postcss` in callbacks.
569
570## 3.0 “Liberté, Égalité, Fraternité”
571* Project was split to autoprefixer (with CLI) and autoprefixer-core.
572* `autoprefixer()` now receives only `options` object with `browsers` key.
573* GNU format for syntax error messages from PostCSS 2.2.
574
575## 2.2 “Mobilis in mobili”
576* Allow to disable Autoprefixer for some rule by control comment.
577* Use PostCSS 2.1 with Safe Mode option and broken source line
578 in CSS syntax error messages.
579
580## 2.1.1
581* Fix `-webkit-background-size` hack for `contain` and `cover` values.
582* Don’t add `-webkit-` prefix to `filter` with SVG (by Vincent De Oliveira).
583
584## 2.1 “Eleftheria i thanatos”
585* Add support for `clip-path` and `mask` properties.
586* Return `-webkit-` prefix to `filter` with SVG URI.
587
588## 2.0.2
589* Add readable names for new browsers from 2.0 release.
590* Don’t add `-webkit-` prefix to `filter` with SVG URI.
591* Don’t add `-o-` prefix 3D transforms.
592
593## 2.0.1
594* Save declaration style, when clone declaration to prefix.
595
596## 2.0 “Hongik Ingan”
597* Based on PostCSS 1.0.
598 See [options changes](https://github.com/postcss/postcss/releases/tag/1.0.0).
599* Restore visual cascade after declaration removing.
600* Enable visual cascade by default.
601* Prefix declareation in `@supports` at-rule conditions.
602* Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
603 `op_mob` and `op_mini`.
604* Allow to use latest Autoprefixer from GitHub by npm.
605* Add `--no-cascade`, `--annotation` and `--sources-content` options to binary.
606
607## 1.3.1
608* Fix gradient hack, when `background` property contains color.
609
610## 1.3 “Tenka Fubu”
611* Add `text-size-adjust` support.
612* Add `background-size` to support Android 2.
613
614## 1.2 “Meiji”
615* Use Can I Use data from official `caniuse-db` npm package.
616* Remove package data update from binary.
617* Use increment value instead of current date in minor versions.
618
619## 1.1 “Nutrisco et extingo”
620* Add source map annotation comment support.
621* Add inline source map support.
622* Autodetect previous source map.
623* Fix source maps support on Windows.
624* Fix source maps support in subdirectory.
625* Prefix selector even if it is already prefixed by developer.
626* Add option `cascade` to create nice visual cascade of prefixes.
627* Fix flexbox support for IE 10 (by Roland Warmerdam).
628* Better `break-inside` support.
629* Fix prefixing, when two same properties are near.
630
631### 20140222
632* Add `touch-action` support.
633
634### 20140226
635* Chrome 33 is moved to released versions.
636* Add Chrome 36 data.
637
638### 20140302
639* Add `text-decoration-*` properties support.
640* Update browsers usage statistics.
641* Use new PostCSS version.
642
643### 20140319
644* Check already prefixed properties after current declaration.
645* Normalize spaces before already prefixed check.
646* Firefox 28 is moved to released versions.
647* Add Firefox 31 data.
648* Add some Blackberry data.
649
650### 20140327
651* Don’t use `-ms-transform` in `@keyframes`, because IE 9 doesn’t support
652 animations.
653* Update BlackBerry 10 data.
654
655### 20140403
656* Update browsers usage statistics.
657* Opera 20 is moved to released versions.
658* Add Opera 22 data.
659
660### 20140410
661* Chrome 34 is moved to released versions.
662* Add Chrome 37 data.
663* Fix Chrome 36 data.
664
665### 20140429
666* Fix `display: inline-flex` support by 2009 spec.
667* Fix old WebKit gradient converter (by Sergey Belov).
668* Fix CSS 3 cursors data (by Nick Schonning).
669
670### 20140430
671* Separate 2D and 3D transform prefixes to clean unnecessary `-ms-` prefixes.
672* Firefox 29 is moved to released versions.
673* Add Firefox 32 data.
674
675### 20140510
676* Do not add `-ms-` prefix for `transform` with 3D functions.
677* Update browsers global usage statistics.
678
679### 20140512
680* Remove unnecessary `-moz-` prefix for `wavy` in `text-decoration`.
681* Update Safari data for font properties.
682
683### 20140521
684* Chrome 36 is moved to released versions.
685* Add Chrome 38 data.
686
687### 20140523
688* Opera 21 is moved to released versions.
689* Add Opera 23 data.
690
691### 20140605
692* Allow to parse gradients without space between color and position.
693* Add iOS 8, Safari 8 and Android 4.4.3 data.
694* Update browsers usage statistics.
695
696## 1.0 “Plus ultra”
697* Source map support.
698* Save origin indents and code formatting.
699* Change CSS parser to PostCSS.
700* Preserve vendor-prefixed properties put right after unprefixed ones.
701* Rename `compile()` to `process()` and return result object,
702 instead of CSS string.
703* Rename `inspect()` to `info()`.
704* Add in binary `-d` option to specify output directory.
705* Binary now will not concat output files.
706* Allow to select last versions for specified browser.
707* Add full browser names aliases: `firefox`, `explorer` and `blackberry`.
708* Ignore case in browser names.
709* Change license to MIT.
710* Add prefixes inside custom at-rules.
711* Add only necessary prefixes to selector inside prefixed at-rule.
712* Safer backgrounds list parser in gradient hack.
713* Prefix `@keyframes` inside `@media`.
714* Don’t prefix values for CSS3 PIE properties.
715* Binary now shows file name in syntax error.
716* Use browserify to build standalone version.
717
718### 20131225
719* Fix deprecated API convertor.
720* Add `::placeholder` support for Firefix >= 18.
721* Fix vendor prefixes order.
722
723### 20140103
724* Add `-webkit-` prefix for `sticky` position.
725* Update browsers popularity statistics.
726
727### 20140109
728* Add selectors and at-rules sections to debug info.
729* Fix outdated prefixes cleaning.
730
731### 20140110
732* Add `Firefox ESR` browser requirement.
733* Opera 18 is moved to released versions.
734* Add Opera 20 data.
735
736### 20140117
737* Chrome 32 is moved to released versions.
738* Add Opera 34 data.
739
740### 20140130
741* Fix flexbox properties names in transitions.
742* Add Chrome 35 and Firefox 29 data.
743
744### 20140203
745* Android 4.4 stock browser and Opera 19 are moved to released versions.
746* Add Opera 21 data.
747* Update browsers usage statistics.
748
749### 20140213
750* Add case insensitive to IE’s filter hack (by Dominik Schilling).
751* Improve selector prefixing in some rare cases (by Simon Lydell).
752* Firefox 27 is moved to released versions.
753* Add Firefox 30 data.
754
755## 0.8 “Unbowed, Unbent, Unbroken”
756* Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
757 instead of just "last 2 browsers").
758* Keep vendor prefixes without unprefixed version (like vendor-specific hacks).
759* Convert gradients to old WebKit syntax (actual for Android 2.3).
760* Better support for several syntaxes with one prefix (like Flexbox and
761 gradients in WebKit).
762* Add intrinsic and extrinsic sizing values support.
763* Remove never existed prefixes from common mistakes (like -ms-transition).
764* Add Opera 17 data.
765* Fix selector prefixes order.
766* Fix browser versions order in inspect.
767
768### 20130903
769* Fix old WebKit gradients convertor on rgba() colors.
770* Allow to write old direction syntax in gradients.
771
772### 20130906
773* Fix direction syntax in radial gradients.
774* Don’t prefix IE filter with modern syntax.
775
776### 20130911
777* Fix parsing property name with spaces.
778
779### 20130919
780* Fix processing custom framework prefixes (by Johannes J. Schmidt).
781* Concat outputs if several files compiled to one output.
782* Decrease standalone build size by removing unnecessary Binary class.
783* iOS 7 is moved to released versions.
784* Clean up binary code (by Simon Lydell).
785
786### 20130923
787* Firefox 24 is moved to released versions.
788
789### 20131001
790* Add support for grab, grabbing, zoom-in and zoom-out cursor values.
791
792### 20131006
793* Chrome 30 is moved to released versions.
794
795### 20131007
796* Don’t add another prefixes in rule with prefixed selector.
797
798### 20131009
799* Opera 17 is moved to released versions.
800
801### 20131015
802* Fix converting multiple gradients to old webkit syntax (by Aleksei Androsov).
803
804### 20131017
805* Fix @host at-rule parsing.
806
807### 20131020
808* IE 11 and Andrid 4.3 is moved to released versions.
809* Add Opera 18 data.
810* Add @namespace support.
811* Sort browser versions in data file.
812
813### 20131029
814* Add Safari 6.1 data.
815* Add fx alias for Firefox.
816
817### 20131104
818* Update Android future version to 4.4.
819* Google Chrome 32 added to future versions list.
820* Firefox 25 now is actual version, 27 and 28 added to future versions.
821* Browsers statistics are updated.
822
823### 20131205
824* Google Chrome 33 added to future releases list.
825* Google Chrome 31 moved to current releases list.
826
827### 20131209
828* Use old webkit gradients for old iOS and Safari (by Chad von Nau).
829* Fix direction conversion for old webkit gradients (by Chad von Nau).
830* Update browsers popularity statistics.
831
832### 20131213
833* Firefox ESR in default browsers was changed to 24 version.
834* Firefox 26 was moved to current releases list.
835* Firefox 28 was added to future releases list.
836
837## 0.7 “We Do Not Sow”
838* Add vendor prefixes to selectors.
839* Add ::selection and ::placeholder selectors support.
840* Allow to load support data from Can I Use pull requests.
841* Remove deprecated API.
842
843### 20130806
844* Add hyphens support.
845
846### 20130807
847* Add tab-size support.
848* Add :fullscreen support.
849
850### 20130808
851* Allow to select browser versions by > and >= operator.
852* Fix flex properties in transition.
853
854### 20130810
855* Add Firefox 25 data.
856
857### 20130824
858* Add Chrome 31 and 30 data.
859* Fix CSS comments parsing (by vladkens).
860
861## 0.6 “As High As Honor”
862* New faster API, which cache preprocessed data. Old API is deprecated.
863* A lot of perfomance improvements.
864* Add Opera 15 -webkit- prefix support.
865* Update Chrome 29 and Safari 7 prefixes data.
866* Add minor browsers in popularity select.
867* Better syntax error messages.
868
869### 20130721
870* Add Chrome 30 data.
871
872### 20130728
873* Don’t remove non-standard -webkit-background-clip: text.
874* Don’t remove IE hack on CSS parse.
875
876### 20130729
877* Add Opera 16 data.
878* Fix “Invalid range in character class” error on Firefox.
879
880### 20130730
881* Fix correct clone comments inside keyframes (by Alexey Plutalov).
882* Fix angle recalculation in gradients (by Roman Komarov).
883
884### 20130731
885* Add border-image support.
886
887## 0.5 “Ours is the Fury”
888* Rewrite Autoprefixer to be more flexible.
889* Use css, instead of Rework, to fix CSS parsing errors faster.
890* Fix a lot of CSS parsing errors.
891
892### 20130616
893* More useful message for CSS parsing errors.
894* Remove old WebKit gradient syntax.
895* Fix parsing error on comment with braces.
896
897### 20130617
898* Remove old Mozilla border-radius.
899* Don’t prefix old IE filter.
900* Remove old background-clip, background-size and background-origin prefixes.
901* Speed up regexps in values.
902* Allow to hack property declarations.
903
904### 20130625
905* Convert flexbox properties to 2009 and 2012 specifications.
906* Improve messages on syntax errors.
907
908### 20130626
909* Add Firefox 24 data.
910* Add prefixes for font-feature-settings.
911
912### 20130629
913* Fix convert flex properties to old box-flex.
914
915## 0.4 “Winter Is Coming”
916* Remove outdated prefixes.
917* Add border-radius and box-shadow properties to database.
918* Change degrees in webkit gradients.
919
920### 20130515
921* Add old syntax in gradient direction.
922* Add old syntax for display: flex.
923* Update browser global usage statistics.
924
925### 20130521
926* Add Firefox 23 data.
927
928### 20130524
929* Add Chrome 29 data.
930
931### 20130528
932* Fix compatibilty with Rework from git master.
933* Add minor browsers to data, which can be selected only directly.
934
935### 20130530
936* Add Opera 15 and iOS 6.1 data.
937* Fix iOS versions in properties and values data.
938
939### 20130603
940* Use latest Rework 0.15 with a lot of CSS parsing fixes.
941* Update browsers usage statistics.
942
943## 0.3 “Growing Strong”
944* Rename `autoprefixer.filter()` to `autoprefixer.rework()`.
945* Use own filters instead of Rework’s `prefix` and `prefixValue`.
946* Smarter value prefixer without false match “order” in “border”.
947* 40% faster.
948* Don’t add unnecessary properties instead of Rework’s `prefixValue`.
949* Don’t change properties order.
950* Sort properties and values in inspect output.
951* Add main to component config (by Jonathan Ong).
952* Fix documentation (by Sergey Leschina and Mark Vasilkov).
953
954### 20130424
955* Fix value override in prefixer.
956
957### 20130427
958* Prefix several same values in one property.
959* Fix Windows support in binary.
960* Improve print errors in binary.
961
962### 20130502
963* Don’t add -webkit- prefix to IE filter.
964* Don’t duplicate prefixes on second run.
965
966## 0.2 “Hear Me Roar!”
967* Update parse libraries.
968* Use component package manager to build standalone script.
969* Add inspect to standalone script.
970
971## 0.1 “Fire and Blood”
972* Initial release.