Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 3 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. # Changelog
  2. ## 3.0
  3. ### 3.0.8
  4. * added support for `writing-mode` [#139](https://github.com/rofrischmann/inline-style-prefixer/issues/139) )
  5. ### 3.0.7
  6. * fix `flexBasis` fallback for legacy IE 10 (`msPreferredSize` to `msFlexPreferredSize`) ( [#134](https://github.com/rofrischmann/inline-style-prefixer/issues/134) )
  7. ### 3.0.6
  8. * fix legacy display prefixing for `inline-flex` ( [#132](https://github.com/rofrischmann/inline-style-prefixer/issues/132) )
  9. ### 3.0.5
  10. * use Chrome data for Yandex browser ( [#127](https://github.com/rofrischmann/inline-style-prefixer/issues/127) )
  11. ### 3.0.4
  12. * removed `caniuse-api` as a `devDependency`
  13. ### 3.0.3
  14. * data update
  15. ### 3.0.2
  16. * performance improvements (up to 30% faster)
  17. ### 3.0.1
  18. * performance improvements (~10% faster) ( [#115](https://github.com/rofrischmann/inline-style-prefixer/pull/115) ) ( [#116](https://github.com/rofrischmann/inline-style-prefixer/pull/116) )
  19. * ordering prefixed properties correctly ( [#117](https://github.com/rofrischmann/inline-style-prefixer/pull/117) )
  20. ### 3.0.0
  21. #### Complete Rewrite
  22. * introducing new core prefixer that perform up to 4.5x faster
  23. * added a whole new generator to create your custom prefixer
  24. * added 4 new plugins to prefix special values
  25. * new documentation using gitbook
  26. * integrated flowtype
  27. ------
  28. ## 2.0
  29. ### 2.0.5
  30. * added style sorting to prepend prefixed properties ( [#105](https://github.com/rofrischmann/inline-style-prefixer/issues/105) )
  31. * support for `position: -webkit-sticky` ( [#103](https://github.com/rofrischmann/inline-style-prefixer/issues/103) )
  32. ### 2.0.4
  33. * added type checks for `flexDirection` specification alternatives
  34. ### 2.0.3
  35. * fixed updated caniuse-api search keys
  36. ### 2.0.2
  37. * fixed a bug that used the prefixAll fallback for Windows Phone browsers ( [#97](https://github.com/rofrischmann/inline-style-prefixer/issues/97) )
  38. * fixed a bug preventing Firefox on Android to correct prefixes ( [#95]((https://github.com/rofrischmann/inline-style-prefixer/issues/95) )
  39. ### 2.0.1
  40. * fixed a bug that removed array values ( [#89](https://github.com/rofrischmann/inline-style-prefixer/issues/89) )
  41. * added array prefixing to the dynamic version
  42. * improved prefixing performance
  43. ### 2.0.0
  44. ##### API Changes
  45. * merged [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) as `inline-style-prefixer/static`
  46. ##### Improvements
  47. * support for Chromium browser ( [#75](https://github.com/rofrischmann/inline-style-prefixer/pull/86) )
  48. * support for Vivaldi browser ( [#81](https://github.com/rofrischmann/inline-style-prefixer/pull/81) )
  49. * support for zoom and grab `cursor` values ( [#82](https://github.com/rofrischmann/inline-style-prefixer/pull/82) )
  50. * support for prefixing arrays of values ( [@inline-style-prefix-all#16](https://github.com/rofrischmann/inline-style-prefix-all/pull/16) )
  51. ##### Bugs
  52. * fixed a bug where `border` within transitions was treated as `order` ( [@inline-style-prefix-all#15](https://github.com/rofrischmann/inline-style-prefix-all/issues/15) )
  53. * fixed a bug where prefixed transition values where incorrectly concatenated ( [@inline-style-prefix-all#17](https://github.com/rofrischmann/inline-style-prefix-all/issues/17) )
  54. ## 1.0
  55. ### 1.0.4
  56. * updated inline-style-prefix-all dependency to correct fallback value order
  57. ### 1.0.3
  58. * replaced `Set` with ES5 alternative
  59. ### 1.0.2
  60. * fixed a bug that caused crashes if `display` got either `null` or `undefined` assigned ( [#71](https://github.com/rofrischmann/inline-style-prefixer/pull/71#issue-139056802) )
  61. ### 1.0.1
  62. * added `undefined` check for `userAgent` to prevent bowser errors
  63. ### 1.0.0
  64. * pulled a bugfix by Khan Academy that dash-cases fallback properties ( https://github.com/Khan/inline-style-prefixer/commit/f41f3040ac27eeec3b7a1fb7450ddce250cac4e4 )
  65. * using [inline-style-prefix-all](https://github.com/rofrischmann/inline-style-prefix-all) for `prefixAll` now
  66. * `display` does not get removed anymore ( #65 )
  67. * not throwing anymore if unsupported `userAgent` is provided ( #62 )
  68. ## 0.6
  69. ### 0.6.7
  70. * Fixed a bug that caused `transition` with `cubic-bezier` to resolve false
  71. * Replaced `for of` in favor of a basic `for` loop to not require `Symbol` to be available
  72. ### 0.6.6
  73. * Prevent crashes if a value is `false` or `undefined`
  74. ### 0.6.5
  75. * Plugins won't crash if a `number` value is passed
  76. * Added default `options`
  77. ### 0.6.4
  78. * support for prefixed `transition` properties *e.g. `transition: '-webkit-filter 200ms linear'`*
  79. * wider support for **gradients** on all properties
  80. * `prefixAll` now prefixes all plugin values
  81. * uses default `userAgent` if no userAgent, `undefined` or `false` is passed
  82. ### 0.6.3
  83. * added support for Cordova apps & in-app browser *(especially on iOS 8.4.x)*
  84. * fixed Android Chrome detection *(on Android 4.x)*
  85. * added some [FAQ](docs/FAQ.md)'s
  86. ### 0.6.2
  87. * fixed dist files to register globally
  88. ### 0.6.1
  89. * replaced multi-options with an object hash
  90. * renamed `keepDefaults` to `keepUnprefixed`
  91. ### 0.6.0
  92. * fixed a bug that caused the `display:flex` plugin to prefix incorrectly
  93. * added `forceRun`-option to plugins to support plugins when using `prefixAll`
  94. * added `keepDefault`-option to keep defaults after prefixing
  95. * added MS Edge support
  96. * added whitelist for headless browsers
  97. * several data updates
  98. ## 0.5
  99. ## 0.5.4
  100. * fixed a typo in `animationIterationCount`
  101. ## 0.5.3
  102. * Added 2D Transform to the searchMap so IE 9 prefixes `transform`, `transformOrigin`, `transformOriginX` and `transformOriginY`
  103. * Removed unsupported browsers from browser detection to avoid false prefixes
  104. ## 0.5.2
  105. * Added Changelog
  106. * Android detection for older Versions (< 5)
  107. * added `flexWrap` to the properties list