Skip to content

Latest commit

 

History

History
351 lines (188 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

351 lines (188 loc) · 13.8 KB

Changelog

0.5.1 (2024-05-23)

0.5.0 (2024-05-01)

Features

Bug Fixes

  • Install pathe to prevent import inline external (bbd5d39)

0.4.3 (2024-04-04)

0.4.2 (2024-04-01)

Features

  • Forms: Replace borders with shadows (4b12d21)

Bug Fixes

  • FormSelect: Max width on content element (64261b1)

0.4.1 (2024-03-24)

Bug Fixes

  • AlertDialog: Avoid using block on buttons (576e89a)

0.4.0 (2024-03-24)

Features

  • Button: Remove block prop to make more flexible (936b401)
  • FormSelect: Allow custom trigger (5abda13)

0.3.10 (2024-03-23)

Features

  • FormSelect: Allow any kind of model value (11eb35a)

0.3.9 (2024-03-23)

Features

  • AlertDialog: Allow submit action to choose if closes the dialog (75e452a)

0.3.8 (2024-03-23)

Features

0.3.7 (2024-03-19)

Bug Fixes

  • Form select type file import (e848917)
  • FormSelect: Content size wrap and overflow (769a400)

0.3.6 (2024-03-18)

Features

0.3.5 (2024-03-14)

Features

  • Overlays: Improve the Dialog and Slideover triggers and transitions (#6) (f8edf2b)

Bug Fixes

  • Button: Type attribute not being applied (#5) (1056a9f)

0.3.4 (2024-03-13)

Bug Fixes

  • Badge: Wrong default color (9f998b1)
  • Container: Undefined strategy to merge config (dc9a0d8)

0.3.3 (2024-03-13)

Bug Fixes

  • Script lang issue with SFC compiler (#4) (993371b)

0.3.2 (2024-03-12)

0.3.1 (2024-03-12)

Features

  • Create initial Combobox implementation (a1d472c)
  • Improve Combobox functionality (ca83552)
  • New Checkbox component (d40b33e)
  • New FormField component (ae1ccd1)
  • New FormInput and FormInputLabel components (0e7ba1f)
  • New RadioGroup components (3bc176b)
  • New Switch component (ec6d725)
  • Rename FormInputLabel to FormLabel (1837078)
  • Set merge strategy per component on app.config (645006f)

Bug Fixes

  • Form input and label configs not exported (2b91eff)
  • Remove extra props from the SwitchRoot (43318e0)

0.3.0 (2024-02-17)

Features

  • Rewrite Dialog with Radix UI (ed4b8b4)
  • Rewrite Slideover with Radix UI (fa90417)
  • Rewrite the Link and Buttons to be more simple (08e9551)
  • Rewrite Tooltip with Radix UI (a24dc66)
  • Simplify the Badge component (c6c59b7)

Bug Fixes

  • Dialog using wrong useUI key (fd23a55)
  • Link types requiring external dependency (dcb7a82)
  • Restore ui props types (5c4cde1)

0.2.1 (2024-02-16)

Features

0.2.0 (2023-11-28)

v0.1.16

compare changes

🚀 Enhancements

  • Icon: Allow dynamic icons (1f789f0)
  • Button: Allow custom variants with type safety (502efdb)
  • Badge: Allow custom variants with type safety (ede1f60)

🩹 Fixes

  • Types: Fix DeepPartial not allowing objects (efca199)

🏡 Chore

❤️ Contributors

v0.1.15

compare changes

🏡 Chore

❤️ Contributors

v0.1.14

compare changes

🩹 Fixes

  • Wrong Strategy type for module (6d50510)

🏡 Chore

❤️ Contributors

v0.1.13

compare changes

🏡 Chore

❤️ Contributors

v0.1.12

compare changes

🩹 Fixes

  • Fix ui types for the Button (e8b5625)

🏡 Chore

❤️ Contributors

v0.1.11

compare changes

🩹 Fixes

  • Fix #app not resolved on build (113e14b)

🏡 Chore

❤️ Contributors

v0.1.10

compare changes

🩹 Fixes

  • Fix destructuring props removing reactivity (7fd1f81)

🏡 Chore

❤️ Contributors

v0.1.9

compare changes

🩹 Fixes

  • Fix button click event not emitting (51fbc3e)

❤️ Contributors

v0.1.8

compare changes

🏡 Chore

❤️ Contributors

v0.1.7

compare changes

🏡 Chore

❤️ Contributors

v0.1.6

🩹 Fixes

  • Fix missing comma (719a490)
  • Fix missing imports (c53e694)
  • Fix type-safety of the Link component (a91cb09)
  • Fix Link component not calling clicks when used (bb7224a)
  • Fix useAttrs not defined (0cbe60e)
  • Lint errors (a0b1fa5)

📖 Documentation

🏡 Chore

✅ Tests

  • Check if embed type works (d563a21)

❤️ Contributors