Skip to content

Commit 01dcc9f

Browse files
committed
v3.16.2
1 parent 351168e commit 01dcc9f

14 files changed

Lines changed: 24 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [3.16.1](https://github.com/varletjs/varlet/compare/v3.16.0...v3.16.1) (2026-05-11)
1+
## [3.16.2](https://github.com/varletjs/varlet/compare/v3.16.1...v3.16.2) (2026-05-12)
2+
3+
4+
### Features
5+
6+
* **card, paper:** add support for hoverable and ripple properties as objects with color and disabled options ([d5b224b](https://github.com/varletjs/varlet/commit/d5b224bdb5c848b69526ae7492274b40547fb790))
7+
* **config:** update team member details including names, descriptions, and social links ([351168e](https://github.com/varletjs/varlet/commit/351168ebb17fb8baa26a5fd991f77187e14a7824))
8+
* **index:** update hoverable and ripple properties to accept color options for features ([05e5289](https://github.com/varletjs/varlet/commit/05e5289aca3c35b4afb7e41bf70bc5182e5721cd))
9+
* **otp-input:** add alignment options for OTP input cells and update documentation ([3772792](https://github.com/varletjs/varlet/commit/37727921447b5796aecad947ae75fe9a90b5e085))
10+
11+
# [3.16.0](https://github.com/varletjs/varlet/compare/v3.15.2...v3.16.0) (2026-05-11)
212

313

414
### Bug Fixes
@@ -17,7 +27,6 @@
1727
* **card:** add surface prop for low surface preset in MD3 dark mode ([0d1e783](https://github.com/varletjs/varlet/commit/0d1e7831e43fb9cd203d93c6efdfbd940a63ec59))
1828
* **card:** enhance floating behavior with entry tracking for dropdown ([f5b32e0](https://github.com/varletjs/varlet/commit/f5b32e059c202d809946062554743b7d3a909ec0))
1929
* **index, config:** add feature links to index page and update configuration ([7cc3439](https://github.com/varletjs/varlet/commit/7cc3439415280792153688cd5a99c0e53d9091de))
20-
* **otp-input:** add alignment options for OTP input cells and update documentation ([3772792](https://github.com/varletjs/varlet/commit/37727921447b5796aecad947ae75fe9a90b5e085))
2130
* **otp-input:** add new style variables for OTP input component customization ([efdb715](https://github.com/varletjs/varlet/commit/efdb715f25a8ab29249ebc5e656a61643392ba85))
2231
* **otp-input:** add OTP field and validation rules to form components; enhance localization and tests ([2f15794](https://github.com/varletjs/varlet/commit/2f15794ccee29d030aea7df51354ae0ded78484f))
2332
* **otp-input:** add padding adjustments for outlined and filled field decorators ([deedc9b](https://github.com/varletjs/varlet/commit/deedc9bf3e08c0ebddbde4fdd8ddd22e871dad65))

package.json

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

0 commit comments

Comments
 (0)