Skip to content

Releases: oruga-ui/oruga

v0.9.0-pre.4

30 Oct 14:31
9b8ae9a
Compare
Choose a tag to compare
v0.9.0-pre.4 Pre-release
Pre-release

0.9.0-pre.4 (2024-10-30)

Features

  • button: props name adjustment (#1088) (1296348)
  • dropdown: add toggle prop to trigger slot (#1086) (c9b51f3)
  • pagination: adjust class names to match other components class patterns (#1087) (54c3706)
  • steps: adjust class names to match other components class patterns (#1084) (6466757)

v0.9.0-pre.3

25 Oct 08:08
59ab363
Compare
Choose a tag to compare
v0.9.0-pre.3 Pre-release
Pre-release

0.9.0-pre.3 (2024-10-25)

Bug Fixes

  • add vue-component-type-helpers as dependency (#1054) (33c0309)
  • a11y: remove unnecessary aria-hidden="true" on overlays (#1059) (f831f7f)
  • hydration: replace custom uuid with vues native useId composable (#1053) (d7091ff)
  • performance: resolve a memory leak in defineClasses with wrong/missing effectScope (#1067) (a1f53c2)
  • types: solve a type generation problems (#1072) (54f1409)

Features

  • unify component options/items definiton (#1065) (16dfd09)
  • a11y: solve accessibility issues (#1061) (3615594)
  • dropdown: add modalDesktop property (#1064) (4819fb7)
  • field: rename class names to match existing class name patterns (#1047) (a2e9b8a)
  • loading: add body noscroll class when fullpage (#1074) (bbe2865)
  • picker: improve date/time picker class drilling (#1044) (5ec65c8)
  • programmatic: unfiy useProgramamtic interfaces (#1058) (80a0c5c)
  • sidebar: remove variant prop | improve prop definitions (#1046) (c6bd1bc)
  • steps: add root variantClass prop | update examples (#1049) (d795946)
  • table: add addons to internal mobile sort field wrapper (#1051) (781849e)
  • tabs|steps: add component prop to item (#1071) (d3ea497)
  • tabs: update class names (#1062) (4bfab60)
  • type: enhance component prop type (#1075) (73f3801)
  • types: update tsconfig | add strictNullChecks definition (#1066) (923f887)

Detailed Changes

following with the main release...

Full Changelog: v0.9.0-pre.2...v0.9.0-pre.3

v0.9.0-pre.2

08 Aug 15:31
67f7ac7
Compare
Choose a tag to compare
v0.9.0-pre.2 Pre-release
Pre-release

0.9.0-pre.2 (2024-08-08)

Bug Fixes

  • datetimepicker: solve editing directly not working correctly (#1026) (05e392e)
  • dropdown: prevent background scrolling on mobile (#1022) (bc1b497)
  • icon: adjust component prop type (#1028) (a656182)
  • table: emit check and check-all after reactive value got updated (#1031) (bf708ee)
  • table: solve an issue with isRowChecked prop (#1032) (9bcc478)
  • theme: solve an issue with class as string array definition (#1024) (754e1ee)

Features

  • allow custom constraint validation errors (#1023) (a465a22)
  • field: programmatically associate inputs with field messages (#1021) (6fc309f)
  • table: add icon/label to empty slot (#1030) (79a7ab9)
  • slider: rename customFormatter prop to formatter prop (#1033)

Detailed Changes

following with the main release...

Full Changelog: v0.9.0-pre.1...v0.9.0-pre.2

v0.9.0-pre.1

12 Jul 09:08
Compare
Choose a tag to compare
v0.9.0-pre.1 Pre-release
Pre-release

0.9.0-pre.1 (2024-07-12)

Bug Fixes

Features

  • remove deprecated ConfigPlugin export (#873) (66c09f4)
  • expose value for every form component (#957) (9a43312)
  • autocomplete: update type generics (#956) (26de252)
  • checkbox: add type generics (#968) (c2c9d05)
  • datepicker: change mobileNative default to false (#993) (46e2c89)
  • datepicker: make modelValue conditional typed by prop range (#1006) (96f1784)
  • datepicker: make datepicker conditional typed by prop multiple (#1011) (8689a40)
  • dropdown: update type generics (#984) (df7074b)
  • dropdown: make modelValue conditional typed by prop multiple (#1003) (66bbbcc)
  • field: set prop addons default to false (#914) (3871879)
  • input: add number prop for vmodel casting (#884) (ded99f9)
  • input: make modelValue conditional typed by prop number (#991) (53924f1)
  • radio: add type generics (#969) (f241391)
  • select: add native required prop (#971) (e3df9f1)
  • select: add type generics | add unit tests (#963) (a5bdedc)
  • select: make modelValue conditional typed by prop multiple (#1004) (d3dc6dd)
  • select: register id to field wrapper (#966) (72f253c)
  • slider: make modelValue conditional typed by prop range (#1018) (eafc3f3)
  • steps: add type generics (#977) (f07a7cc)
  • switch: add type generics (#973) (cb67396)
  • table: add before and after slot | add column display prop (#947) (8f64934)
  • table: enhance loading spinner (#946) (a1b7d45)
  • table: add type generics (#919) (c85bee6)
  • table: expose sort function (#959) (e9030bd)
  • table: update thAttrs and tdAttrs properties (#958) (9dced98)
  • tabs: add type generics (#978) (a9ded34)
  • taginput: update type generics (#956) (26de252)
  • taginput: enhance allowNew and allowDuplicates props (#1016) (1eeeb42)
  • upload: add type generics (#982) (38bc75d)
  • upload: make modelValue conditional typed by prop mulitple (#1005) (a93abfe)
  • programmatic: add programmatic component (#944) (2840a7e)
  • reactivity: make components classes props reactive (#960) (c0e429d)
  • themes: remove theme config function props object encapsulation (#760) (317fafb)
  • examples: add package @oruga-ui/examples (#1019) (5d18d26)

Reverts

  • defineModel: reuse useVModel composable for generics where the type is T | T[] (#998) (c00abf5)

Detailed Changes

following with the main release...

0.8.12

28 Jun 08:53
Compare
Choose a tag to compare

0.8.12 (2024-06-28)

Bug Fixes

  • datetimepicker: fix datetimepicker initialisation bug (#948) (92b30f1)
  • picker: fix native input value (#986) (09154d5)

v0.8.11

05 Jun 08:56
cda731d
Compare
Choose a tag to compare

0.8.11 (2024-06-05)

Bug Fixes

  • datepicker: always validate programmatic date updates (#927) (20ceedd)
  • datepicker: update focused date on editing directly (#941) (1af13cf)
  • taginput: solve defineModel macro array constrains (#942) (404c5f6)

Features

  • inputs: detect constraint validation attribute changes (#930) (4de3bd7)

v0.8.10

03 Jun 15:20
6f1a8b3
Compare
Choose a tag to compare

0.8.10 (2024-06-03)

Bug Fixes

  • datetimpicker: fix inline value edit | make picker props reactive (#932) (1e93773)

Features

  • modal: set default destroyOnHide to true for programmatic usage (#937) (0b0bdca)
  • steps: add destroyOnHide prop (#934) (d06ea1e)
  • tabs: add destroyOnHide prop (#926) (e87882b)

v0.8.9

01 May 08:18
e744980
Compare
Choose a tag to compare

0.8.9 (2024-05-01)

Bug Fixes

  • field: fix bug when prop horizontal is set (#915) (962bfea)
  • table: fix filtering when table is not sorted (#911) (10ee451)
  • Table: fix table async example backend sort function (#910) (18f3c00)
  • taginput: fix infinite recursive update when updating modeValue (#917) (e2e3c4a)

Features

  • table: make debounceSearch a global option (#912) (517598f)

v0.8.8

25 Apr 13:46
e890eaf
Compare
Choose a tag to compare

0.8.8 (2024-04-23)

Bug Fixes

  • build: fix cjs extension in package.json entry point (#894) (51e7184)
  • datepicker: fix defineClasses parent props problem (#900) (087a8dc)
  • datepicker: make date parsing work again (#882) (047e999)
  • field: add field setInputId & remove ariaLabelledby prop (#902) (458d45c)
  • field: fix slot invoked outside render function & ass messageTag prop (#906) (f9d07c6)
  • menu: fix useProviderParent composable childItems type problem (#897) (b9656a6)
  • taginput: fix selection with autocomplete on non string items (#889) (930c397)

Features

  • datepicker: change prop readonly default to false & disable calendar interaction while readonly (#901) (364d0c5)
  • taginput: add removeItem as selected slot property (#887) (#888) (c8c26cc)
  • taginput: update prop types (#895) (b5709c5)

v0.8.7

02 Apr 07:41
ad863a0
Compare
Choose a tag to compare

0.8.7 (2024-04-02)

Bug Fixes

  • autocomplete: adjust active state behavior (#859) (9ce1971)
  • autocomplete: change options type definition to generic (#866) (5f6717a)
  • steps|tabs: fix disable animation (#870) (08c1fbf)
  • steps|tabs: make item props reactive again (#879) (269183d)
  • table: make TableColumn props reactive again (#878) (d2b1caa)
  • fix type generation script (#867) (2f6b6c8)
  • resolve maximum recursive update exceeded in tests (#869) (40d8b94)

Features

  • tabs: move inherit attrs to div instead of transition (#871) (6db3f74)