Skip to content

Releases: brnrdog/rescript-polished

v2.1.0

30 Dec 09:38

Choose a tag to compare

2.1.0 (2025-12-30)

Bug Fixes

  • binding for unsafeGet (4eb69b6)
  • default parameters for Polished.readableColor (2e153a6)
  • deprecation warnings (39806aa)

Features

  • upgrade rescript to v12 (fdbfc74)

v2.0.0

10 Dec 21:14

Choose a tag to compare

2.0.0 (2021-12-10)

chore

  • move from bs-platform to rescript (7df1ea6)

BREAKING CHANGES

  • rescript-polished is now built with rescript instead of bs-platform

v1.15.0

25 Mar 08:23

Choose a tag to compare

1.15.0 (2021-03-25)

Features

  • add support for #rgba poly variant (075c1f1)
  • enable different color types for the PolishedCss bindings (0f3a4e4)

v1.14.0

24 Mar 18:37

Choose a tag to compare

1.14.0 (2021-03-24)

Features

  • add new bindings on PolishedCss (e77901c)
    • getContrast
    • getLuminance
    • grayscale
    • desaturate
    • complement
    • adjustHue

v1.13.1

18 Mar 18:56

Choose a tag to compare

1.13.1 (2021-03-18)

Bug Fixes

  • string slice on Hex.fromString (f6890e0)

v1.13.0

15 Mar 19:58

Choose a tag to compare

1.13.0 (2021-03-15)

Features

  • parse hex to string on css bindings (f000c38)

v1.12.0

14 Mar 08:20
6c5b870

Choose a tag to compare

1.12.0 (2021-03-14)

Features

  • add bindings with bs-css types for shade, tint, lighten and darken (4d21326)
  • add transparentize binding with bs-css type support (6236106)

v1.11.0

05 Mar 16:46
a1d2a85

Choose a tag to compare

1.11.0 (2021-03-05)

Features

  • add binding for Mixins.between (7f61ecc)
  • add bindings for clearFix mixin (5cc4369)
  • add bindings for cover mixin (2e9104b)
  • add bindings for ellipsis mixin (80a9d62)
  • add bindings for fluidRange mixin (7d261a1)
  • introduce Size type to Mixins module (4c2d69f)

v1.10.1

03 Mar 19:05
b569750

Choose a tag to compare

1.10.1 (2021-03-03)

Performance Improvements

v1.10.0

14 Nov 15:25

Choose a tag to compare

1.10.0 (2020-11-14)

Features