Skip to content

Commit e513ecb

Browse files
chore(release): v1.8.0
# [1.8.0](v1.7.3...v1.8.0) (2024-10-17) ### Features * **attrs:** support passing a function to generate attrs ([d6c4db1](d6c4db1)) * **attrs:** support using attrs value in style ([5e32b20](5e32b20)) * **hooks:** add `useTheme` ([f82e67f](f82e67f)) * **styled:** support using `StyledComponent` as selector ([ae52619](ae52619)) * **theme:** support embed theme provider and passing a function to theme prop ([7ef63d9](7ef63d9))
1 parent 1813d8e commit e513ecb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.8.0](https://github.com/vue-styled-components/core/compare/v1.7.3...v1.8.0) (2024-10-17)
2+
3+
4+
### Features
5+
6+
* **attrs:** support passing a function to generate attrs ([d6c4db1](https://github.com/vue-styled-components/core/commit/d6c4db15ade756d63a5d21c8300468f29068a191))
7+
* **attrs:** support using attrs value in style ([5e32b20](https://github.com/vue-styled-components/core/commit/5e32b20f548b9023b478b61241a3efffc3ab670c))
8+
* **hooks:** add `useTheme` ([f82e67f](https://github.com/vue-styled-components/core/commit/f82e67fc3466de6a2a220730a1f7f14249f7b687))
9+
* **styled:** support using `StyledComponent` as selector ([ae52619](https://github.com/vue-styled-components/core/commit/ae52619219cc85687fa2366defa92b4b17050b1d))
10+
* **theme:** support embed theme provider and passing a function to theme prop ([7ef63d9](https://github.com/vue-styled-components/core/commit/7ef63d93600b24b65414682197fc984052212e26))
11+
112
# [1.8.0-alpha.2](https://github.com/vue-styled-components/core/compare/v1.8.0-alpha.1...v1.8.0-alpha.2) (2024-09-23)
213

314

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-styled-components/core",
3-
"version": "1.8.0-alpha.2",
3+
"version": "1.8.0",
44
"type": "module",
55
"files": [
66
"dist/*"

0 commit comments

Comments
 (0)