| 1 | # Changes to PostCSS Logical Properties
|
|---|
| 2 |
|
|---|
| 3 | ### 5.0.4 (February 5, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 6 |
|
|---|
| 7 | ### 5.0.3 (January 12, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Fix compatibility with PostCSS `v8.2.x` [#147](https://github.com/csstools/postcss-plugins/issues/147)
|
|---|
| 10 |
|
|---|
| 11 | This version is not officially supported but some tool providers pinned PostCSS to `v8.2.x`,
|
|---|
| 12 | making it impossible for end users to have a working setup.
|
|---|
| 13 |
|
|---|
| 14 | ### 5.0.2 (January 2, 2022)
|
|---|
| 15 |
|
|---|
| 16 | - Removed Sourcemaps from package tarball.
|
|---|
| 17 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 18 | - Updated examples in README.
|
|---|
| 19 |
|
|---|
| 20 | ### 5.0.1 (December 13, 2021)
|
|---|
| 21 |
|
|---|
| 22 | - Updated: documentation
|
|---|
| 23 |
|
|---|
| 24 | ### 5.0.0 (September 17, 2021)
|
|---|
| 25 |
|
|---|
| 26 | - Updated: Support for PostCS 8+ (major).
|
|---|
| 27 | - Updated: Support for Node 12+ (major).
|
|---|
| 28 |
|
|---|
| 29 | ### 4.0.2 (June 10, 2019)
|
|---|
| 30 |
|
|---|
| 31 | - Fixed: Restored transforms for `max-block-size`, `max-inline-size`,
|
|---|
| 32 | `min-block-size`, and `min-inline-size`.
|
|---|
| 33 |
|
|---|
| 34 | ### 4.0.1 (June 10, 2019)
|
|---|
| 35 |
|
|---|
| 36 | - Fixed: An issue with `block-size` and `inline-size` being miscalculated.
|
|---|
| 37 |
|
|---|
| 38 | ### 4.0.0 (June 5, 2019)
|
|---|
| 39 |
|
|---|
| 40 | - Added: Logical border-radius properties, which include
|
|---|
| 41 | `border-end-end-radius`, `border-end-start-radius`, `border-start-end-radius`,
|
|---|
| 42 | and `border-start-start-radius`.
|
|---|
| 43 | - Removed: All unknown logical properties, which include `border-end`,
|
|---|
| 44 | `border-end-color`, `border-end-style`, `border-end-width`, `border-start`,
|
|---|
| 45 | `border-start-color`, `border-start-style`, `border-start-width`, `inset-end`,
|
|---|
| 46 | `inset-start`, `margin-end`, `margin-start`, `padding-end`, `padding-start`
|
|---|
| 47 | and `border` with `logical`.
|
|---|
| 48 | - Updated: `transition` and `transition-property` to support the changes.
|
|---|
| 49 | - Updated: `postcss` to 7.0.16 (patch)
|
|---|
| 50 | - Updated: Node 8+ compatibility (major)
|
|---|
| 51 |
|
|---|
| 52 | ### 3.0.0 (September 20, 2018)
|
|---|
| 53 |
|
|---|
| 54 | - Added: Support for logical properties within `transition` and
|
|---|
| 55 | `transition-property`.
|
|---|
| 56 | - Changed: Physical rule fallbacks are written as full selectors rather than
|
|---|
| 57 | as nesting selectors.
|
|---|
| 58 |
|
|---|
| 59 | ### 2.0.0 (September 17, 2018)
|
|---|
| 60 |
|
|---|
| 61 | - Updated: Support for PostCSS v7+
|
|---|
| 62 | - Updated: Support for Node v6+
|
|---|
| 63 |
|
|---|
| 64 | ### 1.1.1 (March 21, 2017)
|
|---|
| 65 |
|
|---|
| 66 | - Fix `dir` option to allow falsey value
|
|---|
| 67 |
|
|---|
| 68 | ### 1.1.0 (March 20, 2017)
|
|---|
| 69 |
|
|---|
| 70 | - Add `preserve` option to preserve logical properties and values
|
|---|
| 71 |
|
|---|
| 72 | ### 1.0.2 (Aug 15, 2017)
|
|---|
| 73 |
|
|---|
| 74 | - Improve flow-relative clear support
|
|---|
| 75 |
|
|---|
| 76 | ### 1.0.1 (Aug 13, 2017)
|
|---|
| 77 |
|
|---|
| 78 | - Improve flow-relative border support
|
|---|
| 79 |
|
|---|
| 80 | ### 1.0.0 (Aug 8, 2017)
|
|---|
| 81 |
|
|---|
| 82 | - Initial version
|
|---|