Skip to content

Releases: shlinkio/shlink-frontend-kit

v0.7.1

01 Jan 10:09
9f4d4f6
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Add support for React 19

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.7.0

05 Dec 08:33
d72a092
Compare
Choose a tag to compare

Changed

  • Update to react-router 7.

Added

  • Nothing

Removed

  • Remove support for react-router 6.

Fixed

  • Nothing

Deprecated

  • Nothing

v0.6.0

19 Oct 08:45
Compare
Choose a tag to compare

Changed

  • #298 Publish package as ES module only.

Added

  • Nothing

Removed

  • Removed deprecated useDomId, parseQuery and stringifyQuery.

Fixed

  • Nothing

Deprecated

  • Nothing

v0.5.3

02 Oct 10:03
673a654
Compare
Choose a tag to compare

Changed

  • Drop dependency on uuid.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • The useDomId hook is now deprecated. Use useId instead.

v0.5.2

22 Jul 16:45
0a9340a
Compare
Choose a tag to compare

Changed

  • Update to @shlinkio/eslint-config-js-coding-standard 3.0, and migrate to ESLint flat config.
  • Drop dependency on qs and provide own query handling implementations.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.5.1

16 Apr 07:43
d2bb3f6
Compare
Choose a tag to compare

Changed

  • Update JS coding standard

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Make sure dependencies are not bundled with the dist package.

Deprecated

  • Nothing

v0.5.0

17 Mar 09:45
Compare
Choose a tag to compare

Changed

  • Update dependencies

Added

  • Add theme overwrite styles for .form-select.
  • Add .btn-sm-block utility class to make a button be displayed as block in small resolutions.
  • Bring some styles from shlink-web-component.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.4.2

20 Jan 09:45
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix specificity for CSS selector to set color on active outline primary buttons

Deprecated

  • Nothing

v0.4.1

15 Dec 08:51
5b0dcc7
Compare
Choose a tag to compare

Changed

  • Replace classnames package with clsx
  • Update to vitest 1.0

Added

  • Add useParsedQuery hook
  • Add getSystemPreferredTheme helper function

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.4.0

24 Sep 09:53
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • #45 Add a11y tests with axe-core.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing