Skip to content

Latest commit

History

History
230 lines (131 loc) 路 15.6 KB

CHANGELOG.md

File metadata and controls

230 lines (131 loc) 路 15.6 KB

0.4.0-beta.5 (2024-01-29)

0.4.0-beta.4 (2024-01-29)

0.4.0-beta.3 (2024-01-29)

0.4.0-beta.2 (2024-01-29)

0.4.0-beta.1 (2024-01-29)

Bug Fixes

  • NAlert: add missing import (138406d)
  • NAlert: use div tag in title instead of heading (1ab68cc)

0.4.0-beta.0 (2023-11-28)

Bug Fixes

  • NInput: set fix ref value to textarea (63490bc)
  • NInput: show only 1 icon in trailing area (d5e039c)

Features

  • extractor-vue-script: add ability to extract camelCase prefixes (9f93af1)
  • NInput: add textarea to configuration (#116) (506af8d)
  • NThemeSwitcher: add reset button) (7879afb)
  • nuxt: add ability to configure default themes (#110) (bdab305)

Performance Improvements

  • NThemeSwitcher: improve accessibility (a81d8b1)

0.3.0-beta.1 (2023-10-22)

Bug Fixes

  • NRadio: use opacity to control visibility, close #101 (7edbc82)

Features

  • NCheckbox: add new component and preset (#103) (f96cdfb)

0.3.0-beta.0 (2023-10-22)

Bug Fixes

  • NRadio: use opacity to control visibility, close #101 (7edbc82)

Features

  • NCheckbox: add new component and preset (#103) (f96cdfb)

0.2.0-beta.6 (2023-10-19)

0.2.0-beta.5 (2023-10-19)

0.2.0-beta.4 (2023-10-19)

0.2.0-beta.3 (2023-10-19)

0.2.0-beta.2 (2023-10-19)

0.2.0-beta.1 (2023-10-19)

0.2.0-beta.0 (2023-10-19)

Bug Fixes

  • avoid lagging during page navigation (5d175c5)
  • lint [skip-release] (02d7501)
  • n-button: reconfigure the component with n-link (b9f82c4)
  • NButton: config default-variant-prop (2c432ed)
  • NButton: set btnTrailing prop properly (80ac6e0)
  • NLink: add missing types (e24e06d)
  • NNavLinkGroup: exclude children to bind to component (d3ecf7c)
  • NNavLink: pass attributes to wrapper (9c1ecb9)
  • prevent avatar skeleton example from pre-rendering (8b9334e)
  • update nav link ftm (f853bbe)
  • use router push instead (18481b1)

Features

  • button: add text-black and text-gray static variant (319ae3e)
  • NButton: improve accessibility (200fe5b)
  • NKbd: new component and preset, close #43 (6962a36)
  • NLink: new component and preset (ebfd0ca)
  • NNavLink, wip: update initial component and preset (bc564d0)
  • NNavLinkGroup, wip: update initial component and preset (96ae571)
  • NNavLink: partial component and preset (#92) (eaf3dac)
  • NRadio: new component and preset (#100) (e83c812)
  • package: add vue-script extractor, close #91 (#95) (8b07fe4)

Performance Improvements

  • set css reset file as default in the preset (6049cee)

0.1.1-beta.1 (2023-08-21)

0.1.1-beta.0 (2023-08-21)

0.1.0-beta.1 (2023-08-21)

0.1.0-beta.0 (2023-08-21)

Bug Fixes

  • accordion lint (ae3ab44)
  • add missing button prop and preset (1794311)
  • avatar: remove redundant sc (07cc4b1)
  • button: update btn-label base preset (279a9ba)
  • docs: dep config (ef963d3)
  • docs: file name imports (d86ecc1)
  • docs: update button loading slot snippet location (1a62488)
  • docs: update button(size) outdated example (b0cf169)
  • docs: update outdated btn preset (6ff7137)
  • docs: update redirect link (041178e)
  • extract some text from unocss (c53ca61)
  • init (ba10cb8)
  • lint (36b75a5)
  • lint (631f406)
  • lint (ace95f9)
  • lint (9e0c493)
  • lint (48940d5)
  • loading icon in input component (484587d)
  • loading props location (5c7a701)
  • NAccordion: extract the disclosure template to prevent lint bug (54521b1)
  • NThemeSwitcher: set z-index value to popover-panel (2ed4874)
  • preset: update conditional statement in defining n rule (47ef54b)
  • props configurations, resolves #46 (8e0b22f)
  • remove invalid imports (3971db5)
  • resolves loading props initially (e7214d6)
  • set dynamic slot for every reuse template (89b50b2)
  • set release pacakages in reverse (5e7f798)
  • set skeleton as general config (3d3fe1c)
  • sync default theme colors from the preset (ac08f0a)
  • theme switcher button outdated classes (b8338e2)
  • tsdocs: typo (f4ddcb6)
  • types (6124835)
  • typo (7997834)
  • typo (d6a3726)
  • update import package name location (88358d2)
  • update outdated prop name (4adddb6)

Features

  • add btn xs preset (1e24e5c)
  • add events to input component (d9c9d07)
  • add loading props and icon to input (fabfc5b)
  • add opacity to input status ring (f361902)
  • add reverse props to input trailing/leading location (6baf61b)
  • button: add text-white variant (c358ee4)
  • docs: add transition to shuffle icon (1a1fb4e)
  • NAccordion: ability to have a dynamic color using prop (b891f71)
  • NAccordion: add ability to mount and unmount item content (b1b845c)
  • NButton: add loading slot template (8658365)
  • NFormGroup: add counter prop (229d3ba)
  • NSwitch: add icon props and preset (39acfdc)
  • NSwitch: add loading prop and preset (7ae191e)
  • preset: add input-loading-base shortcut (ca1bcb2)
  • preset: improve accessibility (b3b43ca)
  • switch: add variants to preset and component (bd86643)
  • types (9431ba5)

Performance Improvements

  • avatar: optimized the usage of preset (7cc4eed)
  • NAccordion: optimize classes value (2ebff78)
  • NAlert: optimize shortcuts (c838e32)
  • NBadge: optimize in defining shortcuts (23c208f)
  • NButton: optimize preset and component (819b70b)
  • NInput: optimize preset and component (7222e7c)
  • optimize imports in props (555271e)
  • remove playground (981abeb)
  • remove undefined options to classes #24 (7d3d294)
  • safelist is complete remove, closes #26 (09c6156)
  • set button reuse template inside the component (da18848)