UNPKG

4.43 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6<a name="1.0.110"></a>
7## [1.0.110](https://github.com/fovea-org/fovea/compare/v1.0.109...v1.0.110) (2018-07-23)
8
9
10
11
12**Note:** Version bump only for package @fovea/style
13
14<a name="1.0.109"></a>
15## [1.0.109](https://github.com/fovea-org/fovea/compare/v1.0.108...v1.0.109) (2018-07-18)
16
17
18
19
20**Note:** Version bump only for package @fovea/style
21
22<a name="1.0.108"></a>
23## [1.0.108](https://github.com/fovea-org/fovea/compare/v1.0.107...v1.0.108) (2018-07-18)
24
25
26### Bug Fixes
27
28* Fixed an issue where connectedCallbacks and disconnectedCallbacks of Custom Attributes would either not fire or fire at the wrong times under some circumstances. ([f20aac9](https://github.com/fovea-org/fovea/commit/f20aac9))
29
30
31
32
33<a name="1.0.107"></a>
34## [1.0.107](https://github.com/fovea-org/fovea/compare/v1.0.106...v1.0.107) (2018-07-16)
35
36
37
38
39**Note:** Version bump only for package @fovea/style
40
41<a name="1.0.106"></a>
42## [1.0.106](https://github.com/fovea-org/fovea/compare/v1.0.105...v1.0.106) (2018-07-15)
43
44
45### Features
46
47* Implemented support for host attributes. This allows hosts to declaratively data bind to the host, including default style properties, classes, custom attributes, et cetera ([b004e10](https://github.com/fovea-org/fovea/commit/b004e10))
48
49
50
51
52<a name="1.0.105"></a>
53## [1.0.105](https://github.com/fovea-org/fovea/compare/v1.0.104...v1.0.105) (2018-07-11)
54
55
56
57
58**Note:** Version bump only for package @fovea/style
59
60<a name="1.0.104"></a>
61## [1.0.104](https://github.com/fovea-org/fovea/compare/v1.0.103...v1.0.104) (2018-07-11)
62
63
64
65
66**Note:** Version bump only for package @fovea/style
67
68<a name="1.0.103"></a>
69## [1.0.103](https://github.com/fovea-org/fovea/compare/v1.0.102...v1.0.103) (2018-07-11)
70
71
72### Bug Fixes
73
74* Fixed an issue where multiple decorators could not annotate the same methods ([c707cd3](https://github.com/fovea-org/fovea/commit/c707cd3))
75* Fixed an issue with a wrong import ([1137b5b](https://github.com/fovea-org/fovea/commit/1137b5b))
76
77
78
79
80<a name="1.0.102"></a>
81## [1.0.102](https://github.com/fovea-org/fovea/compare/v1.0.101...v1.0.102) (2018-07-02)
82
83
84
85
86**Note:** Version bump only for package @fovea/style
87
88<a name="1.0.101"></a>
89## [1.0.101](https://github.com/fovea-org/fovea/compare/v1.0.100...v1.0.101) (2018-07-02)
90
91
92
93
94**Note:** Version bump only for package @fovea/style
95
96<a name="1.0.100"></a>
97## [1.0.100](https://github.com/fovea-org/fovea/compare/v1.0.99...v1.0.100) (2018-07-02)
98
99
100
101
102**Note:** Version bump only for package @fovea/style
103
104<a name="1.0.99"></a>
105## [1.0.99](https://github.com/fovea-org/fovea/compare/v1.0.98...v1.0.99) (2018-06-30)
106
107
108
109
110**Note:** Version bump only for package @fovea/style
111
112<a name="1.0.98"></a>
113## [1.0.98](https://github.com/fovea-org/fovea/compare/v1.0.97...v1.0.98) (2018-06-30)
114
115
116
117
118**Note:** Version bump only for package @fovea/style
119
120<a name="1.0.97"></a>
121## [1.0.97](https://github.com/fovea-org/fovea/compare/v1.0.96...v1.0.97) (2018-06-30)
122
123
124### Bug Fixes
125
126* Missing Fovea plugin for package [@fovea](https://github.com/fovea)/router. Unnecessary dependency injection plugins for packages that doesn't rely on it has been removed ([7ae3e9d](https://github.com/fovea-org/fovea/commit/7ae3e9d))
127
128
129
130
131<a name="1.0.96"></a>
132## [1.0.96](https://github.com/fovea-org/fovea/compare/v1.0.95...v1.0.96) (2018-06-30)
133
134
135
136
137**Note:** Version bump only for package @fovea/style
138
139<a name="1.0.95"></a>
140## [1.0.95](https://github.com/fovea-org/fovea/compare/v1.0.94...v1.0.95) (2018-06-30)
141
142
143
144
145**Note:** Version bump only for package @fovea/style
146
147<a name="1.0.94"></a>
148## [1.0.94](https://github.com/fovea-org/fovea/compare/v0.1.3...v1.0.94) (2018-06-30)
149
150
151### Bug Fixes
152
153* Fixed issues where postcss would be polluted by the scss parser. ([ed5b9bf](https://github.com/fovea-org/fovea/commit/ed5b9bf))
154
155
156
157
158<a name="0.1.3"></a>
159## [0.1.3](https://github.com/fovea-org/fovea/compare/v0.1.2...v0.1.3) (2018-06-30)
160
161
162### Bug Fixes
163
164* Added missing [@types](https://github.com/types)/chokidar to [@fovea](https://github.com/fovea)/cli ([0b1b6b3](https://github.com/fovea-org/fovea/commit/0b1b6b3))
165
166
167
168
169<a name="0.1.2"></a>
170## 0.1.2 (2018-06-30)
171
172
173
174
175**Note:** Version bump only for package @fovea/style
176
177<a name="0.1.1"></a>
178## 0.1.1 (2018-06-30)
179
180
181
182
183**Note:** Version bump only for package @fovea/style