From 5deeb0c4ba47f188655af98cfe973989f544eaae Mon Sep 17 00:00:00 2001 From: Zaky Bilfagih <55378008+zakybilfagih@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:54:13 +0700 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d39968df..76a63162 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 0.59.1 +- [BREAKING] Transition property on `CSS.Transition.shorthand` function is now an optional argument (#499) (@zakybilfagih) +- [BREAKING] `CSS.gridTemplateColumns`, `CSS.gridTemplateRows`, `CSS.gridAutoColumns`, `CSS.gridAutoRows` now accepts `` `value of Track.t array `` (#502) (@zakybilfagih) +- [BREAKING] Rename `Track.t` `` `name `` to `` `lineNames `` (#502) (@zakybilfagih) +- [FIX] False polar color space toString function (#501) (@zakybilfagih) +- [FIX] Unsupported feature string interpolation not supporting other than single interpolation syntax (#498) (@zakybilfagih) + ## 0.59.0 - [BREAKING] Change entry point module `CSS` (from `CssJs`) on `styled-ppx.melange`, `styled-ppx.native` and `styled-ppx.rescript` (#490) (@davesnx) - [FEATURE] Add support and interpolation for `zoom`, `will-change` and `user-select` properties (#489) (@davesnx) From 9575067ada4de8ef738c3a595ba9b2408c9bc537 Mon Sep 17 00:00:00 2001 From: Zaky Bilfagih <55378008+zakybilfagih@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:59:34 +0700 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 76a63162..eab7e625 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## 0.59.1 +## 0.60.0 - [BREAKING] Transition property on `CSS.Transition.shorthand` function is now an optional argument (#499) (@zakybilfagih) - [BREAKING] `CSS.gridTemplateColumns`, `CSS.gridTemplateRows`, `CSS.gridAutoColumns`, `CSS.gridAutoRows` now accepts `` `value of Track.t array `` (#502) (@zakybilfagih) - [BREAKING] Rename `Track.t` `` `name `` to `` `lineNames `` (#502) (@zakybilfagih)