Skip to content

Commit

Permalink
Merge pull request #183 from qianmoQ/feature-components
Browse files Browse the repository at this point in the history
chore(release): 2024.5.3
  • Loading branch information
qianmoQ authored Dec 23, 2024
2 parents 97a03df + 0226124 commit 9c2210a
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ export default {
activeMatch: '/components'
},
{
text: '2024.5.2 <span class="VPBadge danger" style="margin-left: -18px; position: absolute; bottom: 38px;">Latest</span>',
text: '2024.5.3 <span class="VPBadge danger" style="margin-left: -18px; position: absolute; bottom: 38px;">Latest</span>',
items: [
{
text: 'CHANGELOG <span class="VPBadge tip">2024.5.2</span>',
text: 'CHANGELOG <span class="VPBadge tip">2024.5.3</span>',
link: '/changelog',
activeMatch: '/changelog'
},
Expand Down
54 changes: 54 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9c2210a

Please sign in to comment.