Releases: epicmaxco/vuestic-ui
v1.7.1
What's Changed
- feat: automated display of badges by @thesheppard in #3538
- chore: update sponsors image by @m0ksem in #3549
- docs: update 1.8 roadmap by @m0ksem in #3548
- fix: made focused anchor is always visible by @pogrib0k in #3537
- chore(deps-dev): bump semver from 7.5.0 to 7.5.2 by @dependabot in #3536
- Feat/va badge by @rustem-nasyrov in #3450
- improve accessiblity of
VaAlert
component by @xiongmao86 in #3541 - Feat/a11y avatar by @rustem-nasyrov in #3295
- Add validation support for the va-radio component by @sir-kain in #3542
- fix(types): replace vue global components target module with @vue/run… by @m0ksem in #3554
- fix: move VaRadio element attribute styles to css v-bind by @pogrib0k in #3555
- fix: change VaIcon import to get right icon size config by @pogrib0k in #3556
- Fix#3106/modal redesign by @m0ksem in #3561
- docs: optimize landing image by @m0ksem in #3565
- Fix#3564/counter buttons by @m0ksem in #3566
- feat: change i18n translation view by @pogrib0k in #3570
- fix(ui): select, date-input, time-input keyboard navigation by @m0ksem in #3523
- fix(toast): introduce single app mode by @m0ksem in #3572
- fix(#3577): introduce useTeleported composable by @m0ksem in #3578
- Fix#3568/provide more things to stepper slot by @m0ksem in #3573
- fix(data-table): pass row to click events by @m0ksem in #3575
- feat(ui): useDropdownable composable and close-on-value-update prop by @m0ksem in #3469
New Contributors
- @thesheppard made their first contribution in #3538
- @sir-kain made their first contribution in #3542
Full Changelog: v1.7.0...v1.7.1
Know issues:
- Form validates immediately
- VaRadio supports only
options
prop.
It is fixed here1.7.2-next-8bc541aa3-20230708
, help us test it!
v1.7.0 Q2 release
This release is part of our standard quarterly update cycle, so it doesn't bring drastic changes compared to version 1.6.6. Still, it gives us a chance to look back at what we've achieved over the last quarter and shed some light on our future direction for Vuestic.
Documentation fixes
Previously, our documentation was plagued by a dysfunctional search feature and sluggish load times. We've addressed these issues and you can now expect quick, efficient browsing, and a search function that delivers accurate results.
Documentation was switched to English-only. This decision stems from the increasingly reliable results provided by automatic translation services, which continue to improve. By no longer supporting translations, we can allocate more resources to developing valuable features.
Since version 1.6.0, we've committed to squashing a significant number of bugs. In fact, most of the [212 commits](v1.6.0...v1.6.6) made in this period were aimed at bug fixes. We plan to keep this tendency for next quarter, so that we’ll have good foundation for new features.
We’re committed to [keeping Vuestic UI accessible](#3223) and will continue supporting it into future.
Less fancy changes
Starting from version 1.7.0, we've altered our release schedule. You can anticipate a patch-level release every two weeks and a minor release every quarter. Although this may make each release less eventful, it ensures that you can benefit from new features as they're developed, without the lengthy waiting periods.
What's Changed
- Feat#3439/usecolors test coverage by @Evobaso-J in #3491
- fix(docs): banner module railway .env error by @pogrib0k in #3490
- fix: change title and subtitle styles to look different on mobile resolution by @pogrib0k in #3495
- fix(docs): add vue-gtag by @m0ksem in #3477
- Feat/floating UI migartion 3083 by @ilearnjs in #3484
- feat(removeTranslations): Delete all things related to translations by @misterpekert in #3451
- Update node version to 18.16.0 by @igorprodev1 in #3438
- chore(deps-dev): bump vite from 4.3.3 to 4.3.9 by @dependabot in #3472
- Automatically close sidebar when clicking outside of sidebar by @igorprodev1 in #3455
- Fix#3109/data table column width by @m0ksem in #3493
- Fix#3488/focus clear icon by @m0ksem in #3489
- feature: support configure css variables generation location by @shiina7 in #3466
- chore: Use tailwind instead of inline styles by @a-3140 in #3353
- docs: update modal examples by @m0ksem in #3479
- docs: replace inline styles with tailwind classes in docs examples by @xiongmao86 in #3447
- fix: props descriptions by @asvae in #3516
- Accessibility improvements on
VaAccordion
andVaCollapse
by @xiongmao86 in #3499 - feat(docs): disable algolia personalization by @ilearnjs in #3515
- docs: fix fonts loading by @m0ksem in #3492
- fix: update algolia search container z-index by @ilearnjs in #3514
- Feat/floating UI height by @ilearnjs in #3513
- feat(VaTreeView): add selected node class by @mengqiuleo in #3464
- feat(VaTreeView): add cursor style when mouse moves over node by @mengqiuleo in #3473
- fix(docs): manual types merging by @m0ksem in #3525
- chore: update team page by @asvae in #3526
- feat(docs): add redirect from language pages by @ilearnjs in #3520
- Remove VaImage contain prop by @ilearnjs in #3527
- feat(ui): dropdown remove prevent overflow property by @ilearnjs in #3524
New Contributors
- @pogrib0k made their first contribution in #3490
- @shiina7 made their first contribution in #3466
- @mengqiuleo made their first contribution in #3464
Full Changelog: v1.6.6...v1.7.0
v1.6.6 Bug fixes mostly
This release is pretty much bug fixes, but I have some news to share on what we're working on.
- Firstly we decided to move documentation to English only. With all translation and AI craze it doesn't seem efficient to support different languages (these were pretty hard to support and we even sometimes used .md files directly in docs to save some time). Sad for all translation work, but other languages have to go 😔.
- We also want to focus heavily on component stability and documentation improvement - not so much on features. It feels that processes didn't catch yet with product growth and we have to rectify that.
- We want to move our demos from vue-book to storybook as it does so much more. With that would come interactions and visual tests, simplifying our work immensely.
Excited about the Vuestic UI future 😁.
What's Changed
- [#3443] Breakpoint service hydration errors by @RVitaly1978 in #3453
- fix(docs): fix api table event names render by @m0ksem in #3475
- feat: re-enable version module by @asvae in #3480
- fix(counter): handle mouseup outside of component by @m0ksem in #3482
- docs: structure contribution docs by @m0ksem in #3481
Full Changelog: v1.6.5...v1.6.6
v1.6.5
What's Changed
- Fix/form docs by @m0ksem in #3339
- Fix(modal plugin): Add confirm to vaModalPlugin by @misterpekert in #3345
- [#3304] Redesign
Vuestic
landing by @RVitaly1978 in #3340 - [#3350] Add
pointer-events-none
for header search-input by @RVitaly1978 in #3351 - Fix/windows docs serve by @m0ksem in #3311
- fix(#3296): append css wrong paths on windows by @m0ksem in #3357
- Add Vuejs banner on landing page by @RVitaly1978 in #3359
- fix(docs): 302 responses by @m0ksem in #3364
- chore: update algolia api key by @m0ksem in #3370
- Fix#3336/allow using composables outside setup context by @m0ksem in #3355
- Remove Vue.js partner from header banner by @RVitaly1978 in #3372
- Remove Vue.js partner logo by @RVitaly1978 in #3374
- Docs/vue component meta by @m0ksem in #3352
- [#3375] Unexpected theme change on Colors page by @RVitaly1978 in #3376
- Remove partner logo from README by @RVitaly1978 in #3384
- [#3380] Add menu button in docs navbar for mobile by @RVitaly1978 in #3383
Va-Tabs
flex direction by @RVitaly1978 in #3348- Fix/dark theme blink by @m0ksem in #3387
- docs: add browserstack partnership by @asvae in #3389
- fix(docs): jumping link anchor by @m0ksem in #3394
- Remove landing banner by @RVitaly1978 in #3402
- Remove landing banner by @RVitaly1978 in #3406
- Fix memory leak in SSR docs by @m0ksem in #3386
- fix(docs): markdown external link break lists by @m0ksem in #3428
- Add documentation for option icons feature in select component close #3408 by @Skander999 in #3426
- [#3209]
VaButtonGroup
gradient by @RVitaly1978 in #3423 - fix(#3399/build): import css in type_script files, so it is not tree-… by @m0ksem in #3403
- Feat/va config colors by @m0ksem in #3388
- [#3361] Landing left and right margins by @RVitaly1978 in #3398
- [#3343] ResizeObserver error in
VaTabs
by @RVitaly1978 in #3360 - feat#3392: make currentPresetName a writable computed by @Evobaso-J in #3431
- fix(docs): fix theme switch on SSG by @m0ksem in #3435
- Docs/update colors docs by @m0ksem in #3393
- [#3279] VaDataTable docs improvement by @RVitaly1978 in #3412
- chore(docs): added missing props translations by @xiongmao86 in #3367
- fix: remove potential memory leaks by @m0ksem in #3440
- [#3397] Added the margin to the counter by @sathiyaIbe in #3441
- Fix/color config by @m0ksem in #3446
- [#3362] Sidebar on mobile by @RVitaly1978 in #3379
New Contributors
- @Evobaso-J made their first contribution in #3431
- @sathiyaIbe made their first contribution in #3441
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's new
- VaValue component
- VaForm improvements
- a11y docs
- bug fixes
What's Changed
- Add color prop to VaDivider component and bind it to CSS border color by @Yasir761 in #3154
- feat: add a11y docs section for VaIcon by @kushich in #3248
- feat: add a11y docs section for VaParallax by @kushich in #3250
- feat: add a11y docs section for VaSpacer by @kushich in #3253
- [#2907]
VaSlider
stateful
prop by @RVitaly1978 in #3220 - fix: dropdown appearing on VaDateInput click by @kushich in #3273
- fix: allow to override inlined variable with css/css classes by @rustem-nasyrov in #3277
- Feat/integrate highlightjs by @rustem-nasyrov in #3244
- fix: add string type for tabindex prop by @kushich in #3276
- fix: add single root instance to bind colors by v-bind at styles by @rustem-nasyrov in #3291
- feat: update vite by @rustem-nasyrov in #3225
- feat(ui): expose aria labels as props by @m0ksem in #3175
- [#3036] Round
VaButton
by @RVitaly1978 in #3278 - [#3241]
VaDataTable
hoverable
andstriped
styles by @RVitaly1978 in #3274 - [#3258]
VaDateInput
dropdown behaviour on content click by @RVitaly1978 in #3271 - [#3078]
VaDatePicker
text color by @RVitaly1978 in #3263 - [#3161, #3240] Counter steps by @RVitaly1978 in #3252
- feat(va-value): init component by @m0ksem in #3185
- [#2864]
VaSwitch
height by @RVitaly1978 in #3294 - fix: allow to select options with custom markup by @rustem-nasyrov in #3319
- fix(docs): Add flex-wrap for Split example on button dropdown by @a-3140 in #3320
- Feat/docs performance optimizations by @rustem-nasyrov in #3316
- fix(build): added source maps generation for css v-bind fix plugin by @m0ksem in #3302
- [#2859]
VaConfig
docs by @RVitaly1978 in #3308 - [#3183]
VaDataTable
inline editing example by @RVitaly1978 in #3303 - Add continuous counter update to VaCounter close #2108 by @Skander999 in #3247
- Feat/forms by @m0ksem in #3224
New Contributors
- @Yasir761 made their first contribution in #3154
- @a-3140 made their first contribution in #3320
- @Skander999 made their first contribution in #3247
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Fix/navigation routes fix by @rustem-nasyrov in #3164
- feat: update algolia api key by @rustem-nasyrov in #3166
- refactor: restore previous api key by @rustem-nasyrov in #3168
- refactor: rename dev env variable by @rustem-nasyrov in #3152
- fix(docs): remove client only from page config by @m0ksem in #3171
- fix(#3163): added header and footer slots to data-table by @m0ksem in #3167
- fix(#3086): time picker nan value in chrome by @m0ksem in #3173
- Restore not supported browsers icons by @rustem-nasyrov in #3178
- Sidebar current active item by @rustem-nasyrov in #3179
- fix(#3137): expose closeOnContentClick prop from dropdown to time and date pickers by @m0ksem in #3180
- chore(deps-dev): bump webpack from 5.72.1 to 5.76.0 by @dependabot in #3174
- fix: switch component issues by @kushich in #3187
- Feat/confirm by @m0ksem in #3177
- fix(ui): incorrect filtered child props by @m0ksem in #3190
- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #3186
- fix(docs): railway page update by @m0ksem in #3196
- fix: issues with rating component by @kushich in #3192
- feat: va-inner-loading accessibility improvements by @kushich in #3195
- fix: overflow scroll will cause a white area by @damonto in #3198
- Feat/refactor docs language switcher by @rustem-nasyrov in #3189
- fix: broken button inside popover by @m0ksem in #3205
- fix(#3197): prevent bind both to and href props on router link in VaS… by @m0ksem in #3203
- Feat/extended input example by @rustem-nasyrov in #3202
- Update Colors Config docs by @rustem-nasyrov in #3207
- fix: add aria-hidden attr for VaDivider by @kushich in #3212
- fix: minor issues with docs by @kushich in #3217
- fix: checkbox styles by @kushich in #3219
- fix: remove new badge from theme switch component by @kushich in #3218
- fix: stepper accessibility navigation by @kushich in #3201
- fix: hide router props for not link tags by @kushich in #3221
- feat: docs accessibility guide for VaSlider, VaDivider, VaStepper by @kushich in #3204
- feat: add docs a11y page for
VaInnerLoading
by @kushich in #3230
New Contributors
Full Changelog: v1.6.2...v1.6.3
v1.6.2
Summery
- Expandable row for data table
- Fix CSS variables in SSG and SSR
to
prop now uses nuxt-link- Stepper keyboard navigation
- Bug fixes
UI lib changes
- feat: migration guide by @aluarius in #3045
- fix(#3067): rollback component type declaration by @m0ksem in #3068
- fix#3061: added sidebar link attributes by @m0ksem in #3069
- [#3024]
nuxt-link
is now available in vuestic by @aluarius in #3043 - [#2980] VaTreeView expandable node cursor style by @thunfisch987 in #3066
- fix: minor va-image fix by @aluarius in #3052
- Feature/expandable row by @LighthouseKeeperYN in #3054
- Fix/ssr css variables by @m0ksem in #3055
- [#3121] default
VaDataTable
wrapper size set toauto
by @aluarius in #3126 - TreeView add children-by prop by @rustem-nasyrov in #3127
- [#3049] [#3047] va-dropdown rewritten to render reimplementation by @aluarius in #3119
- [#3116] tab shift autocomplete behaviour fix by @aluarius in #3128
- feat: stepper accessebility by @kushich in #3050
- [#2864]
va-select
hovered position fix by @aluarius in #3129 - [#3140] autocomplete readonly state fix by @aluarius in #3142
Docs and minor stuff
- fix: docs tree shaking statistics restored by @aluarius in #3044
- fix: landing social icons by @kushich in #3065
- fix: landing mobile menu by @kushich in #3063
- fix(#3046): remove vuestic from excluded optimizeDeps by @m0ksem in #3051
- feat: remove extra padding by @rustem-nasyrov in #3085
- fix: remove units for height and width attributes; fix svg by @rustem-nasyrov in #3088
- Change Old typography classes in input example to new typography classes by @scorcism in #3074
- Fix#3026/create-vuestic-fix-deps-install by @m0ksem in #3095
- Bundles tests for pipeline by @Azgiliat in #2651
- chore: added todo list after release by @m0ksem in #3096
- fix(nuxt): types build by @m0ksem in #3103
- feat: add gravatar usage example by @rustem-nasyrov in #3094
- Docs/fix incorrect imports by @m0ksem in #3102
- Remove nuxt playground by @m0ksem in #3113
- fix: va-image docs examples fixes by @aluarius in #3090
- fix: remove grid and reset styles from config defaults by @rustem-nasyrov in #3101
- Docs/i18n split by @m0ksem in #3073
- Feat/colors extensions by @rustem-nasyrov in #3115
- [#3053] grid/reset deprecated alert color changed by @aluarius in #3130
- Refactor:
useSelectable
refactor and integration toVaButtonToggle
,VaSelect
bugfix by @aluarius in #3092 - fix: detect active child route and set class by @rustem-nasyrov in #3145
- chore(docs): roadmap for 1.6 and 1.7 by @m0ksem in #3114
- Feat/image usage example by @rustem-nasyrov in #3143
- Fix/dropdown border overflow by @m0ksem in #3135
New Contributors
- @thunfisch987 made their first contribution in #3066
- @scorcism made their first contribution in #3074
Full Changelog: v1.6.1...v1.6.2
v1.6.1
First day patch :)
Bugfixes
What's Changed
- Feat/ag grid by @rustem-nasyrov in #2973
- [#2977]
VaBreadcrumbs
mb error fix & resolve slot helper by @aluarius in #3013 - [#2989] [#2990] Tailwind & VaAspectRatio docs pages, related bugfix by @aluarius in #3000
- Nuxt docs sidebar fix by @m0ksem in #3014
- [#2968]
prevent-body-scroll
prop forva-modal
to prevent document scroll by @aluarius in #2975 - feat(docs): banner by @m0ksem in #3015
- Feat/docs improvements and fixes by @rustem-nasyrov in #3017
- docs: nuxt vuestic.config.ts by @m0ksem in #3018
- Feat/skeleton by @m0ksem in #2918
- Fix/file loading by @m0ksem in #3019
- fix(#2894): dispatch focus event when focus by @m0ksem in #3021
- Docs/remove old new badge by @m0ksem in #3016
- feature: implement stepper component by @LighthouseKeeperYN in #2906
- feat: removed deprecated in 1.6.0 props by @aluarius in #3023
- minor: commit of nothing by @asvae in #3031
- 123123 by @asvae in #3032
- docs: make inline text reasonable size by @asvae in #3033
- fix: build error by @LighthouseKeeperYN in #3038
- ui: tmp fix buttons by @asvae in #3034
Full Changelog: v1.6.0...v1.6.1
v1.6.0
This release is focused on Tailwind and Nuxt support. But we managed to squeeze in several components.
Summary
-
Tailwind support
We decided to drop vuestic CSS helpers and rely on Tailwind CSS instead. You can also sync Vuestic and Tailwind configs in one command. -
Select autocomplete
Select was missing autocomplete behaviour - not anymore! -
Breakpoints service
We added composables to manage breakpoints, these work nicely with Tailwind. -
Vuestic CLI
You can create new vuestic application based on vanilla vue, nuxt or vuestic-admin -
Skeleton component
Placeholders to show until your content is fully loaded. -
Stepper component
Guides user through a flow with multiple steps.
What's Changed
- Scroll container docs rework by @aluarius in #2789
- Feat/va avatar by @rustem-nasyrov in #2793
- feat: add alias of placement to dropdown (#2612) by @xiongmao86 in #2777
- feat: add logo and cover by @rustem-nasyrov in #2799
- Feat/sponsors by @rustem-nasyrov in #2802
usePlacementAliases
refactor anduseDeprecated
bugfix by @aluarius in #2804- fix: add va-toast export by @rustem-nasyrov in #2810
- Feat/va badge updates by @aluarius in #2808
- Feat/progress bar by @rustem-nasyrov in #2813
- Navbar gird fixes by @rustem-nasyrov in #2814
- fix: replace error with warning by @rustem-nasyrov in #2820
- Refactor/language switcher by @rustem-nasyrov in #2811
- fix(#2827): remove va-card__inner div from VaCard by @m0ksem in #2829
- fix(#2383): nested modals with blur by @m0ksem in #2836
- fix(#2637): register va-config in va-sidebar by @m0ksem in #2834
VaSelect
updates and refactoring by @aluarius in #2803- Update _ag-theme-vuestic-default-params.scss by @Valar103769 in https://github.com/epicmaxco/vuestic-ui/pull/2801
- [#2688] Vuestic bundle size statistics script by @aluarius in #2781
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #2846
- Feat/tree view improvements by @rustem-nasyrov in #2840
- fix: button state colors for safari browsers by @rustem-nasyrov in #2826
- fix: replace navbar static height with paddings, fix: mobile layout by @LighthouseKeeperYN in #2835
- Refactor: bundle script start rework by @aluarius in #2848
- [#2855] Aria attributes hydration fix by @aluarius in #2856
- fix(va-input): added background prop by @m0ksem in #2860
- Transfering docs to Tailwind by @aluarius in #2838
- fix: develop docs build hotfix by @aluarius in #2865
- docs: adding document for
colors
ofuseColors
by @xiongmao86 in #2809 - Fix#2821/nuxt color presets fix by @m0ksem in #2830
- fix(#2839): do not register vuestic-ui.css in nuxt which contains all… by @m0ksem in #2842
- Feat/fallback component by @rustem-nasyrov in #2867
- Types build hotfix by @aluarius in #2875
- add partners banner for the header by @zvenigorodskaia in #2880
- fix: build vuestic from sandbox if it doesn't exist by @aluarius in #2876
- Docs ci mb fix by @aluarius in #2885
- Docs CI mb fix 2. by @aluarius in #2887
VaSelect
refactoring by @aluarius in #2884- feat: add vuejs logo by @rustem-nasyrov in #2892
- feat: create-vuestic by @m0ksem in #2828
- Docs/create vuestic by @m0ksem in #2861
- [#2227] [#2537]
va-image
rework, newva-aspect-ratio
component by @aluarius in #2868 - fix: input wrapper background color by @rustem-nasyrov in #2903
- [#2870]
VaImage
intersectioning by @aluarius in #2872 - fix: component unit tests by @LighthouseKeeperYN in #2873
- [#1180]
VaDataTable
grid mode by @aluarius in #2797 - Feat/css colors helpers by @rustem-nasyrov in #2879
- [#2871] fallback component integration for va-image by @aluarius in #2874
- [#2785] Throttling composable, integration to VaSelect and VaDataTable by @aluarius in #2832
- feat: set primary color as default color by @rustem-nasyrov in #2911
- feat/web components build by @m0ksem in #2591
- empty commit by @aluarius in #2926
- [nuxt-docs] define-page-config plugin by @m0ksem in #2854
- fix(create-vuestic): improve versions and ui by @m0ksem in #2941
- Fix/create vuestic exec path by @m0ksem in #2942
- [#2869] VaViewer for VaImage by @aluarius in #2886
va-select
not opening hotfix by @aluarius in #2951- Fix/create vuestic executable by @m0ksem in #2954
- feat: add optional strong typing to DataTableColumn by @asbermudez in #2915
- Low elements amount bugfix and auto wrapper size mode for
VaVirtualScroller
by @aluarius in #2923 - Tailwind CSS integration package by @aluarius in #2745
- feature: expose ValidationRule type to consumer by @asbermudez in #2946
- fix: button presets and indents by @rustem-nasyrov in #2944
- [#2920]
va-navbar
center slot on mobiles fix by @aluarius in #2957 - fix: add CleaveOptions type to mask prop to match real use by @asbermudez in #2950
- fix: click on rating item emitted two events by @kushich in #2961
- fix(build): missing css imports in es build by @m0ksem in #2967
- [#2960] hotfix nuxt-vuestic-tailwind bug by @aluarius in #2969
- [#2896]
va-badge
placement reactivity fix by @aluarius in #2959 - [#2228] autocomplete functional for va-select by @aluarius in #2909
- Re-implement nuxt docs by @asvae in #2928
- Docs: Alert Component page styles ans text fixes by @rustem-nasyrov in #2983
- fix: change docs colors by @kushich in #2945
- [#2991] [#2988] docs and grid updates by @aluarius in #3005
- fix: add html min and max attributes support by @rustem-nasyrov in #3004
- Feat/landing fixes by @rustem-nasyrov in #3003
- feat: add jetbrains logo by @rustem-nasyrov in #3011
- Nuxt docs fixes by @m0ksem in #3012
- feat: smart-helpers added to nuxt module types by @aluarius in #3008
New Contributors
- @asbermudez made their first contribution in #2915
Full Changelog: v1.5.3...v1.6.0
v1.5.3
What's Changed
- Minor docs fixes by @aluarius in #2716
- Feat/button slots by @rustem-nasyrov in #2733
- Feat/card horizontal by @rustem-nasyrov in #2740
- Docs bugs fixes by @aluarius in #2748
- Zvenigorodskaia landing banners by @zvenigorodskaia in #2750
- Minor configuration example fix by @aluarius in #2752
- feat: now color config understands color names in kebab case by @aluarius in #2755
- [#2741]
VaPagination
input height fix by @aluarius in #2756 - docs(translate): add zh-CN part by @Valar103769 in https://github.com/epicmaxco/vuestic-ui/pull/2734
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #2760
- [#2741] Nuxt 3 hook warning fix by @aluarius in #2757
- VaNavbar - default slot, properlyalign slots, Hooks - useDeprecated by @rustem-nasyrov in #2764
- Docs updates by @aluarius in #2772
VaCollapse
component minor updates by @aluarius in #2774- [#2768]
VaTimeInput
andVaDateInput
bugfixes by @aluarius in #2776 - Hide PH banner and change text of overview page by @zvenigorodskaia in #2779
- Add Nuxt logo for landing page + readme file by @zvenigorodskaia in #2780
- [#2564] docs codesandbox icon fix by @aluarius in #2782
- Remove non component classes by @rustem-nasyrov in #2783
Full Changelog: v1.5.2...v1.5.3