Releases: tremorlabs/tremor-npm
Releases · tremorlabs/tremor-npm
v2.2.0
build: add react-dom to peerDeps (#408)
v2.1.1
fix: SelectBox bug (#404)
v2.1.0
- DateRangePicker, Dropdown, SelectBox, MultiSelectBox: introduced
disabled
property. - TextInput: supports
password
type.
v2.0.2
fix(DateRangePicker): disable year pagination (#353)
v2.0.1
fix: Text pass className & Tracker circular deps (#352)
v2.0.0
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%