Releases: shlinkio/shlink-frontend-kit
Releases · shlinkio/shlink-frontend-kit
v0.7.1
v0.7.0
Changed
- Update to react-router 7.
Added
- Nothing
Removed
- Remove support for react-router 6.
Fixed
- Nothing
Deprecated
- Nothing
v0.6.0
v0.5.3
Changed
- Drop dependency on
uuid
.
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- The
useDomId
hook is now deprecated. UseuseId
instead.
v0.5.2
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
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
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
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
Changed
- Replace
classnames
package withclsx
- Update to vitest 1.0
Added
- Add
useParsedQuery
hook - Add
getSystemPreferredTheme
helper function
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing