Skip to content

Releases: tremorlabs/tremor-npm

v2.2.0

19 Apr 15:07
4fd01a8
Compare
Choose a tag to compare
build: add react-dom to peerDeps (#408)

v2.1.1

19 Apr 10:31
860712e
Compare
Choose a tag to compare
fix: SelectBox bug (#404)

v2.1.0

26 Mar 22:50
88bd3e5
Compare
Choose a tag to compare
  • DateRangePicker, Dropdown, SelectBox, MultiSelectBox: introduced disabled property.
  • TextInput: supports password type.

v2.0.2

18 Mar 17:31
34dec59
Compare
Choose a tag to compare
fix(DateRangePicker): disable year pagination (#353)

v2.0.1

18 Mar 15:03
c1e5a86
Compare
Choose a tag to compare
fix: Text pass className & Tracker circular deps (#352)

v2.0.0

12 Mar 23:23
3370b79
Compare
Choose a tag to compare

This major release is the first step towards a production-ready version of Tremor. Over the past few months, we have rewritten the library to make it fit for the future. We added the long-awaited exposure of className and support for other HTML attributes, enabling you to overwrite our root styles or extend them with Tailwind CSS.

What's new:
◆ Override and extend root styles with tailwind classes
◆ All HTML attributes extended
◆ Ref forwarding
◆ Bundle size decreased by 25%

tremor.so/changelog

v1.8.2

06 Mar 20:03
8548c44
Compare
Choose a tag to compare

1.8.2 (2023-03-06)

Bug Fixes

v1.8.1

26 Feb 21:19
65f1659
Compare
Choose a tag to compare

1.8.1 (2023-02-26)

Bug Fixes

v1.8.0

12 Feb 18:42
7fa9112
Compare
Choose a tag to compare

1.8.0 (2023-02-12)

Features

v1.7.0

03 Feb 21:36
dc73484
Compare
Choose a tag to compare

1.7.0 (2023-02-03)

Features

  • DateRangepicker: Add i18n Support to support multiple languages
  • DateRangepicker: Add endDate key to the options array object in order to support arbitrary date ranges in the dropdown options instead of only relative ones.