Skip to content

Releases: shlinkio/shlink-frontend-kit

v1.4.0

08 Dec 10:13

Choose a tag to compare

Changed

  • #507 Add horizontal arrow-key navigation support to Paginator.
  • #511 Remove all forwardRef usages as they are not needed with React 19.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #589 Return focus to dropdown toggle button when menu is closed.

Deprecated

  • Nothing

v1.3.1

14 Nov 10:20
d5a46ce

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #595 Fix size of Checkbox and ToggleSwitch shrinking when not enough space is available.

Deprecated

  • Nothing

v1.3.0

10 Nov 08:19
a0fbfd1

Choose a tag to compare

Changed

  • Nothing

Added

  • Add new useTagsSearch hook for tags searching.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.2.1

10 Oct 11:06

Choose a tag to compare

Changed

  • Use trusted publishing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.2.0

25 Aug 06:40
d279000

Choose a tag to compare

Changed

  • Update to FontAwesome react component v3

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.1.0

28 Jul 06:15
45c360a

Choose a tag to compare

Changed

  • Update to FontAwesome 7

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v1.0.1

22 Jun 05:33

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • #437 Drop support for React 18.

Fixed

  • Ensure Menu.Item has type="button" when rendered as a button tag.
  • Fix closing of Dropdown menus when clicking away.

Deprecated

  • Nothing

v1.0.0

17 Jun 06:23

Choose a tag to compare

Changed

  • Used tailwind classes no longer expect the tw prefix.
  • Generated tailwind styles no longer assume are set with important.

Added

  • Add brandColor() and brandColorAlpha() functions, which resolve the right brand color depending on the active theme.

Removed

  • Remove /tailwind entry point. All tailwind-based symbols are now exported from the main entry point.
  • Remove dependencies in bootstrap, reactstrap and sass.
  • Remove all symbols and signatures that were deprecated.
  • Remove MAIN_COLOR and MAIN_COLOR_ALPHA constants. Use brandColor() and brandColorAlpha() instead.

Fixed

  • Nothing

Deprecated

  • Nothing

v0.9.13

16 Jun 09:15

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Improve accessibility in NavBar component.

Deprecated

  • Nothing

v0.9.12

16 Jun 08:29
9ce1c12

Choose a tag to compare

Changed

  • Nothing

Added

  • Add tailwind-based NavBar component.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing