Skip to content

Commit 3a7dd5c

Browse files
chore(release): v1.0.0-beta.1
# 1.0.0-beta.1 (2024-04-29) ### Features * **core:** [styled] add `.attrs` api ([f01d60b](f01d60b)) * **core:** [styled] support reactive style value ([8624512](8624512)) * **core:** [styled] support styling vue component ([c76478a](c76478a)) * **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](5c2a422)) * **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](0952efa)) * **provider:** add `theme provider` ([d4fb106](d4fb106)) ### Performance Improvements * **core:** [styled] improve watch effect ([74ca1f1](74ca1f1)) * **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](669e7ec))
1 parent 06d5090 commit 3a7dd5c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0-beta.1 (2024-04-29)
2+
3+
4+
### Features
5+
6+
* **core:** [styled] add `.attrs` api ([f01d60b](https://github.com/v-vibe/vue-styled-components/commit/f01d60b07812233da7372c3ed990f92d0a0c5ec3))
7+
* **core:** [styled] support reactive style value ([8624512](https://github.com/v-vibe/vue-styled-components/commit/862451212c4d917ac6238e2bd4e52a7f454e226d))
8+
* **core:** [styled] support styling vue component ([c76478a](https://github.com/v-vibe/vue-styled-components/commit/c76478a8836f2ba6de7494596b56da7ac180a740))
9+
* **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](https://github.com/v-vibe/vue-styled-components/commit/5c2a422a68cbdc8cd135121df39a08f4958cc143))
10+
* **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](https://github.com/v-vibe/vue-styled-components/commit/0952efa81fee1494923eebe60e54a85de7402051))
11+
* **provider:** add `theme provider` ([d4fb106](https://github.com/v-vibe/vue-styled-components/commit/d4fb106370ca594b6efa8001bc3c4d2d135b7a66))
12+
13+
14+
### Performance Improvements
15+
16+
* **core:** [styled] improve watch effect ([74ca1f1](https://github.com/v-vibe/vue-styled-components/commit/74ca1f1819ed1575546ccdca817ab1c94a30ff81))
17+
* **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](https://github.com/v-vibe/vue-styled-components/commit/669e7ec0e841d9ce2fe124fbace290ecf2ed7a11))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vvibe/vue-styled-components",
33
"private": false,
4-
"version": "0.0.1",
4+
"version": "1.0.0-beta.1",
55
"type": "module",
66
"files": [
77
"dist/*"

0 commit comments

Comments
 (0)