Skip to content

Latest commit

 

History

History
364 lines (164 loc) · 14 KB

CHANGELOG.md

File metadata and controls

364 lines (164 loc) · 14 KB

Changelog

0.11.8 (2023-11-07)

Performance Improvements

  • outline btn border size style. (3e12a34)

0.11.7 (2023-11-04)

Bug Fixes

  • gh-88 wrong corner radius on table head. (254bb2b)

0.11.6 (2023-08-05)

Bug Fixes

  • prefers media variables not work without directives. (e4d3912)

0.11.5 (2023-08-05)

Bug Fixes

  • built-in base styles not work without directives. (70980a6)

0.11.4 (2023-08-04)

Bug Fixes

  • built-in base styles not work without sira directives. (9d4f02f)

Performance Improvements

  • update plugin addBase logic. (9d4f02f)

0.11.3 (2023-08-03)

Bug Fixes

  • built-in base styles not work without sira directives. (0b85299)

0.11.2 (2023-06-29)

Performance Improvements

  • button padding in sizes. (a720bf6)

0.11.1 (2023-06-24)

Bug Fixes

  • img element preflight style. (f44e1d1)

0.11.0 (2023-06-23)

Features

  • gh-75 add slot styles for some components. (dda2015)

Performance Improvements

  • add img preflight styles into base layer. (57e2b87)

0.10.3 (2023-06-22)

Bug Fixes

  • button height fit & outline padding. (d3fa4e0)

0.10.2 (2023-06-22)

Performance Improvements

  • badge border-radius of cornered & square shapes in sizes. (cdf2bf5)
  • button border-radius & padding in sizes. (6a002b9)
  • tooltip add default bw color. (3c65736)

0.10.1 (2023-06-12)

Performance Improvements

  • update input component solid variant style. (1245c04)

0.10.0 (2023-06-10)

Features

0.9.1 (2023-03-12)

Bug Fixes

  • tailwind: prompt component grid area spacing. (2ebe3e8)

0.9.0 (2023-03-08)

Features

  • tailwind: tabs component add variant ghost. (2af9ee7)

0.8.0 (2023-03-07)

Features

  • button component add light variant style. (2fcb30a)
  • tailwind: prompt component add size styles. (243bb3a)

Bug Fixes

  • dropdown divider duplicated className with divider component. (720eb26)

0.7.0 (2023-03-05)

Features

  • add divider component & docs. (943c2c9)

Bug Fixes

  • tailwind: loader size shrink in flex container. (ae81dc3)
  • tailwind: loader spin position overflow. (7ae9e29)

Performance Improvements

  • button component font size. (35b615d)
  • loader flow-cross color for accessible. (681b7e3)

0.6.1 (2023-02-16)

Bug Fixes

  • prefersColorScheme for media theme. (e2f3885)

0.6.0 (2023-02-14)

Features

  • utilities: add shadow utilities class. (5bc1b2b)

Bug Fixes

  • utilities: outline color. (f1fc4df)

0.5.0 (2023-02-12)

⚠ BREAKING CHANGES

  • theme color scale strict satisfy Radix colors.

Features

  • add "info" built-in color. (0efd422)

Bug Fixes

  • docs: docs site color style fixup for Radix colors. (35babe5)

Performance Improvements

  • add contrast color css variables for theme colors. (7e3326b)

Code Refactoring

  • theme color scale strict satisfy Radix colors. (0efd422)

0.4.3 (2023-02-11)

Bug Fixes

0.4.2 (2023-02-11)

Performance Improvements

  • dropdown layout sizing & shadow & colors. (6a2a9db)

0.4.1 (2023-02-11)

Performance Improvements

  • button component bw & ghost color improved. (#44) (1fa2cf4)

0.4.0 (2023-02-09)

Features

  • component: switch add custom content option. (c2410a8)
  • component: switch add square shape option. (744e040)

Bug Fixes

  • component: switch slider width shift when move. (b3b3468)
  • switch slider height shift (28acad8)

Performance Improvements

  • adjust input component size. (824f4d7)
  • component: add hover transition on accordion & prompt. (1280aa1)
  • component: adjust button hover style & transition. (5a6803f)
  • component: adjust select height size. (520f74a)
  • component: tabs adjust hover effects. (df663aa)

0.3.0 (2023-02-08)

Features

  • add steps component and its docs. (cf53d9f)

0.2.0 (2023-02-07)

Features

  • component: select component add default variant. (aa0ee69)

Performance Improvements

  • component: adjust select component border width. (aa0ee69)

0.1.3 (2023-02-07)

Bug Fixes

  • tailwind: remove max & min width(or height) of some components. (f0c1bd6)

0.1.2 (2023-02-07)

Performance Improvements

  • component: remove link default color. (d9b0a0c)

0.1.1 (2023-02-06)

Bug Fixes

  • link component default style override problem (682de09)

0.1.0 (2023-02-06)

Features

Performance Improvements

  • custom theme merge logic. (ddd9a1c)

0.0.6 (2023-02-02)

Performance Improvements

  • adjust badge & switch component size params (7eb4b36)

0.0.5 (2023-02-01)

Performance Improvements

  • add dropdown gap between menu and label, fit content width. (eb5a91a)

0.0.4 (2023-01-26)

Bug Fixes

  • custom theme colors not work for tailwindcss classes. (877c2a2)

Performance Improvements

  • input placeholder text color adjusted. (877c2a2)

0.0.3 (2023-01-24)

Performance Improvements

  • color generation logic system updated. (ceb49ab)
  • improve input & select & avatar component style effect. (ceb49ab)

0.0.2 (2023-01-23)

Bug Fixes

  • docs site header logo wrong height. (a71a853)
  • loader bar-bounce component visibility. (a71a853)

Performance Improvements

  • cornered shape naming & sm size params of badge component. (a71a853)

0.0.1 (2023-01-22)

Features

  • add button component docs, completed components overview page (25aa463)

Bug Fixes

  • button loading variant, playground select title naming error (25aa463)
  • supple CDN version installation guide (af76ff5)

Performance Improvements

  • prompt built-in bw color meaning (25aa463)

Build System

  • package build & release & publish workflows (af76ff5)