Skip to content

Releases: weDevsOfficial/tail-react

Release v0.5.1

02 Jul 06:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

14 Feb 05:00
Compare
Choose a tag to compare

Changes

  • Added dark mode support for all components in #17
  • Notice component can be dismissable now with dismissible prop
  • Update Tooltip trigger to use asChild prop
  • SwitchInput now accepts a html prop to display HTML description by setting dangerouslySetInnerHTML

Changelog: v0.4.1...v0.5.0

v0.4.1

09 Feb 10:30
Compare
Choose a tag to compare

Fixes

  • Fixed wrong export in new components

Full Changelog: v0.4...v0.4.1

v0.4.0

09 Feb 10:22
fdcf421
Compare
Choose a tag to compare

New Components

Improvements

  • Refactored SwitchInput component to accept a className prop in #15 by @tareq1988

Full Changelog: v0.3.5...v0.4

v0.3.5

07 Feb 08:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Jan 07:40
Compare
Choose a tag to compare

Fixed

  • useEffect add to SelectInput component for selectedKey change (#10) by @itsrafsanjani

Changelog: v0.3.3...v0.3.4

v0.3.3

08 Jan 07:45
Compare
Choose a tag to compare

Textarea Improvements

  • Now extends theReact.TextareaHTMLAttributes<HTMLTextAreaElement> interface. So it should support type-hinting of default attributes
  • The label prop is now optional.
  • Added wrapperClassName prop to add classes to the main wrapper.
  • Fixed the default value warning as we were passing an empty default value.

TextField Improvements

  • Now it extends the React.InputHTMLAttributes<HTMLInputElement> interface, so has the type-hinting support. Also now it has support for spread operator, so other standard attributes can be passed.
  • The label prop is now optional.
  • The wrapperClassName has moved to the main wrapper instead of the input wrapper. The new inputWrapperClassName is now wrapping the input field.

Changelog: v0.3.2...v0.3.3

v0.3.2

03 Jan 06:22
Compare
Choose a tag to compare

Fixes

v0.3.1

28 Dec 13:21
Compare
Choose a tag to compare

Improvement

Changelog: 0.3.0...0.3.1

v0.3.0

30 Sep 12:28
Compare
Choose a tag to compare

New Block

  • Added SelectCard component.