Skip to content

Commit b852d7e

Browse files
committed
v3.5.0
1 parent 8188b84 commit b852d7e

File tree

15 files changed

+39
-16
lines changed

15 files changed

+39
-16
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [3.5.0](https://github.com/varletjs/varlet/compare/v3.4.0...v3.5.0) (2024-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **auto-complete:** fix focus behavior ([0cb2055](https://github.com/varletjs/varlet/commit/0cb205508c1850f9f2afda6c0720917420958c1d))
7+
* **auto-complete:** fix focus behavior ([3cb43b4](https://github.com/varletjs/varlet/commit/3cb43b46e3f306d34ae01d7f64f39998f8406636))
8+
* **auto-complete:** fix focus not trigger when new value is not changed ([7a0960a](https://github.com/varletjs/varlet/commit/7a0960a0a24c22ec07ec3ecf3645a87b1b0a1706))
9+
* **complier:** fix scss [@import](https://github.com/import) node_modules icons ([#1758](https://github.com/varletjs/varlet/issues/1758)) ([44c0756](https://github.com/varletjs/varlet/commit/44c07565422aaf62b4ac69304e5448440496bbe5))
10+
* **counter:** fix v-model types ([bdb5da0](https://github.com/varletjs/varlet/commit/bdb5da03c103245e26a4323958c5447553558bda))
11+
* **field:** fix placeholder resize failure in swipe and close [#1763](https://github.com/varletjs/varlet/issues/1763) ([23f907c](https://github.com/varletjs/varlet/commit/23f907cac477c6cc88c67a5ffd3f8d570b97d82b))
12+
13+
14+
### Features
15+
16+
* form components support zod validation ([#1751](https://github.com/varletjs/varlet/issues/1751)) ([7eabc07](https://github.com/varletjs/varlet/commit/7eabc07dd427396dd65e1316b83aac9980294b9d))
17+
* **input:** support zod validation ([8ff8bff](https://github.com/varletjs/varlet/commit/8ff8bffeeb0afb7c7616dc093bafb459a278f156))
18+
* **tooltip:** support textColor ([#1756](https://github.com/varletjs/varlet/issues/1756)) ([25962ef](https://github.com/varletjs/varlet/commit/25962ef1c2b4b401f8cf2c3fe41cc46b98e24d05))
19+
* using tinyexec ([#1752](https://github.com/varletjs/varlet/issues/1752)) ([b83ad7a](https://github.com/varletjs/varlet/commit/b83ad7a4a7bfcdb3ddb11db5d9aa688ed0429ec2))
20+
* wip ([b5f7469](https://github.com/varletjs/varlet/commit/b5f746935934bf2965f748b226ceb9680140c965))
21+
22+
23+
124
# [3.4.0](https://github.com/varletjs/varlet/compare/v3.3.16...v3.4.0) (2024-09-02)
225

326

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",
66
"postinstall": "simple-git-hooks",
@@ -59,4 +59,4 @@
5959
"tinyexec": "npm:tinyexec@^0.3.0"
6060
}
6161
}
62-
}
62+
}

packages/varlet-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/cli",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"description": "cli of varlet",
66
"bin": {
@@ -96,4 +96,4 @@
9696
"vue": "3.4.21",
9797
"vue-router": "4.2.0"
9898
}
99-
}
99+
}

packages/varlet-eslint-config/package.json

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

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.4.0",
3+
"version": "3.5.0",
44
"description": "Icons of varlet",
55
"type": "module",
66
"main": "dist/index.js",

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.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"main": "lib/index.cjs",
66
"module": "lib/index.js",

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.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"main": "lib/index.cjs",
66
"module": "lib/index.js",

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.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"main": "lib/index.cjs",
66
"module": "lib/index.js",

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.4.0",
3+
"version": "3.5.0",
44
"type": "module",
55
"main": "lib/index.cjs",
66
"module": "lib/index.js",

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.4.0",
3+
"version": "3.5.0",
44
"description": "touch-emulator",
55
"keywords": [
66
"emulator",

0 commit comments

Comments
 (0)