Skip to content

Commit 8c326f5

Browse files
committed
release: v0.8.4
1 parent 7ebf0f4 commit 8c326f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@ supported, along with full compatibility for props and slots.
105105
[Node since `v22.6.0`](https://nodejs.org/en/learn/typescript/run-natively).
106106
- If you found your local configs are not taking effect (e.g. `style.css`,
107107
`uno.config.ts`), try using this addon as a
108-
[Vue Plugin](#as-a-vue-plugin-experimental) instead (requires `v0.7.0`).
108+
[Vue Plugin](#as-a-vue-plugin-recommended) instead (requires `v0.7.0`).
109109

110110
## Latest Changes
111111

112+
- **`v0.8.4`:** Added support for dynamic icon size in `<Alert>`.
112113
- **`v0.8.3`:** Fixed a bug where `@apply` directives in local CSS files were
113114
not being applied correctly.
114115
- **`v0.8.2`:** Corrected font size of `<Alert>` title.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slidev-addon-naive",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "An addon that brings Naive UI components to Slidev.",
55
"keywords": [
66
"naive-ui",

0 commit comments

Comments
 (0)