Skip to content

Files

Latest commit

 

History

History
119 lines (63 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

119 lines (63 loc) · 5.02 KB

1.0.1 (2022-08-18)

Bug Fixes

  • add explicit function return types (#2) (15f82ba)

1.0.0 (2022-06-25)

Bug Fixes

Features

  • release v1 (8560987)
  • update api and types to match latest dash alpha (a2e1635)

Performance Improvements

  • improve variants/one/lazy perf (22e845a)

BREAKING CHANGES

  • responsive() no longer returns a function, it returns an object. The function it used to return is now on the "variants" property.

1.0.0-alpha.6 (2022-06-25)

Bug Fixes

  • remove alpha version from peer deps (16e6247)

1.0.0-alpha.5 (2021-10-31)

Performance Improvements

  • improve variants/one/lazy perf (0a14e27)

1.0.0-alpha.4 (2021-10-31)

Bug Fixes

1.0.0-alpha.3 (2021-10-30)

Bug Fixes

1.0.0-alpha.2 (2021-10-30)

Bug Fixes

1.0.0-alpha.1 (2021-10-29)

Features

  • update api and types to match latest dash alpha (d04ec1d)

BREAKING CHANGES

  • responsive() no longer returns a function, it returns an object. The function it used to return is now on the "variants" property.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2020-08-09)

0.2.2 (2020-08-09)

Bug Fixes

  • fix lazy bailouts for undefined variants (39f44bc)

0.2.1 (2020-08-09)

Bug Fixes

  • types: export ResponsiveOne type (f5a9083)

0.2.0 (2020-08-08)

⚠ BREAKING CHANGES

  • All of it?

  • refactor all things (1ffaa88)

0.1.3 (2020-08-02)

Bug Fixes

  • types: allow falsy values for non-callback styles (4d6ff67)

0.1.2 (2020-07-30)

Bug Fixes

  • fix responsivestyle variant type (1bdb2e8)

0.1.1 (2020-07-30)

Bug Fixes

  • make style fn match style fn sig returned by styles() (190bc90)

0.1.0 (2020-07-30)

Features