Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Releases: tabler/tabler-react

v1.30.1

01 Jun 23:54
Compare
Choose a tag to compare

1.30.1 (2019-06-01)

Bug Fixes

  • FormInput: add autoComplete prop (bdd8f0c), closes #428
  • FormSelect: add multiple prop (af40df3)

v1.30.0

01 Jun 02:08
Compare
Choose a tag to compare

1.30.0 (2019-06-01)

Bug Fixes

  • Form: Fix invalid properties for maxLength, minLength, autoComplete (d63f9c3)
  • Form: Fix invalid properties for maxLength, minLength, autoComplete (#440) (cb4a69a)
  • package: update d3-scale to version 3.0.0 (e927826)
  • package: update react-router-dom to version 5.0.0 (464eea4)

Features

  • FileInput: add accept property (0965e51)
  • StandAloneFormPage: Made the logo variable (2d9d48e)

v1.29.0

11 Mar 15:31
6342fd5
Compare
Choose a tag to compare

1.29.0 (2019-03-11)

Features

  • Button: add tabIndex property (c0dc588)

v1.28.0

29 Jan 20:21
9e3272e
Compare
Choose a tag to compare

1.28.0 (2019-01-29)

Features

  • FormInput: add validation properties (0a96d28)

v1.27.0

05 Dec 04:51
157c33c
Compare
Choose a tag to compare

1.27.0 (2018-12-05)

Bug Fixes

  • NavLink: Fixed navlink active state. (aac1bc2)

Features

  • NavLink: Added useExact property throughout navigation hierarchy. (b7f263e)

v1.26.1

05 Dec 01:45
Compare
Choose a tag to compare

1.26.1 (2018-12-05)

Bug Fixes

  • FormFileInput: Removed console.log debug statement. (628e1f3)

v1.26.0

03 Dec 16:42
bcdd4e4
Compare
Choose a tag to compare

1.26.0 (2018-12-03)

Bug Fixes

  • NotificationTray: Fix a copy/paste comment issue and type import (96d9d18)

Features

  • NotificationTray: Style the unread notifications (84613df)

v1.25.0

01 Dec 22:07
a40997b
Compare
Choose a tag to compare

1.25.0 (2018-12-01)

Bug Fixes

  • Form: Removed unnecessary call to cn. (4e9bcd4)

Features

  • Form: Setting up autocomplete in Form. (cb9d5b6)

v1.24.1

29 Nov 17:16
Compare
Choose a tag to compare

1.24.1 (2018-11-29)

Bug Fixes

  • SiteWrapper: Fix flow error with read-only property in state. (788e80b)

v1.24.0

29 Nov 17:09
202e63e
Compare
Choose a tag to compare

1.24.0 (2018-11-29)

Features

  • FormInput: add autoFocus to FormInput (2ad8aca)