Skip to content

Commit 995bf06

Browse files
committed
v3.16.0
1 parent b6db3f6 commit 995bf06

15 files changed

Lines changed: 46 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,45 @@
1-
## [3.15.2](https://github.com/varletjs/varlet/compare/v3.15.1...v3.15.2) (2026-05-03)
1+
# [3.16.0](https://github.com/varletjs/varlet/compare/v3.15.2...v3.16.0) (2026-05-11)
22

33

44
### Bug Fixes
55

66
* **date-picker:** Fixed the issue of inconsistent years in preview mode and close [#1959](https://github.com/varletjs/varlet/issues/1959) ([54a23eb](https://github.com/varletjs/varlet/commit/54a23eb14c6ca0695c0264952de46822c74d7025))
7-
* **release:** update import path for release function ([2e25bb0](https://github.com/varletjs/varlet/commit/2e25bb03b792b4be0e92cd0b54e1fd381794492f))
8-
* **tsconfig:** add vite-plus/client type to tsconfig template ([9a3f541](https://github.com/varletjs/varlet/commit/9a3f541ef95ed8e30a02ce599918a6adf40b801f))
7+
* **docs:** clarify hoverable property description in card and paper documentation ([b6db3f6](https://github.com/varletjs/varlet/commit/b6db3f652a27fda6dbdba27b3361d5417b30908d))
8+
* **otp-input:** update default cell height and max width to improve layout consistency ([0a51c75](https://github.com/varletjs/varlet/commit/0a51c7568d6be76ad20ccb454100a15f571b3416))
9+
* **theme:** prevent theme change from mobile by checking source and update theme handling ([72ef505](https://github.com/varletjs/varlet/commit/72ef505fe18613d4cdf4009421bb9ef763de3228))
910

1011

1112
### Features
1213

14+
* add OTP input component with comprehensive tests and documentation ([26f7bd4](https://github.com/varletjs/varlet/commit/26f7bd4cc249216e98907abfac6b06e1e318dac0))
15+
* **card, paper:** add 'surface="low"' feature with updated documentation and examples for dark mode ([6beef94](https://github.com/varletjs/varlet/commit/6beef942dc0b4beff4aebb2d434d9e7580027912))
16+
* **card, paper:** add hoverable prop with hover effect and update documentation ([4536303](https://github.com/varletjs/varlet/commit/45363036e9e3771be71d676eaaa2882efa45925b))
17+
* **card, paper:** rename 'surface="low"' to 'subtle background' and update related documentation ([16dabe1](https://github.com/varletjs/varlet/commit/16dabe11bc171dc9bd33892655699183033bcffd))
18+
* **card:** add surface prop for low surface preset in MD3 dark mode ([0d1e783](https://github.com/varletjs/varlet/commit/0d1e7831e43fb9cd203d93c6efdfbd940a63ec59))
19+
* **card:** enhance floating behavior with entry tracking for dropdown ([f5b32e0](https://github.com/varletjs/varlet/commit/f5b32e059c202d809946062554743b7d3a909ec0))
1320
* **date-picker:** add fallbackViewDate prop to control panel view date and close [#1951](https://github.com/varletjs/varlet/issues/1951) ([686edcf](https://github.com/varletjs/varlet/commit/686edcf58f09162ecda8d062308249caf29bb01d))
21+
* **index, config:** add feature links to index page and update configuration ([7cc3439](https://github.com/varletjs/varlet/commit/7cc3439415280792153688cd5a99c0e53d9091de))
22+
* **otp-input:** add new style variables for OTP input component customization ([efdb715](https://github.com/varletjs/varlet/commit/efdb715f25a8ab29249ebc5e656a61643392ba85))
23+
* **otp-input:** add OTP field and validation rules to form components; enhance localization and tests ([2f15794](https://github.com/varletjs/varlet/commit/2f15794ccee29d030aea7df51354ae0ded78484f))
24+
* **otp-input:** add padding adjustments for outlined and filled field decorators ([deedc9b](https://github.com/varletjs/varlet/commit/deedc9bf3e08c0ebddbde4fdd8ddd22e871dad65))
25+
* **otp-input:** add variant support, paste handling, and complete event; enhance documentation and styles ([fca36ca](https://github.com/varletjs/varlet/commit/fca36ca65f9a474ea5203c45a297c32e7618f250))
26+
* **otp-input:** enhance validation triggers and event emissions in OTP input component ([5bcc099](https://github.com/varletjs/varlet/commit/5bcc0990c63baf7584944e9e2177f27ee75a9649))
27+
* **theme:** add OTP input styles and update card surface background for dark and light themes ([8737493](https://github.com/varletjs/varlet/commit/8737493d40fd6a13c7a7fedaeeebc06d5fcd57f1))
28+
29+
30+
### Refactoring
31+
32+
* **otp-input:** remove auto-blur prop and update related tests and documentation ([2f420b1](https://github.com/varletjs/varlet/commit/2f420b17d8e032ba36a33cedfe6560b792159422))
33+
* **otp-input:** simplify event handling and remove unused listeners ([b571ab5](https://github.com/varletjs/varlet/commit/b571ab56dc70775c18520b672c63db400107ecbf))
34+
* **otp-input:** update separator styling and remove unused CSS variable ([a80b9ae](https://github.com/varletjs/varlet/commit/a80b9aeaafffc15ce3335ba452ad60f0a916fe5b))
35+
36+
## [3.15.1](https://github.com/varletjs/varlet/compare/v3.15.0...v3.15.1) (2026-04-19)
37+
38+
39+
### Bug Fixes
40+
41+
* **release:** update import path for release function ([2e25bb0](https://github.com/varletjs/varlet/commit/2e25bb03b792b4be0e92cd0b54e1fd381794492f))
42+
* **tsconfig:** add vite-plus/client type to tsconfig template ([9a3f541](https://github.com/varletjs/varlet/commit/9a3f541ef95ed8e30a02ce599918a6adf40b801f))
1443

1544
# [3.15.0](https://github.com/varletjs/varlet/compare/v3.14.2...v3.15.0) (2026-04-19)
1645

package.json

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

0 commit comments

Comments
 (0)