Skip to content

Releases: william-mba/tailwind-ng

v0.18

26 Feb 07:30
Compare
Choose a tag to compare

What's New 🌟

  • refactored components api with signals

What's Changed

  • docs: add more components previews

Full Changelog: v0.16.0...v0.18

v0.16.0

12 Feb 09:09
Compare
Choose a tag to compare

This release is only about themes and docs update

v0.15.0

10 Feb 20:02
Compare
Choose a tag to compare

[v0.15.0] - 2025-02-08

New Features

  • None

Improvements

  • Accessibility: Many component accessibility features have been improved, including touch events

Breaking Changes

  • None

Deprecations

  • None

Thank you for using Tailwind NG!

v0.14.4

07 Feb 18:38
Compare
Choose a tag to compare

[v0.14.4] - 2025-02-07

New Features

  • Checkbox: Add a checkbox component

    • Use it to add multi-option selection to your lists and setting screens.
    • Thanks to it auto-composition and data integrity capabilities, it make easier the creation of features that require composite checkboxes.
  • Input radio: Add Input radio component

    • Use it to create options for things like settings, product variants, and plan comparisons.

Improvements

  • Accessibility: Many component accessibility features have been improved, including touch events
  • Class name resolution and config helpers:
    • Improve by 4x the performances of algorithms for class resolution and configs merging using memoization

Bug Fixes

  • Breaked circular deps:
    • Breaked circulars deps in module reference to improve module loading and resolution

Breaking Changes

  • None

Deprecations

  • None

Thank you for using Tailwind NG!

v0.13.0

22 Jan 23:00
5e6c6ee
Compare
Choose a tag to compare

What's New 🌟

This release add the following features

  • Checkbox component
  • Input radio component
  • Input component of any type except (radio and checkbox)

What's Changed

  • docs: fix href link in readme (#59) by @william-mba in #60
  • docs: update code samples
  • ci: use docker to perform ci process for faster and cross platform build

Full Changelog: v0.12.1...v0.13.0

v0.12.1

22 Jan 13:25
Compare
Choose a tag to compare

Full Changelog: v0.10.0...v0.12.1

v0.10.0

17 Jan 15:52
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Full Changelog: v0.1...v0.10.0