From 0226124ef453578c12c9793714f1bbb0c26c6408 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Mon, 23 Dec 2024 13:10:29 +0800 Subject: [PATCH] chore(release): 2024.5.3 --- CHANGELOG.md | 2 +- docs/.vitepress/config.js | 4 +-- docs/changelog.md | 54 +++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 58 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57b1599..03b33ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### 2024.5.3 +### 2024.5.3 (2024-12-23) #### Core diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 51531ef3..b4863f79 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -66,10 +66,10 @@ export default { activeMatch: '/components' }, { - text: '2024.5.2 Latest', + text: '2024.5.3 Latest', items: [ { - text: 'CHANGELOG 2024.5.2', + text: 'CHANGELOG 2024.5.3', link: '/changelog', activeMatch: '/changelog' }, diff --git a/docs/changelog.md b/docs/changelog.md index 0c517cb1..2fbfab06 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,60 @@ title: "Release Notes" # Changelog +## 2024.5.3 (2024-12-23) + +#### Core + +- add component documentation generation script +- add publish ci + +#### QrCode + +- feat: support padding and rounded +- feat: support margin +- feat: support img slot + +#### Workflow + +- fix: repair data does not return data + +#### Logger + +- feat: support custom patterns + +#### Number + +- fix: fix the maximum and minimum value out of bounds + +#### Time Picker + +- feat: support formatter and parser +- feat: support disabled and clearable +- feat: support quick times +- feat: support format + +#### Color Picker + +- support disabled and readonly +- support presetColors +- support transparency +- support hsl +- support showPanel, showDropper, showTransparency, showFormat + +#### Date Picker + +- feat: support disabled and readonly +- feat: support format +- feat: support clearable +- feat: support show shortcuts +- feat: support previous and next year +- feat: support highlighting today +- feat: support range + +#### Cron + +- feat: support cron + ## 2024.5.2 (2024-12-15) ### ✨ Features diff --git a/package.json b/package.json index d1c39e85..a5494e79 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "devlive-community", "homepage": "https://view-shadcn-ui.devlive.org", "private": false, - "version": "2024.5.3-alpha.1734608572", + "version": "2024.5.3", "license": "MIT", "main": "./dist/view-shadcn.umd.ts", "module": "./dist/view-shadcn.es.ts",