|
1 | | -## [1.4.1](https://github.com/v-vibe/vue-styled-components/compare/v1.4.0...v1.4.1) (2024-08-16) |
| 1 | +## [1.4.1](https://github.com/vue-styled-components/core/compare/v1.4.0...v1.4.1) (2024-08-16) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | ### Bug Fixes |
5 | 5 |
|
6 | | -* **helper:** [create-global-style] cannot apply style correctly ([ccd9805](https://github.com/v-vibe/vue-styled-components/commit/ccd980506ef70983e4b974820edfc714c1729b54)) |
| 6 | +* **helper:** [create-global-style] cannot apply style correctly ([ccd9805](https://github.com/vue-styled-components/core/commit/ccd980506ef70983e4b974820edfc714c1729b54)) |
7 | 7 |
|
8 | | -# [1.4.0](https://github.com/v-vibe/vue-styled-components/compare/v1.3.1...v1.4.0) (2024-08-15) |
| 8 | +# [1.4.0](https://github.com/vue-styled-components/core/compare/v1.3.1...v1.4.0) (2024-08-15) |
9 | 9 |
|
10 | 10 |
|
11 | 11 | ### Bug Fixes |
12 | 12 |
|
13 | | -* **core:** [styled] autmatically infer props type ([176f06a](https://github.com/v-vibe/vue-styled-components/commit/176f06ae9298a7cafdb2e5241a1d5e0a093f14fa)) |
| 13 | +* **core:** [styled] autmatically infer props type ([176f06a](https://github.com/vue-styled-components/core/commit/176f06ae9298a7cafdb2e5241a1d5e0a093f14fa)) |
14 | 14 |
|
15 | 15 |
|
16 | 16 | ### Features |
17 | 17 |
|
18 | | -* implement automatic addition of vendor prefixes to CSS styles and add support for nested CSS in legacy browsers([#19](https://github.com/v-vibe/vue-styled-components/issues/19)) ([2fc5b48](https://github.com/v-vibe/vue-styled-components/commit/2fc5b48e49345c0e4238667ee22173f09ea81070)) |
| 18 | +* implement automatic addition of vendor prefixes to CSS styles and add support for nested CSS in legacy browsers([#19](https://github.com/vue-styled-components/core/issues/19)) ([2fc5b48](https://github.com/vue-styled-components/core/commit/2fc5b48e49345c0e4238667ee22173f09ea81070)) |
19 | 19 |
|
20 | | -## [1.3.1](https://github.com/v-vibe/vue-styled-components/compare/v1.3.0...v1.3.1) (2024-07-24) |
| 20 | +## [1.3.1](https://github.com/vue-styled-components/core/compare/v1.3.0...v1.3.1) (2024-07-24) |
21 | 21 |
|
22 | 22 |
|
23 | 23 | ### Bug Fixes |
24 | 24 |
|
25 | | -* **theme-provider:** reactive theme loss issue ([#15](https://github.com/v-vibe/vue-styled-components/issues/15)) ([29f02b9](https://github.com/v-vibe/vue-styled-components/commit/29f02b9cb85b0bf311e277fe8681e4dcbde91206)) |
| 25 | +* **theme-provider:** reactive theme loss issue ([#15](https://github.com/vue-styled-components/core/issues/15)) ([29f02b9](https://github.com/vue-styled-components/core/commit/29f02b9cb85b0bf311e277fe8681e4dcbde91206)) |
26 | 26 |
|
27 | | -## [1.3.1-beta.1](https://github.com/v-vibe/vue-styled-components/compare/v1.3.0...v1.3.1-beta.1) (2024-07-22) |
| 27 | +## [1.3.1-beta.1](https://github.com/vue-styled-components/core/compare/v1.3.0...v1.3.1-beta.1) (2024-07-22) |
28 | 28 |
|
29 | 29 |
|
30 | 30 | ### Bug Fixes |
31 | 31 |
|
32 | | -* **theme-provider:** reactive theme loss issue ([#15](https://github.com/v-vibe/vue-styled-components/issues/15)) ([29f02b9](https://github.com/v-vibe/vue-styled-components/commit/29f02b9cb85b0bf311e277fe8681e4dcbde91206)) |
| 32 | +* **theme-provider:** reactive theme loss issue ([#15](https://github.com/vue-styled-components/core/issues/15)) ([29f02b9](https://github.com/vue-styled-components/core/commit/29f02b9cb85b0bf311e277fe8681e4dcbde91206)) |
33 | 33 |
|
34 | | -# [1.3.0](https://github.com/v-vibe/vue-styled-components/compare/v1.2.0...v1.3.0) (2024-07-18) |
| 34 | +# [1.3.0](https://github.com/vue-styled-components/core/compare/v1.2.0...v1.3.0) (2024-07-18) |
35 | 35 |
|
36 | 36 |
|
37 | 37 | ### Features |
38 | 38 |
|
39 | | -* **core:** [styled] support embed css ([9ce5920](https://github.com/v-vibe/vue-styled-components/commit/9ce5920e8b2ccc049bae23d4491179d50ea237ec)) |
40 | | -* **utils:** [style-management] auto clear style when the component unmounted ([0678b03](https://github.com/v-vibe/vue-styled-components/commit/0678b03b4a179b62f5179503e471557fdfdf0269)) |
| 39 | +* **core:** [styled] support embed css ([9ce5920](https://github.com/vue-styled-components/core/commit/9ce5920e8b2ccc049bae23d4491179d50ea237ec)) |
| 40 | +* **utils:** [style-management] auto clear style when the component unmounted ([0678b03](https://github.com/vue-styled-components/core/commit/0678b03b4a179b62f5179503e471557fdfdf0269)) |
41 | 41 |
|
42 | | -# [1.3.0-beta.1](https://github.com/v-vibe/vue-styled-components/compare/v1.2.0...v1.3.0-beta.1) (2024-07-17) |
| 42 | +# [1.3.0-beta.1](https://github.com/vue-styled-components/core/compare/v1.2.0...v1.3.0-beta.1) (2024-07-17) |
43 | 43 |
|
44 | 44 |
|
45 | 45 | ### Features |
46 | 46 |
|
47 | | -* **core:** [styled] support embed css ([9ce5920](https://github.com/v-vibe/vue-styled-components/commit/9ce5920e8b2ccc049bae23d4491179d50ea237ec)) |
48 | | -* **utils:** [style-management] auto clear style when the component unmounted ([0678b03](https://github.com/v-vibe/vue-styled-components/commit/0678b03b4a179b62f5179503e471557fdfdf0269)) |
| 47 | +* **core:** [styled] support embed css ([9ce5920](https://github.com/vue-styled-components/core/commit/9ce5920e8b2ccc049bae23d4491179d50ea237ec)) |
| 48 | +* **utils:** [style-management] auto clear style when the component unmounted ([0678b03](https://github.com/vue-styled-components/core/commit/0678b03b4a179b62f5179503e471557fdfdf0269)) |
49 | 49 |
|
50 | | -# [1.2.0](https://github.com/v-vibe/vue-styled-components/compare/v1.1.0...v1.2.0) (2024-05-23) |
| 50 | +# [1.2.0](https://github.com/vue-styled-components/core/compare/v1.1.0...v1.2.0) (2024-05-23) |
51 | 51 |
|
52 | 52 |
|
53 | 53 | ### Features |
54 | 54 |
|
55 | | -* **helper:** [cssClass] add function to generate common class ([fa57d0c](https://github.com/v-vibe/vue-styled-components/commit/fa57d0c653a2edcb897cf86d6b2e3889cc2d8330)) |
| 55 | +* **helper:** [cssClass] add function to generate common class ([fa57d0c](https://github.com/vue-styled-components/core/commit/fa57d0c653a2edcb897cf86d6b2e3889cc2d8330)) |
56 | 56 |
|
57 | | -# [1.1.0](https://github.com/v-vibe/vue-styled-components/compare/v1.0.1...v1.1.0) (2024-05-17) |
| 57 | +# [1.1.0](https://github.com/vue-styled-components/core/compare/v1.0.1...v1.1.0) (2024-05-17) |
58 | 58 |
|
59 | 59 |
|
60 | 60 | ### Features |
61 | 61 |
|
62 | | -* **core:** [styled] support passing type for props ([691be76](https://github.com/v-vibe/vue-styled-components/commit/691be768583d33a5b64390a6954bd388f0e51867)) |
| 62 | +* **core:** [styled] support passing type for props ([691be76](https://github.com/vue-styled-components/core/commit/691be768583d33a5b64390a6954bd388f0e51867)) |
63 | 63 |
|
64 | | -# [1.1.0-beta.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.1...v1.1.0-beta.1) (2024-05-16) |
| 64 | +# [1.1.0-beta.1](https://github.com/vue-styled-components/core/compare/v1.0.1...v1.1.0-beta.1) (2024-05-16) |
65 | 65 |
|
66 | 66 |
|
67 | 67 | ### Features |
68 | 68 |
|
69 | | -* **core:** [styled] support passing type for props ([691be76](https://github.com/v-vibe/vue-styled-components/commit/691be768583d33a5b64390a6954bd388f0e51867)) |
| 69 | +* **core:** [styled] support passing type for props ([691be76](https://github.com/vue-styled-components/core/commit/691be768583d33a5b64390a6954bd388f0e51867)) |
70 | 70 |
|
71 | | -## [1.0.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.0...v1.0.1) (2024-05-10) |
| 71 | +## [1.0.1](https://github.com/vue-styled-components/core/compare/v1.0.0...v1.0.1) (2024-05-10) |
72 | 72 |
|
73 | 73 |
|
74 | 74 | ### Bug Fixes |
75 | 75 |
|
76 | | -* **core:** animation doesn't working ([41fb553](https://github.com/v-vibe/vue-styled-components/commit/41fb5535ba9b0ecb5aa0c79700846a3e36f09d85)) |
77 | | -* **core:** identical styles cannot override ([#6](https://github.com/v-vibe/vue-styled-components/issues/6)) ([fe1cf46](https://github.com/v-vibe/vue-styled-components/commit/fe1cf46297aa45f20b77b11a2dec22931f196027)) |
| 76 | +* **core:** animation doesn't working ([41fb553](https://github.com/vue-styled-components/core/commit/41fb5535ba9b0ecb5aa0c79700846a3e36f09d85)) |
| 77 | +* **core:** identical styles cannot override ([#6](https://github.com/vue-styled-components/core/issues/6)) ([fe1cf46](https://github.com/vue-styled-components/core/commit/fe1cf46297aa45f20b77b11a2dec22931f196027)) |
78 | 78 |
|
79 | 79 | # 1.0.0 (2024-05-02) |
80 | 80 |
|
81 | 81 |
|
82 | 82 | ### Bug Fixes |
83 | 83 |
|
84 | | -* **core:** [styled] `as` does not take effect ([9f143b2](https://github.com/v-vibe/vue-styled-components/commit/9f143b2e534e4155d5593f450a1bb01287d82cdc)) |
| 84 | +* **core:** [styled] `as` does not take effect ([9f143b2](https://github.com/vue-styled-components/core/commit/9f143b2e534e4155d5593f450a1bb01287d82cdc)) |
85 | 85 |
|
86 | 86 |
|
87 | 87 | ### Features |
88 | 88 |
|
89 | | -* **core:** [styled] add `.attrs` api ([f01d60b](https://github.com/v-vibe/vue-styled-components/commit/f01d60b07812233da7372c3ed990f92d0a0c5ec3)) |
90 | | -* **core:** [styled] support reactive style value ([8624512](https://github.com/v-vibe/vue-styled-components/commit/862451212c4d917ac6238e2bd4e52a7f454e226d)) |
91 | | -* **core:** [styled] support styling vue component ([c76478a](https://github.com/v-vibe/vue-styled-components/commit/c76478a8836f2ba6de7494596b56da7ac180a740)) |
92 | | -* **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](https://github.com/v-vibe/vue-styled-components/commit/5c2a422a68cbdc8cd135121df39a08f4958cc143)) |
93 | | -* **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](https://github.com/v-vibe/vue-styled-components/commit/0952efa81fee1494923eebe60e54a85de7402051)) |
94 | | -* **provider:** add `theme provider` ([d4fb106](https://github.com/v-vibe/vue-styled-components/commit/d4fb106370ca594b6efa8001bc3c4d2d135b7a66)) |
| 89 | +* **core:** [styled] add `.attrs` api ([f01d60b](https://github.com/vue-styled-components/core/commit/f01d60b07812233da7372c3ed990f92d0a0c5ec3)) |
| 90 | +* **core:** [styled] support reactive style value ([8624512](https://github.com/vue-styled-components/core/commit/862451212c4d917ac6238e2bd4e52a7f454e226d)) |
| 91 | +* **core:** [styled] support styling vue component ([c76478a](https://github.com/vue-styled-components/core/commit/c76478a8836f2ba6de7494596b56da7ac180a740)) |
| 92 | +* **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](https://github.com/vue-styled-components/core/commit/5c2a422a68cbdc8cd135121df39a08f4958cc143)) |
| 93 | +* **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](https://github.com/vue-styled-components/core/commit/0952efa81fee1494923eebe60e54a85de7402051)) |
| 94 | +* **provider:** add `theme provider` ([d4fb106](https://github.com/vue-styled-components/core/commit/d4fb106370ca594b6efa8001bc3c4d2d135b7a66)) |
95 | 95 |
|
96 | 96 |
|
97 | 97 | ### Performance Improvements |
98 | 98 |
|
99 | | -* **core:** [styled] improve watch effect ([74ca1f1](https://github.com/v-vibe/vue-styled-components/commit/74ca1f1819ed1575546ccdca817ab1c94a30ff81)) |
100 | | -* **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](https://github.com/v-vibe/vue-styled-components/commit/669e7ec0e841d9ce2fe124fbace290ecf2ed7a11)) |
| 99 | +* **core:** [styled] improve watch effect ([74ca1f1](https://github.com/vue-styled-components/core/commit/74ca1f1819ed1575546ccdca817ab1c94a30ff81)) |
| 100 | +* **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](https://github.com/vue-styled-components/core/commit/669e7ec0e841d9ce2fe124fbace290ecf2ed7a11)) |
101 | 101 |
|
102 | | -# [1.0.0-beta.2](https://github.com/v-vibe/vue-styled-components/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-04-29) |
| 102 | +# [1.0.0-beta.2](https://github.com/vue-styled-components/core/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-04-29) |
103 | 103 |
|
104 | 104 |
|
105 | 105 | ### Bug Fixes |
106 | 106 |
|
107 | | -* **core:** [styled] `as` does not take effect ([9f143b2](https://github.com/v-vibe/vue-styled-components/commit/9f143b2e534e4155d5593f450a1bb01287d82cdc)) |
| 107 | +* **core:** [styled] `as` does not take effect ([9f143b2](https://github.com/vue-styled-components/core/commit/9f143b2e534e4155d5593f450a1bb01287d82cdc)) |
108 | 108 |
|
109 | 109 | # 1.0.0-beta.1 (2024-04-29) |
110 | 110 |
|
111 | 111 |
|
112 | 112 | ### Features |
113 | 113 |
|
114 | | -* **core:** [styled] add `.attrs` api ([f01d60b](https://github.com/v-vibe/vue-styled-components/commit/f01d60b07812233da7372c3ed990f92d0a0c5ec3)) |
115 | | -* **core:** [styled] support reactive style value ([8624512](https://github.com/v-vibe/vue-styled-components/commit/862451212c4d917ac6238e2bd4e52a7f454e226d)) |
116 | | -* **core:** [styled] support styling vue component ([c76478a](https://github.com/v-vibe/vue-styled-components/commit/c76478a8836f2ba6de7494596b56da7ac180a740)) |
117 | | -* **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](https://github.com/v-vibe/vue-styled-components/commit/5c2a422a68cbdc8cd135121df39a08f4958cc143)) |
118 | | -* **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](https://github.com/v-vibe/vue-styled-components/commit/0952efa81fee1494923eebe60e54a85de7402051)) |
119 | | -* **provider:** add `theme provider` ([d4fb106](https://github.com/v-vibe/vue-styled-components/commit/d4fb106370ca594b6efa8001bc3c4d2d135b7a66)) |
| 114 | +* **core:** [styled] add `.attrs` api ([f01d60b](https://github.com/vue-styled-components/core/commit/f01d60b07812233da7372c3ed990f92d0a0c5ec3)) |
| 115 | +* **core:** [styled] support reactive style value ([8624512](https://github.com/vue-styled-components/core/commit/862451212c4d917ac6238e2bd4e52a7f454e226d)) |
| 116 | +* **core:** [styled] support styling vue component ([c76478a](https://github.com/vue-styled-components/core/commit/c76478a8836f2ba6de7494596b56da7ac180a740)) |
| 117 | +* **helper:** add apis of `keyframes` and `createGlobalStyle` ([5c2a422](https://github.com/vue-styled-components/core/commit/5c2a422a68cbdc8cd135121df39a08f4958cc143)) |
| 118 | +* **hooks:** [use-styled-calss-name] add hook to get styled class name ([0952efa](https://github.com/vue-styled-components/core/commit/0952efa81fee1494923eebe60e54a85de7402051)) |
| 119 | +* **provider:** add `theme provider` ([d4fb106](https://github.com/vue-styled-components/core/commit/d4fb106370ca594b6efa8001bc3c4d2d135b7a66)) |
120 | 120 |
|
121 | 121 |
|
122 | 122 | ### Performance Improvements |
123 | 123 |
|
124 | | -* **core:** [styled] improve watch effect ([74ca1f1](https://github.com/v-vibe/vue-styled-components/commit/74ca1f1819ed1575546ccdca817ab1c94a30ff81)) |
125 | | -* **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](https://github.com/v-vibe/vue-styled-components/commit/669e7ec0e841d9ce2fe124fbace290ecf2ed7a11)) |
| 124 | +* **core:** [styled] improve watch effect ([74ca1f1](https://github.com/vue-styled-components/core/commit/74ca1f1819ed1575546ccdca817ab1c94a30ff81)) |
| 125 | +* **helper:** [keyframes] generate unique name for `keyframes` ([669e7ec](https://github.com/vue-styled-components/core/commit/669e7ec0e841d9ce2fe124fbace290ecf2ed7a11)) |
0 commit comments