Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

CHANGELOG.md 30KB

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