Releases: epicmaxco/vuestic-ui
Releases · epicmaxco/vuestic-ui
v1.5.2 Bug release mostly
What's Changed
- chore(deps): bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #2677
- feat: sync plugins by @rustem-nasyrov in #2678
- Feat/flat collapse and accordion by @rustem-nasyrov in #2697
- Fix logo link for the Header logo (Docs) by @zvenigorodskaia in #2694
- Refactor/color indicator by @rustem-nasyrov in #2699
- [#2685] Color dropdown badge padding fix by @aluarius in #2712
- [#2689]
VaModal
click outside logic fix by @aluarius in #2710 - Feat/sidebar improvements by @rustem-nasyrov in #2729
- [#2709]
VaSelect
zero value, disabled options and keyboard navigation fixes by @aluarius in #2721 - Feat/docs update by @rustem-nasyrov in #2708
- Zvenigorodskaia landing banners by @zvenigorodskaia in #2732
- Fix: Nuxt 3 colors issue fix by @aluarius in #2730
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Refactor/docs stylelint by @rustem-nasyrov in #2558
- fix: missing tsconfig in sandbox and nuxt packages by @m0ksem in #2585
- feat: display current selected theme in the button toggle by @rustem-nasyrov in #2587
- fix(#2570): card styles miss match with docs by @m0ksem in #2588
- Fix/element color from css variable by @m0ksem in #2590
- feat(Modal): add beforeClose prop by @Valar103769 in https://github.com/epicmaxco/vuestic-ui/pull/2551
- docs: added link to dropdown placement docs to button-dropdown, popov… by @m0ksem in #2601
- fix: empty tabsList error by @m0ksem in #2602
- refactor: slots, exported components, update docs by @rustem-nasyrov in #2594
- fix(#2568): input mask wrong formatted value by @m0ksem in #2603
- docs/i18n-service by @m0ksem in #2599
- [va-tabs]: add hide-pagination prop by @Valar103769 in https://github.com/epicmaxco/vuestic-ui/pull/2605
- landing fixes by @zvenigorodskaia in #2608
- feat: migration guide by @asvae in #2580
- Docs/minor fixes 2 by @m0ksem in #2620
- fix(#2604): now auto-placement prop count cross line by @m0ksem in #2606
- Zvenigorodskaia fix readme by @zvenigorodskaia in #2630
- fix: currentPresetName in createVuestic does nothing by @m0ksem in #2626
- Fix/nuxt 1.5.0 by @m0ksem in #2610
- fix(docs): landing in dark theme by @m0ksem in #2627
- Fix/after release fixes by @rustem-nasyrov in #2617
- Fix typo in global-components.ts by @eltociear in #2631
- Refactor color dropdown by @m0ksem in #2634
- fix(vue-cli-plugin): css imports by @m0ksem in #2624
- chore(deps): bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #2649
- add optional chaining to check ref by @Azgiliat in #2609
- Counter fixes by @rustem-nasyrov in #2652
- fix: navigation with arrow keys by @rustem-nasyrov in #2650
- Add missing slot docs by @rustem-nasyrov in #2667
- VaDataTable fixes by @rustem-nasyrov in #2654
- fix: date picker selected cell color by @m0ksem in #2668
- Refactoring/services by @m0ksem in #2584
- Fix/#2646 by @m0ksem in #2670
- Fix sorting in the VaDataTable by @rustem-nasyrov in #2672
New Contributors
- @eltociear made their first contribution in #2631
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Big release with a lot of breaking changes 🙃. See migration guide for transition
- Accessibility - big one. Vuestic became accessible across the board.
- New components
- Tree view
- Split view
- Dropdown
- Virtual scroll
- Dark theme
- Breakpoints service
- Component presets
- Internal
- Releases automation
- Automated tests for some composables
- Improve docs (add kitchensink and roadmap pages)
What's Changed
- Feat #1806: Presets for all components & components config structure change by @Derranion in #1921
- [#2006]
VaNavbar
&VaAppBar
refactoring, appearance on scroll logic rework by @aluarius in #2022 - [#1725]
VaSplit
component implementation by @aluarius in #2068 - fix: build type hotfix by @aluarius in #2219
- [#1923] New buttons design implementation by @aluarius in #1945
- [#1748] Fixed
to
prop issue in Nuxt 3 by @aluarius in #2264 - [2203]
VaSplit
default dragger hover visual state by @aluarius in #2289 - [#2200] keyboard selection only composable for
focus-outline
by @aluarius in #2248 - [#2304] fixed problems with buttons in docs for 1.5.0 by @aluarius in #2332
- (1.5.0) Fix: stack overflow issue in Nuxt 3 by @aluarius in #2261
- Feat/dark themes by @m0ksem in #1865
- Typography links focus style update by @aluarius in #2348
- [#2343] docs accessibility page by @aluarius in #2355
- [#716]
VaRadioButton
visual focus state update by @aluarius in #2347 - feat: minor stateful test update by @asvae in #2363
- [#715]
VaCheckbox
visual updates by @aluarius in #2346 - [#2292] virtual scroller component by @aluarius in #2331
VaButton
fixes by @aluarius in #2374- Fix/1.5.0 merge issues by @m0ksem in #2382
- [#2296] grid modifiers separator change by @aluarius in #2341
VaPagination
rework by @aluarius in #2283- [#2349] Keyboard-only focus-outline composable changed to CSS selector by @aluarius in #2394
- Mixin name in
VaPagination
fix after merging breaking changes from another branch by @aluarius in #2398 - Fix/unit tests by @Azgiliat in #2281
- [#27] [#774] breakpoints service, wise gutters by @aluarius in #2189
- Add a banner for the landing page by @zvenigorodskaia in #2412
- Release/1.5.0 by @m0ksem in #2042
- Fix/test utils by @m0ksem in #2409
- fix: support mac trackpad scroll event listener by @rustem-nasyrov in #2427
- [#2423]
VaModal
cancel button preset fix by @aluarius in #2426 - Fix tests and refactor colors case notation by @rustem-nasyrov in #2421
- VaCounter validation by @damirJa in #2113
- [#2316] Update
VaDataTable
filtering example in docs with debounced input by @RVitaly1978 in #2393 - [#2339] Fix
VaDataTable
css variables (forsticky
andscrolled
table) by @RVitaly1978 in #2392 - [#2324] Fix
VaDataTable
inputs width in CRUD example by @RVitaly1978 in #2391 - fix: make build script to wait until css is built by @m0ksem in #2437
VaButton
background color state should rely on CSS, no on JS by @aluarius in #2425- [#2208] config docs update by @aluarius in #2435
- Feat/kitchensink by @Azgiliat in #2377
- release(1.4.12): fix missing essential.css file in build. by @m0ksem in #2442
- [#2420] Removed outline on datepicker by @VBoudreau55 in #2422
- [#2395] [#2362] [#2136]
VaSelect
bugfix, minor refactoring by @aluarius in #2429 - New slots for custom boundary and direction links by @skyroses in #2388
- [#2243] tagging state select documentation, minor bugfixes by @aluarius in #2447
- fix: use mutation observer instead of interval in useElementBackground by @m0ksem in #2451
- [#2237]
VaDropdown
props forVaSelect
,VaDatepicker
,VaTimepicker
by @aluarius in #2445 - Fix/minor bugs by @m0ksem in #2440
- fix: modal overflow on mobile by @m0ksem in #2432
- Fix#2270/html element as dropdown target by @m0ksem in #2439
- refactor search to use vue-router by @Azgiliat in #2418
- Fix
VaDataTable
filtering animation by @RVitaly1978 in #2453 - Feat/tree view rework by @rustem-nasyrov in #1728
- [#2295]
VaDataTable
scroll events by @RVitaly1978 in #2389 - Hotfix dropdown by @rustem-nasyrov in #2458
- Fix building issues by @rustem-nasyrov in #2462
- feat: added threshold to colors config by @m0ksem in #2438
- Feat/top menu refactoring by @rustem-nasyrov in #2455
- feat: added stub tsconfig script by @m0ksem in #2431
- Add "Meet the Team" page, add blog link to the landing header by @zvenigorodskaia in #2461
- [
VaSelect
]VaVirtualScroller
integration, bugfixing by @aluarius in #2416 - fix(#2464): Added Global config partial types. Fixed demos. by @m0ksem in #2467
- Fix/customize block by @rustem-nasyrov in #2466
- fix(#2460): merge icons config by @m0ksem in #2465
- Feat/data table virtual scroller integration by @aluarius in #2459
- [#2430] Feat/select searchtext by @VBoudreau55 in #2454
- fix#1936: va icon aliases by @m0ksem in #2473
- Fix/minor docs bugs by @m0ksem in #2476
- chore: rollback missing css by @m0ksem in #2479
- fix: two index in styles build by @m0ksem in #2481
- fix: update getDisabled method behavior by @rustem-nasyrov in #2486
- fix: multiple select options value-by by @m0ksem in #2484
- Fix#2475/split scrollbars by @m0ksem in #2485
- fix: dropdown and hover stateful prop by @m0ksem in #2503
- fix: typography double dash by @m0ksem in #2504
- Fix#2511 Sidebar and navbar colors by @Sadnessa in #2523
- fix: css variables names by @m0ksem in #2524
- fix(docs): smart helpers and colors demo by @m0ksem in #2520
- Fixed chip demo. by @Sadnessa in #2521
- chore: minor style issues by @m0ksem in #2528
- Changed position of color circle in VaColorInput. by @Sadnessa in #2522
- Feat/nuxt fixes by @asvae in #2499
- fix#2336: proxy image props to carousel by @m0ksem in #2472
- restore old breakpoints by @Azgiliat in #2538
- fix: partial fix for va-image by @asvae in #2535
- chore: update contribution guide documentation by @m0ksem in #2443
- Fix/form reset behavior by @rustem-nasyrov in #2490
- Feat/i18n by @m0ksem in #2471
- fix: key is undefined in applyI18nT...
v1.4.11
What's Changed
- Add missing types for array-value prop by @skyroses in #2364
- fix(docs): ora required in esm module by @m0ksem in #2384
- chore(deps-dev): bump vite from 2.9.9 to 2.9.13 by @dependabot in #2328
- fix isSelectable after change null to undefined by @Azgiliat in #2385
- [#2349] Focus outline only keyboard update by @aluarius in #2376
- [#1808] Swipable
VaCarousel
by @aluarius in #2366 - Fix/build type hotfix by @aluarius in #2397
New Contributors
Full Changelog: v1.4.10...v1.4.11
v1.4.10
What's Changed
- Landing page updates by @zvenigorodskaia in #2218
- bump @vuestic/nuxt ui version to 1.4.9 by @m0ksem in #2233
- feat: add input type attribute usage example by @rustem-nasyrov in #2239
- fix: styles named export in package.json by @m0ksem in #2258
- fix(docs): contribution icon and wrong vuestic css paths. by @m0ksem in #2220
- small fixes for the Landing page by @zvenigorodskaia in #2259
- Trap focus in opened modal by @Azgiliat in #2217
- Fix/mobile docs header search by @Azgiliat in #2251
VaButton
propto
in Nuxt 3 hotfix by @aluarius in #2271- feat(bundlers-tests): add nuxt playground by @m0ksem in #2272
- Updated Fixing issue: On hover - "Open in Github" button is barely vi… by @Pathholder1806 in #2288
- Change value getter methods for the modelValue getter by @rustem-nasyrov in #2293
- fix(nuxt): move explicitly used imports to dependencies. by @m0ksem in #2279
- fix: align popover examples horizontally by @rustem-nasyrov in #2310
- Minor build tweaks by @asvae in #2294
- fix: floating dropdown position by @rustem-nasyrov in #2278
- Fix: Types. VaRadio option prop type is missing [#2303] by @Udaay in #2318
- Fix#2314/fonts nuxt module option by @m0ksem in #2319
- feat/sandbox by @m0ksem in #2306
- feat: migrate codesandbox examples from vue-cli to the vite by @rustem-nasyrov in #2302
- chore: style lint docs fixes by @m0ksem in #2321
- Added partners to README.md by @zvenigorodskaia in #2320
- feat: scroll-container by @m0ksem in #2322
- [#2282] docs github link refix by @aluarius in #2333
- feat: update ag-grid library by @asvae in #2329
- fix: update nuxt version constraint by @danielroe in #2344
- chore: update nuxt to rc.9 by @m0ksem in #2356
- feat: rating item slot by @m0ksem in #2357
- fix:vaRadio option propType and added default null #2303 by @Udaay in #2340
New Contributors
- @Azgiliat made their first contribution in #2217
- @Pathholder1806 made their first contribution in #2288
- @Udaay made their first contribution in #2318
- @danielroe made their first contribution in #2344
Full Changelog: v1.4.9...v1.4.10
v1.4.9
What's Changed
- fixed roadmap responsiveness on mobile by @ameer-khan-ashraf in #2186
- feat: add markdown support to the doc pages by @rustem-nasyrov in #2198
- [#2175][#2176] double disabled state fix, cursor fix by @aluarius in #2191
- [#2190] Fix
VaButtonDropdown
dropdown appearance and alignment forsplit
andleft-icon
by @RVitaly1978 in #2201 - Hotfix/incomplete styles build by @m0ksem in #2187
New Contributors
- @ameer-khan-ashraf made their first contribution in #2186
Full Changelog: v1.4.8...v1.4.9
v1.4.8
What's Changed
- docs: dropdown by @m0ksem in #2109
- chore(deps): bump undici from 5.5.1 to 5.8.0 by @dependabot in #2128
- chore(deps): bump terser from 5.13.1 to 5.14.2 by @dependabot in #2124
- fix(ssr): modal window is undefined by @m0ksem in #2143
- [#2135] Docs: typo
renderCSSVarialbes
fixed by @PrajwalBorkar in #2140 - Feat/nuxt treeshaking by @m0ksem in #2137
- nuxt/tree-shaking-docs by @m0ksem in #2144
- [#2122] Accessibility guide by @aluarius in #2134
- [#2120] Docs accessibility checks & updates by @aluarius in #2129
- Fix/dropdown computed target by @m0ksem in #2151
- Replace jest with vitest by @asvae in #2126
- fix:types build hotfix by @aluarius in #2156
- [#2152]
iife
build codesandbox fix by @aluarius in #2157 - Table examples error by @damirJa in #2155
- [#2163] Fix
VaInputWrapper
min-width
by @RVitaly1978 in #2165 - fix: files list items disabled state by @rustem-nasyrov in #2161
- Fix/isolate typography by @m0ksem in #2145
- fix(collapse): collapse content must change height if it content is height is changed by @m0ksem in #2159
- Refactroing/cleaning by @m0ksem in #2162
- docs: removed version and required column. by @m0ksem in #2146
- docs/roadmap-1-5-0 by @m0ksem in #2147
- feat: release improvements by @asvae in #2166
- feat(dropdown): prevent-overflow prop. by @m0ksem in #2154
- [#2119] Update
VaDataTable
sorting withsortingOptions
prop by @RVitaly1978 in #2167 - Fix
VaInput
andVaSelect
wrapper class by @RVitaly1978 in #2177 - Fix
VaListItemLabel
line-height
by @RVitaly1978 in #2180 - Fix/input field layout by @m0ksem in #2179
New Contributors
- @PrajwalBorkar made their first contribution in #2140
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- Bump undici from 5.2.0 to 5.5.1 by @dependabot in #1955
- chore(deps): bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #2045
- Improve CSS Variables docs page. by @m0ksem in #2065
- Refactor/input wrapper by @rustem-nasyrov in #2063
- [#2071] fontawesome deprecated warning fix by @aluarius in #2082
- [#2047]
VaAccordion
border radius & outline border radius fix by @aluarius in #2084 - Accessibility fixes by @aluarius in #2086
- Move algolia search to the navbar by @damirJa in #2076
- [#2073]
VaSlider
range staticmodelValue
fix by @aluarius in #2087 - remove root div from examples by @brunorabelo in #2091
- Fix sidebar text color. by @m0ksem in #2096
- [#715]
VaCheckbox
visual updates by @aluarius in #2085 - Use defineNuxtPlugin. Improve TS types in plugin. by @m0ksem in #2098
- Docs/icon config examples by @m0ksem in #2089
- [#1545] Copy of the Vite build for devel branch by @aluarius in #2081
- Fix multiple select value-by prop & nuxt version bump... by @m0ksem in #2101
- Fix/vue cli plugin split css by @m0ksem in #2104
- chore: remove nuxt docs by @asvae in #2103
- Css code split docs and essentail css in build by @m0ksem in #2105
- [#2067] Add
animated
prop toVaSidebar
by @RVitaly1978 in #2110 - Feat/file upload rework by @rustem-nasyrov in #2097
- docs/typography by @m0ksem in #2064
- [#2057]
VaDateInput
&VaTimeInput
moved toVaInputWrapper
, refactoring, bugfix by @aluarius in #2107
New Contributors
- @brunorabelo made their first contribution in #2091
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- [#2037] Fix
VaTimeInput
clearable
andmanual-input
behaviour by @RVitaly1978 in #2043 - Fix the line height issue for single file upload component by @arkmadj in #2052
- Feat/input counter and max length by @rustem-nasyrov in #2011
- [#2038] Add visuals to active cell on focus in
va-time-picker
by @RVitaly1978 in #2058 - feat: allow write space with manual input by @rustem-nasyrov in #2060
- [#2048] Fix
va-select
placeholder by @RVitaly1978 in #2056 - [#2046] Disabled minifier for ESM build config, rename Nuxt 3 module by @aluarius in #2051
- Page update on SW change to avoid caching by @damirJa in #2050
- Fix#2028/fix sidebar color by @m0ksem in #2041
- Add transition on hover for side bar item by @arkmadj in #2053
New Contributors
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- [#1829] [#1975]
VaPopup
deleted, composables index,useColor
/useColors
refactoring by @aluarius in #1997 - [#1998]
useBem
hook adaptation for camel-case modifiers by @aluarius in #2000 - Feat/va tabs content by @rustem-nasyrov in #2005
- [#1995] Added
VaRating
item focus outline by @aluarius in #2013 - [#2018] usePopover - add default position by @popov-a-e in #2019
- fix build by @m0ksem in #2026
- [#2009] [#2015] [#2016] [#2021] [#2023] minor bugfixes by @aluarius in #2024
- hotfix for vuestic-admin by @m0ksem in #2031
- [#1888] Fix
VaDataTable
selection with updated items (additems-track-by
prop) by @RVitaly1978 in #2025 - [#1985] Fix
VaProgressBar
slot position by @RVitaly1978 in #2027 - Feat/improve time picker behavior by @rustem-nasyrov in #1827
- Fix date picker focus and build node types. by @m0ksem in #2034
- Fix: Show types build output by @m0ksem in #2039
- [#2033] Fix
VaDropdown
font by @RVitaly1978 in #2036 - feat: release script rework by @asvae in #2035
New Contributors
- @popov-a-e made their first contribution in #2019
Full Changelog: v1.4.4...v1.4.5