Skip to content

Releases: tremorlabs/tremor

v1.6.0-beta-1.6.0.1

18 Jan 21:20
Compare
Choose a tag to compare
v1.6.0-beta-1.6.0.1 Pre-release
Pre-release

1.6.0-beta-1.6.0.1 (2023-01-18)

Features

v1.5.0

15 Jan 23:42
238f7ea
Compare
Choose a tag to compare

1.5.0 (2023-01-15)

Features

  • allow slots for button & merge button styles (#273) (238f7ea)

v1.5.0-beta-1.5.0.3

15 Jan 18:33
Compare
Choose a tag to compare
v1.5.0-beta-1.5.0.3 Pre-release
Pre-release

1.5.0-beta-1.5.0.3 (2023-01-15)

Bug Fixes

  • change inline to variant (0df977d)

v1.5.0-beta-1.5.0.2

15 Jan 13:11
Compare
Choose a tag to compare
v1.5.0-beta-1.5.0.2 Pre-release
Pre-release

1.5.0-beta-1.5.0.2 (2023-01-15)

Bug Fixes

  • add key to DateRangePicker DropdownItems (5f26ab1)
  • fix deprecation warnings (3c9ca81)
  • rename ButtonVariant type (6c3ec8f)

v1.5.0-beta-1.5.0.1

15 Jan 12:35
1386b74
Compare
Choose a tag to compare
v1.5.0-beta-1.5.0.1 Pre-release
Pre-release

1.5.0-beta-1.5.0.1 (2023-01-15)

Features

  • allow slots for button & merge button styles (#272) (1386b74)

v1.4.0

05 Jan 01:23
80d2374
Compare
Choose a tag to compare

Controlled input components are here 🎉

Dropdown, SelectBox, MultiSelectBox, TabList, and Toggle

  • Added a new value and property to enable controllable state.
  • Added new onValueChange property to replace handleSelect (handleSelect is be deprecated)
  • Enabled KeyListeners, e.g. ESC key to dismiss an opened Dropdown and Arrow Up/Down to skim through options.

TextInput

  • Added defaultValue for uncontrolled mode
  • Added id property

DateRangePicker

  • Added a new DateRangePicker component which will replace the current Datepicker (Datepicker is deprecated)
  • It supports controlled and uncontrolled state, through the value and the defaultValue properties. The input format is a tuple in the following format: [startDate, endDate, dropdownOption (optional)]
  • The default dropdown options can be replaced through the options property

v1.3.1

21 Dec 00:35
7ac035c
Compare
Choose a tag to compare

1.3.1 (2022-12-21)

Bug Fixes

v1.3.0

16 Dec 23:37
d6a9402
Compare
Choose a tag to compare

1.3.0 (2022-12-16)

Features

  • Text Input: Create interactive applications by getting textual data from the user. #179
    Fixes and Improvements

  • Dropdown, MultiSelectBox, and SelectBox: Added optional icon property to insert an icon within the input box

  • AreaChart, LineChart, and BarChart: Added optional minValue and maxValue properties to control the minimun and maximum values on a chart's axis. PR#240

  • Buttons: Now support three types button, submit, reset, and three new corresponding event handlers, onClick, onSubmit, onReset. Warning: The handleClick property will be deprecated in the next major release. Please use onClick from now on. #205, PR#188

v1.2.3

10 Dec 00:09
b7dc5b6
Compare
Choose a tag to compare

1.2.3 (2022-12-10)

Bug Fixes

  • categoryBar labels & rm ring color select items (#236) (b7dc5b6)

v1.2.2

03 Dec 15:52
4398175
Compare
Choose a tag to compare

1.2.2 (2022-12-03)

Bug Fixes