All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
for upcoming features.Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities
- Miscellaneous improvements
- Added
removeExisting
property on the toast config object to remove any existing toasts in the container - Added web components
- Added Floating UI library
- Updated documentation
- Updated dependencies
- Removed depreciated PopperJS library
- Fixed
data-hide
bug inapp.js
- Added the
.tu-border-radius-sm
class based on theskin.borderRadiusSm
config value - Added the
tabs.updateHash
member to theSkin.App.init
config object
- Added
getMinimumBorderRadius
function inindex.js
and applied to.tc-form-checkbox
- Added
.tc-btn-sm
component
tc-btn-row
bugfix- Dark mode flicker bugfix
- Updated documentation
- Updated styling of come utility classes.
- Updated documentation relating to the
tailwind.config.js
file. - Updated dashboard and login templates.
- Fixed bug in example form POST URL.
- Added
Skin.Form.getPromise()
function. - Added form example.
- Added
tu-ring-*
utility classes. - Added a focus trap to the modal element when shown.
- Updated to support Tailwind CSS v3.3.
- Updated documentation.
- Updated vendor dependencies.
- Fixed some CSS bugs.
- Fixed JavaScript bug in modal not allowing any keydown events.
- Initial release.