v4.9.20
- feat(Popup): add overlay-props prop by @chenjiahan in https://github.com/youzan/vant/pull/13443
- feat(image): add native
decoding
prop to Image component by @tajrobewiki in https://github.com/youzan/vant/pull/13487
- fix(Picker): makesure confirm params' behavior consistent (#13423) by @KayneWang in https://github.com/youzan/vant/pull/13425
- fix(Picker): update selected values when modelValue is cleared by @chenjiahan in https://github.com/youzan/vant/pull/13445
- fix(Watermark): ensure watermark updates on imageBase64 change by @inottn in https://github.com/youzan/vant/pull/13474
- docs: correct window.innerWidth to window.innerHeight in FloatingPanel by @tuesdaytoyou in https://github.com/youzan/vant/pull/13456
- docs(Form): fix variable errors by @pany-ang in https://github.com/youzan/vant/pull/13499
- docs: fix typo in uploader document by @Uyoahz26 in https://github.com/youzan/vant/pull/13502
- docs: fix typo in contribution by @git0x4c in https://github.com/youzan/vant/pull/13505
- docs(Field): add field version number for A's props by @pany-ang in https://github.com/youzan/vant/pull/13506
- docs(Uploader): optimize parameter description by @pany-ang in https://github.com/youzan/vant/pull/13498
- docs(Image): add decoding prop by @chenjiahan in https://github.com/youzan/vant/pull/13509
- chore(deps): update all patch dependencies by @renovate in https://github.com/youzan/vant/pull/13434
- chore(deps): update dependency less to ^4.3.0 by @renovate in https://github.com/youzan/vant/pull/13435
- fix(DropdownMenu): DropdownMenu overlay flickering by @yuhengshen in https://github.com/youzan/vant/pull/13436
- chore(deps): update pnpm to v10.9.0 by @renovate in https://github.com/youzan/vant/pull/13446
- chore(deps): update vitest to ^3.1.2 by @renovate in https://github.com/youzan/vant/pull/13447
- chore(deps): update pnpm to v10.10.0 by @renovate in https://github.com/youzan/vant/pull/13467
- chore(deps): update dependency @babel/core to ^7.27.1 by @renovate in https://github.com/youzan/vant/pull/13466
- chore(deps): update dependency @types/node to ^22.15.17 by @renovate in https://github.com/youzan/vant/pull/13460
- chore(deps): update dependency vite to v5.4.19 [security] by @renovate in https://github.com/youzan/vant/pull/13473
- chore(deps): update all patch dependencies by @renovate in https://github.com/youzan/vant/pull/13459
- chore(deps): update pnpm to v10.11.0 by @renovate in https://github.com/youzan/vant/pull/13482
- chore(deps): update dependency eslint-config-prettier to v10 by @renovate in https://github.com/youzan/vant/pull/13475
- chore(deps): update dependency @rslib/core to ^0.8.0 by @renovate in https://github.com/youzan/vant/pull/13481
- chore(deps): update dependency terser to ^5.40.0 by @renovate in https://github.com/youzan/vant/pull/13495
- chore(deps): update dependency @rslib/core to ^0.9.1 by @renovate in https://github.com/youzan/vant/pull/13494
- chore(deps): update dependency terser to ^5.41.0 by @renovate in https://github.com/youzan/vant/pull/13496
- chore(deps): update vite by @renovate in https://github.com/youzan/vant/pull/13489
- chore(deps): update pnpm to v10.12.1 by @renovate in https://github.com/youzan/vant/pull/13497
- chore(deps): update all patch dependencies by @renovate in https://github.com/youzan/vant/pull/13488
- @KayneWang made their first contribution in https://github.com/youzan/vant/pull/13425
- @tuesdaytoyou made their first contribution in https://github.com/youzan/vant/pull/13456
- @Uyoahz26 made their first contribution in https://github.com/youzan/vant/pull/13502
- @git0x4c made their first contribution in https://github.com/youzan/vant/pull/13505
- @tajrobewiki made their first contribution in https://github.com/youzan/vant/pull/13487
Full Changelog: https://github.com/youzan/vant/compare/v4.9.19...v4.9.20
2.9.0-beta.1
- fix(lg-zoom): avoid reference error when containerRect in not defined #1684 - Author - @felix-berlin
- Move all scss
@import
to@use/@forward
#1697 - Author - @joeworkman
Replaced all deprecated SCSS @import
statements with the modern @use
/ @forward
syntax. This improves maintainability and performance, but may break setups where you override lightGallery variables.
If you're not overriding any SCSS variables, nothing changes for you. But if you are, you'll now need to pass them at the time of use, like this:
@use 'lg-variables' as * with (
$lg-theme-color: #f00
);
Overrides must be defined before importing lightGallery styles. Avoid mixing @import
and @use
in the same file.
v4.5.0
- #11470 Fix min js two renames
- #12054 [fix] #12048 - Add selfJoin option for doughnut graphs
- #12058 feature: make above/below colors in filler plugin work with pivoted line charts
- #12070 Fix: display stacked bar with multiple x-Axis
- #12064 Document requirement of 'this' when calling tick formatters
- #12063 Add type definition for beforeEvent changed
- #12088 Fix grammar typo: 'only draw line' -> 'only draw lines'
- #12087 Fix minified URL for development builds in the docs
- #12084 fix: correct grammar in segment comments (an segment -> a segment)
- #12082 Update docs for Developers API
- #12068 Fix minor typo, missing period
- #12090 bump version to 4.5.0
- #12025 Bump pnpm/action-setup from 4.0.0 to 4.1.0
Thanks to @FabTechAT, @Jee-on, @LeeLenaleee, @R2Jeu-prive, @dependabot[bot], @ffdm, @fulldecent, @joshkel, @lucasleung8, @nakanoh, @xavierleune and dependabot[bot]
v1.121.13
Version 1.121.13 - 6/14/25, 7:50 PM
- replace backslashes in full paths when generating route nodes (#4430) (d83b6f2) by Yeoh Joer
- examples: Some packages are missing in package.json in start-supabase-basic project (#4426) (954c3b2) by Benny Freeman
- @tanstack/router-generator@1.121.13
- @tanstack/router-cli@1.121.13
- @tanstack/router-plugin@1.121.13
- @tanstack/router-vite-plugin@1.121.13
- @tanstack/start-plugin-core@1.121.13
- @tanstack/solid-start-plugin@1.121.13
- @tanstack/react-start-plugin@1.121.13
- @tanstack/solid-start@1.121.13
- @tanstack/react-start@1.121.13
v15.4.0-canary.82
- feat: in Rspack using native fn implemented by us using SWC to replace load module: #80342
- chore: fix link to good first issue: #80478
- Disable fetch cache size limit for implicit caching during build: #80480
- [dynamicIO] Split up static generation into two phases: #79629
- fix(turbopack): Fix config caching for turbopack + React Compiler: #80498
- Rename
empty-fallback-shells
test suite to justfallback-shells
: #80461 - Turbopack: don't revisit nodes: #80455
- Update Turbopack development test manifest: #80476
- Update Rspack development test manifest: #80474
- Update Rspack production test manifest: #80473
- Update Turbopack production test manifest: #80475
- Update from-create-react-app.mdx: #80451
- Fix variable assignment in docs example: #80418
- perf(turbopack): Remove needless alloc for AQMF: #80468
- [turbopack] Allow
value_trait
items to not be annotated withturbo_tasks::function
: #79217 - refactor(turbopack): Make invalidator flag explicit: #80487
- test(turbopack): Make HMR benchmark less flaky: #80488
Huge thanks to @SyMind, @unstubbable, @mischnic, @maurobonfietti, @navandstokes, @icyJoseph, @kdy1, and @lukesandberg for helping!