Skip to content

Commit ffaa6b6

Browse files
committed
v3.19.0
1 parent bd14848 commit ffaa6b6

15 files changed

Lines changed: 35 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
## [3.18.2](https://github.com/varletjs/varlet/compare/v3.18.1...v3.18.2) (2026-06-22)
1+
# [3.19.0](https://github.com/varletjs/varlet/compare/v3.18.2...v3.19.0) (2026-06-29)
22

33

44
### Bug Fixes
55

66
* **checkbox, radio, slider, switch:** fixed onChange event emit timing ([f3b9504](https://github.com/varletjs/varlet/commit/f3b95049aa425bb223d252c2333c9775f598db05))
7+
* **cli:** generate web-types with real props and update events for v-model bindings ([#2001](https://github.com/varletjs/varlet/issues/2001)) ([529f808](https://github.com/varletjs/varlet/commit/529f8084f6fd8327b89d09c5067f5560fbef94a2)), closes [#1935](https://github.com/varletjs/varlet/issues/1935)
78
* **cli:** restore test coverage report by adding explicit include ([#1975](https://github.com/varletjs/varlet/issues/1975)) ([4d08c18](https://github.com/varletjs/varlet/commit/4d08c182ab2c11844d49573d60b9fbb49347be8f))
9+
* **DateInput:** update multiple prop handling for datetime type and add related test ([b31b000](https://github.com/varletjs/varlet/commit/b31b00035bc4162a80f59c156d65c0b50a5b2fbc))
10+
* **test:** add '--update=none' argument to test command ([2df8122](https://github.com/varletjs/varlet/commit/2df8122059773c7b8cb39d566c66c5515ea9173b))
11+
* update radio group icon structure and adjust theme alert margins ([327e6bc](https://github.com/varletjs/varlet/commit/327e6bc5d50cd13ba48c7d8929afe3b5b68a5685))
12+
13+
14+
### Features
15+
16+
* **chip:** add support for custom close icon using slot and update icon prop ([176523c](https://github.com/varletjs/varlet/commit/176523c0da87fc06396507d54bb16018e69c3de0))
17+
* **cli:** detect browser language for site documentation auto-redirect ([#1998](https://github.com/varletjs/varlet/issues/1998)) ([5b39a55](https://github.com/varletjs/varlet/commit/5b39a559e0d8d43a9d69074c082bfb41d824f524))
18+
* **DateInput:** update calendar icon to use 'calendar-month-outline' and adjust related styles ([f78da81](https://github.com/varletjs/varlet/commit/f78da8120c9ba9738ff46fe4d0d65a88f3c8f14b))
19+
* enhance icon styling across multiple components for better alignment and sizing ([a900fb6](https://github.com/varletjs/varlet/commit/a900fb658c3930d7c6c31fb633995e2e5df98d9f))
20+
* new component DateInput ([#2003](https://github.com/varletjs/varlet/issues/2003)) ([2916e2b](https://github.com/varletjs/varlet/commit/2916e2bd3d1e10f80be4eff7b5fb89d37ec5c053))
21+
* **styleVars:** make styleVars function asynchronous and update compileStyleVars calls ([bd14848](https://github.com/varletjs/varlet/commit/bd14848bd2040414f070d795bd5f3f3a67131298))
22+
23+
## [3.18.1](https://github.com/varletjs/varlet/compare/v3.18.0...v3.18.1) (2026-06-13)
24+
25+
26+
### Bug Fixes
27+
828
* **ui:** improve docs and data table fixed column shadow ([848fedf](https://github.com/varletjs/varlet/commit/848fedfaf72b664f3620278266c2dda55524b295))
929

1030
# [3.18.0](https://github.com/varletjs/varlet/compare/v3.17.1...v3.18.0) (2026-06-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.18.2",
2+
"version": "3.19.0",
33
"private": true,
44
"type": "module",
55
"scripts": {

packages/varlet-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/cli",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "cli of varlet",
55
"keywords": [
66
"cli",

packages/varlet-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/icons",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "Icons of varlet",
55
"keywords": [
66
"icons",

packages/varlet-import-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/import-resolver",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "varlet import resolver for unplugin-vue-components and unplugin-auto-import",
55
"keywords": [
66
"varlet",

packages/varlet-preset-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/preset-tailwindcss",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "tailwindcss preset of varlet",
55
"keywords": [
66
"tailwindcss",

packages/varlet-preset-unocss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/preset-unocss",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "unocss preset of varlet",
55
"keywords": [
66
"unocss",

packages/varlet-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/shared",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "shared utils of varlet",
55
"keywords": [
66
"shared",

packages/varlet-touch-emulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/touch-emulator",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"description": "touch-emulator",
55
"keywords": [
66
"emulator",

packages/varlet-ui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/ui-playground",
3-
"version": "3.18.2",
3+
"version": "3.19.0",
44
"private": true,
55
"description": "varlet ui playground",
66
"keywords": [

0 commit comments

Comments
 (0)