UNPKG

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