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

Tags: tabler/tabler-react

Tags

v1.30.1

Toggle v1.30.1's commit message
chore(release): 1.30.1 --skip

## [1.30.1](v1.30.0...v1.30.1) (2019-06-01)

### Bug Fixes

* **FormInput:** add autoComplete prop ([bdd8f0c](bdd8f0c)), closes [#428](#428)
* **FormSelect:** add multiple prop ([af40df3](af40df3))

v1.30.0

Toggle v1.30.0's commit message
chore(release): 1.30.0 --skip

# [1.30.0](v1.29.0...v1.30.0) (2019-06-01)

### Bug Fixes

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

### Features

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

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #417 from nating/tabindex

feat(Button): add tabIndex property

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #386 from nating/input-validation

feat(FormInput): add validation properties

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #383 from tabler/navlink-state-fix

fix(NavLink): Fixed navlink active state.

v1.26.1

Toggle v1.26.1's commit message
fix(FormFileInput): Removed console.log debug statement.

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #378 from mattsoftware/NotificationTray-UnreadNoti…

…ficationHighlight

feat(NotificationTray): Style the unread notifications

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #374 from tabler/form-autocomplete

Setting up autocomplete in Form

v1.24.1

Toggle v1.24.1's commit message
fix(SiteWrapper): Fix flow error with read-only property in state.

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #375 from nating/master

feat(FormInput): add autoFocus to FormInput