You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

953 lines
29 KiB

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