Skip to content

Commit 3d6e629

Browse files
committed
v3.19.1
1 parent 4a28bb0 commit 3d6e629

14 files changed

Lines changed: 28 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
## [3.19.1](https://github.com/varletjs/varlet/compare/v3.19.0...v3.19.1) (2026-07-05)
2+
3+
4+
### Features
5+
6+
* **BackTop, field:** add size prop for customizable button size and update documentation and fix field decorator resize issues and close [#2008](https://github.com/varletjs/varlet/issues/2008) ([4a28bb0](https://github.com/varletjs/varlet/commit/4a28bb06e791c033bd78e6f80d43914378c8244e))
7+
18
# [3.19.0](https://github.com/varletjs/varlet/compare/v3.18.2...v3.19.0) (2026-06-29)
29

310

411
### Bug Fixes
512

6-
* **checkbox, radio, slider, switch:** fixed onChange event emit timing ([f3b9504](https://github.com/varletjs/varlet/commit/f3b95049aa425bb223d252c2333c9775f598db05))
713
* **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)
8-
* **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))
914
* **DateInput:** update multiple prop handling for datetime type and add related test ([b31b000](https://github.com/varletjs/varlet/commit/b31b00035bc4162a80f59c156d65c0b50a5b2fbc))
1015
* **test:** add '--update=none' argument to test command ([2df8122](https://github.com/varletjs/varlet/commit/2df8122059773c7b8cb39d566c66c5515ea9173b))
1116
* update radio group icon structure and adjust theme alert margins ([327e6bc](https://github.com/varletjs/varlet/commit/327e6bc5d50cd13ba48c7d8929afe3b5b68a5685))
@@ -20,6 +25,14 @@
2025
* new component DateInput ([#2003](https://github.com/varletjs/varlet/issues/2003)) ([2916e2b](https://github.com/varletjs/varlet/commit/2916e2bd3d1e10f80be4eff7b5fb89d37ec5c053))
2126
* **styleVars:** make styleVars function asynchronous and update compileStyleVars calls ([bd14848](https://github.com/varletjs/varlet/commit/bd14848bd2040414f070d795bd5f3f3a67131298))
2227

28+
## [3.18.2](https://github.com/varletjs/varlet/compare/v3.18.1...v3.18.2) (2026-06-22)
29+
30+
31+
### Bug Fixes
32+
33+
* **checkbox, radio, slider, switch:** fixed onChange event emit timing ([f3b9504](https://github.com/varletjs/varlet/commit/f3b95049aa425bb223d252c2333c9775f598db05))
34+
* **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))
35+
2336
## [3.18.1](https://github.com/varletjs/varlet/compare/v3.18.0...v3.18.1) (2026-06-13)
2437

2538

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.19.0",
2+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
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.19.0",
3+
"version": "3.19.1",
44
"private": true,
55
"description": "varlet ui playground",
66
"keywords": [

0 commit comments

Comments
 (0)