Releases: webtui/webtui
Releases · webtui/webtui
WebTUI 0.1.6
- Properly displays the Table Component
- Adds a new Accordion Component
- Updates the Progress Component to use CSS variables for better cross-browser compatibility. In other words, the Progress Component works on gecko now.
Issues/PRs Closed
WebTUI 0.1.5
- Added the View Component
- Added the Progress Component
- Removed the arrow marker from the Popover Component on Safari
Issues/PRs closed
WebTUI v0.1.4 (hotfix)
Corrects an input styling regression introduced in 0.1.3
WebTUI v0.1.3
- Added the Spinner Component
- Added the Range Component
- Fixed table borders
- Fixed input component scoping
Issues/PRs closed
WebTUI v0.1.2
- Switches appear dimmer when unchecked
- Switches correctly show the track when the
<input>stylesheet is imported - Added edge/bisecting caps to the Separator Component
- Properly aligns Badges vertically
- Removes an invalid
initial-valueproperty from the Dialog Component - Removes the markdown-like
#markers prefixing heading elements<h1>-<h6> - Allows the
--box-border-colorCSS to be inherited and controlled with CSS variables - Allows the
--table-border-colorCSS to be inherited and controlled with CSS variables - Allows the
--separator-colorCSS to be inherited and controlled with CSS variables
Issues/PRs closed
WebTUI v0.1.1
WebTUI v0.1.0
- Removed the
contain:*keyword from thebox-utility property in favor ofshear-Docs - Adds the pre Component
- Adds the Tooltip Component
- Adds the Table Component
- Adds the Dialog Component
- Adds a half-block height variants to Buttons so they don't appear so tall
WebTUI v0.0.5
- Closed #2
- Released
@webtui/[email protected]
Changes
- Badge end cap styles are now included with the base library
@webtui/plugin-nfonly provides icons instead of depending on a separate nerd font to be imported- Dropped the chevron style for
<summary>tags