Skip to content

Releases: mdbootstrap/TW-Elements-React

v1.0.0-alpha2

30 Oct 08:21
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

In this release, we've introduced new components and updated the documentation layout to align with the TW Elements Standard version, enhancing user experience on our page.

New components

Docs

Fixed & improved

  • #71: Fixed treeshaking issues - by @juujisai
  • #98: Fixed issue with ripple that occured when children didn't have className added - by @iprzybysz
  • #106: Added custom hook to dynamically get transition duration in components - by @iprzybysz, @juujisai
  • #115: Removed hardcoded h1 and code styles in scss file - by @iprzybysz
  • #120: Fixed issue with label not changing color when provided formWhite prop - by @juujisai
  • #121: Updated intro for the build files - by @juujisai
  • #131: Updated intro for the source files - by @iprzybysz

v1.0.0-alpha1

26 Jun 08:29
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release

This release marks the beginning of our React journey, featuring a collection of React components and numerous pages with JSX code snippets.

We have integrated our components dark theme, providing a visually appealing experience. Additionally, all components are fully customizable, allowing you to tailor them to your project's unique requirements.

To enhance the user experience, we've introduced a new code example display on our website. This feature showcases the functionality of our components in a manner that closely resembles their usage in real-world projects.

New components

Docs

Fixed & improved

  • #42: Ripple - when element inside has margin, the ripple has wrong size - by @juujisai