@worktile/planet 13.0.0 → 14.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,417 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ <a name="14.0.0-next.0"></a>
6
+ # [14.0.0-next.0](https://github.com/worktile/ngx-planet/compare/13.0.0...14.0.0-next.0) (2022-08-12)
7
+
8
+
9
+
10
+ <a name="13.0.0"></a>
11
+ # [13.0.0](https://github.com/worktile/ngx-planet/compare/12.1.2...13.0.0) (2022-05-16)
12
+
13
+
14
+
15
+ <a name="12.1.2"></a>
16
+ ## [12.1.2](https://github.com/worktile/ngx-planet/compare/12.1.0...12.1.2) (2022-01-12)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * can not reload component without refresh page ([8a9b352](https://github.com/worktile/ngx-planet/commit/8a9b352))
22
+ * **app-loader:** load assets error will cause other preloaded apps to fail to bootstrap [#214](https://github.com/worktile/ngx-planet/issues/214) ([609b65d](https://github.com/worktile/ngx-planet/commit/609b65d))
23
+
24
+
25
+ ### Features
26
+
27
+ * **planet:** update type of BootstrapAppModule for ts strict mode #OSP-248 ([2473004](https://github.com/worktile/ngx-planet/commit/2473004)), closes [#OSP-248](https://github.com/worktile/ngx-planet/issues/OSP-248)
28
+
29
+
30
+
31
+ ## [12.1.1](https://github.com/worktile/ngx-planet/compare/12.1.0...12.1.1) (2022-01-12)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **app-loader:** load assets error will cause other preloaded apps to fail to bootstrap [#214](https://github.com/worktile/ngx-planet/issues/214) ([609b65d](https://github.com/worktile/ngx-planet/commit/609b65d9808c08208b6d9165f3ccef5a2c73e111))
37
+ * can not reload component without refresh page ([8a9b352](https://github.com/worktile/ngx-planet/commit/8a9b352f98e1b59e9f756615f1652b915369a762))
38
+
39
+
40
+ ### Features
41
+
42
+ * **planet:** update type of BootstrapAppModule for ts strict mode #OSP-248 ([2473004](https://github.com/worktile/ngx-planet/commit/2473004b111bc1fac9d531c88f6bec35f73fa603)), closes [#OSP-248](https://github.com/worktile/ngx-planet/issues/OSP-248)
43
+
44
+
45
+
46
+ # [12.1.0](https://github.com/worktile/ngx-planet/compare/12.0.0...12.1.0) (2021-09-29)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * update peerDependencies to 12.0.0 ([4ff9f6d](https://github.com/worktile/ngx-planet/commit/4ff9f6d9f3532d9be3aa6f9b66e8b48c0592076a))
52
+
53
+
54
+ ### Features
55
+
56
+ * **sandbox:** support proxy sandbox ([#208](https://github.com/worktile/ngx-planet/issues/208)) ([d281bf8](https://github.com/worktile/ngx-planet/commit/d281bf8d7d3ceb0724bcdfbaf0b8c8fb87750961))
57
+
58
+
59
+
60
+ <a name="12.0.0"></a>
61
+ # [12.0.0](https://github.com/worktile/ngx-planet/compare/10.0.0...12.0.0) (2021-06-24)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **app-loader:** add hack isInAngularZoneisInAngularZone for resolve error Expected to not be in Angular Zone, but it is! [#197](https://github.com/worktile/ngx-planet/issues/197) ([14c6f9d](https://github.com/worktile/ngx-planet/commit/14c6f9d))
67
+ * **app-loader:** should active subapp when subapp is bootstrapping by preload #OSP-127 ([db1f4f9](https://github.com/worktile/ngx-planet/commit/db1f4f9)), closes [#OSP-127](https://github.com/worktile/ngx-planet/issues/OSP-127)
68
+
69
+
70
+ ### Features
71
+
72
+ * **app-loader:** add debug log for app loader #OSP-129 ([#191](https://github.com/worktile/ngx-planet/issues/191)) ([ed2621d](https://github.com/worktile/ngx-planet/commit/ed2621d)), closes [#OSP-129](https://github.com/worktile/ngx-planet/issues/OSP-129)
73
+ * **planet:** add debug integration #OSP-128 ([7e653f1](https://github.com/worktile/ngx-planet/commit/7e653f1)), closes [#OSP-128](https://github.com/worktile/ngx-planet/issues/OSP-128)
74
+
75
+
76
+
77
+ ## [11.0.0](https://github.com/worktile/ngx-planet/compare/10.0.0...11.0.0) (2021-05-21)
78
+
79
+
80
+ ### Features
81
+
82
+ * **app-loader:** add debug log for app loader #OSP-129 ([#191](https://github.com/worktile/ngx-planet/issues/191)) ([ed2621d](https://github.com/worktile/ngx-planet/commit/ed2621d2702a4b5b5179782de96ca96907e27c77)), closes [#OSP-129](https://github.com/worktile/ngx-planet/issues/OSP-129)
83
+ * **planet:** add debug integration #OSP-128 ([7e653f1](https://github.com/worktile/ngx-planet/commit/7e653f155f73738658b3d0680fd0eb34e75e5cf6)), closes [#OSP-128](https://github.com/worktile/ngx-planet/issues/OSP-128)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **app-loader:** should active subapp when subapp is bootstrapping by preload #OSP-127 ([db1f4f9](https://github.com/worktile/ngx-planet/commit/db1f4f9eea9eb7d98cb9d768ab47fbe50f8cda3b)), closes [#OSP-127](https://github.com/worktile/ngx-planet/issues/OSP-127)
89
+
90
+ ## [10.0.0](https://github.com/worktile/ngx-planet/compare/9.1.0...10.0.0) (2021-05-20)
91
+
92
+
93
+ ### Features
94
+
95
+ * update angular and ngx-tethys to 10.x ([#167](https://github.com/worktile/ngx-planet/issues/167)) ([dc110df](https://github.com/worktile/ngx-planet/commit/dc110df7459c37edadf5da5c7eed5b22fcae4994))
96
+
97
+ ## [9.2.0](https://github.com/worktile/ngx-planet/compare/9.1.0...9.2.0) (2021-05-20)
98
+
99
+
100
+ ### Features
101
+
102
+ * update angular and ngx-tethys to 10.x ([#167](https://github.com/worktile/ngx-planet/issues/167)) ([dc110df](https://github.com/worktile/ngx-planet/commit/dc110df7459c37edadf5da5c7eed5b22fcae4994))
103
+
104
+ ## [9.1.0](https://github.com/worktile/ngx-planet/compare/9.0.6...9.1.0) (2020-12-28)
105
+
106
+
107
+ ### Features
108
+
109
+ * support style isolation ([#166](https://github.com/worktile/ngx-planet/issues/166)) ([5a6d6e0](https://github.com/worktile/ngx-planet/commit/5a6d6e0d5aee5e933e2484dae70b82f9ab429cb5))
110
+
111
+ ### [9.0.6](https://github.com/worktile/ngx-planet/compare/9.0.2...9.0.6) (2020-12-17)
112
+
113
+
114
+ ### Bug Fixes
115
+
116
+ * **app-loader:** should not set loading when app assets is loaded [#107](https://github.com/worktile/ngx-planet/issues/107) ([09a3f2e](https://github.com/worktile/ngx-planet/commit/09a3f2e8eca2a69d0afbad183aa82390a27bed15))
117
+ * **app-loader:** should throw specify error when sub app not found in bootstrapApp [#113](https://github.com/worktile/ngx-planet/issues/113) ([#158](https://github.com/worktile/ngx-planet/issues/158)) ([20deb37](https://github.com/worktile/ngx-planet/commit/20deb37217fc60804aa7a3331780148ef6fc2e1a))
118
+ * **component:** add TComp generic for component load type ([c53e105](https://github.com/worktile/ngx-planet/commit/c53e10581a2a5bd5bc5e05d3cf88f3629493914a))
119
+ * **component:** load component set TComp as first ([a7f79ce](https://github.com/worktile/ngx-planet/commit/a7f79ce7af0978a89b1e2532f34f8d501360aada))
120
+ * **planet-component-loader:** move delay to load function and replace delay with delayWhen [#159](https://github.com/worktile/ngx-planet/issues/159) ([fbc5610](https://github.com/worktile/ngx-planet/commit/fbc5610d7451c3c4a5b84f1192b2e5217a8ad327))
121
+ * resolve error Expected to not be in Angular Zone, but it is! ([d51fb8f](https://github.com/worktile/ngx-planet/commit/d51fb8f074012ead1cb7a5ff8ac215c65ce30b28))
122
+
123
+ ### [9.0.5](https://github.com/worktile/ngx-planet/compare/9.0.2...9.0.5) (2020-12-17)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * **app-loader:** should not set loading when app assets is loaded [#107](https://github.com/worktile/ngx-planet/issues/107) ([09a3f2e](https://github.com/worktile/ngx-planet/commit/09a3f2e8eca2a69d0afbad183aa82390a27bed15))
129
+ * **app-loader:** should throw specify error when sub app not found in bootstrapApp [#113](https://github.com/worktile/ngx-planet/issues/113) ([#158](https://github.com/worktile/ngx-planet/issues/158)) ([20deb37](https://github.com/worktile/ngx-planet/commit/20deb37217fc60804aa7a3331780148ef6fc2e1a))
130
+ * **component:** add TComp generic for component load type ([c53e105](https://github.com/worktile/ngx-planet/commit/c53e10581a2a5bd5bc5e05d3cf88f3629493914a))
131
+ * **component:** move delay to load function and replace delay with delayWhen [#159](https://github.com/worktile/ngx-planet/issues/159) ([fbc5610](https://github.com/worktile/ngx-planet/commit/fbc5610d7451c3c4a5b84f1192b2e5217a8ad327))
132
+ * resolve error Expected to not be in Angular Zone, but it is! ([d51fb8f](https://github.com/worktile/ngx-planet/commit/d51fb8f074012ead1cb7a5ff8ac215c65ce30b28))
133
+
134
+ ### [9.0.4](https://github.com/worktile/ngx-planet/compare/9.0.2...9.0.4) (2020-12-12)
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * resolve error Expected to not be in Angular Zone, but it is! ([d51fb8f](https://github.com/worktile/ngx-planet/commit/d51fb8f074012ead1cb7a5ff8ac215c65ce30b28))
140
+ * **app-loader:** should not set loading when app assets is loaded [#107](https://github.com/worktile/ngx-planet/issues/107) ([09a3f2e](https://github.com/worktile/ngx-planet/commit/09a3f2e8eca2a69d0afbad183aa82390a27bed15))
141
+
142
+ ### [9.0.3](https://github.com/worktile/ngx-planet/compare/9.0.2...9.0.3) (2020-12-12)
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * **app-loader:** should not set loading when app assets is loaded [#107](https://github.com/worktile/ngx-planet/issues/107) ([09a3f2e](https://github.com/worktile/ngx-planet/commit/09a3f2e8eca2a69d0afbad183aa82390a27bed15))
148
+
149
+ ### [9.0.2](https://github.com/worktile/ngx-planet/compare/9.0.1-beta.3...9.0.2) (2020-12-10)
150
+
151
+
152
+ ### Bug Fixes
153
+
154
+ * **application-loader:** fix preload app load component not display ([0a3abd2](https://github.com/worktile/ngx-planet/commit/0a3abd2f139bf66ed08587f87477d201414ddffa))
155
+ * **application-loader:** remove debug logs, fix preload app load component ([#153](https://github.com/worktile/ngx-planet/issues/153)) ([24413e6](https://github.com/worktile/ngx-planet/commit/24413e6a164b0206949335d92faf3bf5df199ead))
156
+
157
+ ### [9.0.1-beta.6](https://github.com/worktile/ngx-planet/compare/9.0.1-beta.3...9.0.1-beta.6) (2020-12-10)
158
+
159
+
160
+ ### Bug Fixes
161
+
162
+ * **application-loader:** fix preload app load component not display ([0a3abd2](https://github.com/worktile/ngx-planet/commit/0a3abd2f139bf66ed08587f87477d201414ddffa))
163
+
164
+ ### [9.0.1-beta.5](https://github.com/worktile/ngx-planet/compare/9.0.1-beta.3...9.0.1-beta.5) (2020-12-10)
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * **application-loader:** fix preload app load component not display ([0a3abd2](https://github.com/worktile/ngx-planet/commit/0a3abd2f139bf66ed08587f87477d201414ddffa))
170
+
171
+ ### [9.0.1-beta.4](https://github.com/worktile/ngx-planet/compare/9.0.1-beta.3...9.0.1-beta.4) (2020-12-10)
172
+
173
+
174
+ ### Bug Fixes
175
+
176
+ * **application-loader:** fix preload app load component not display ([0a3abd2](https://github.com/worktile/ngx-planet/commit/0a3abd2f139bf66ed08587f87477d201414ddffa))
177
+
178
+ ### [9.0.1-beta.3](https://github.com/worktile/ngx-planet/compare/9.0.1-beta.2...9.0.1-beta.3) (2020-12-09)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * **application-loader:** fix preload error when app assetsLoaded ([e1fba40](https://github.com/worktile/ngx-planet/commit/e1fba402b0e72884f07cd6f7454b224f507c8610))
184
+
185
+ ### [9.0.1-beta.2](https://github.com/worktile/ngx-planet/compare/1.2.3...9.0.1-beta.2) (2020-12-09)
186
+
187
+
188
+ ### Features
189
+
190
+ * asset-loader,application-loader,component-loader, preload add debug logs ([#142](https://github.com/worktile/ngx-planet/issues/142)) ([2e21ab0](https://github.com/worktile/ngx-planet/commit/2e21ab09d6f9b9ab19825148f586a650704a12b5))
191
+ * release 9.0.1-beta.0 for debug ([23a305b](https://github.com/worktile/ngx-planet/commit/23a305b85d6cbf9a0ba08b7f6e7c8aa60e4fc66c))
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * **application-loader:** when load preloaded component, bootstrap directly ([3a50f1a](https://github.com/worktile/ngx-planet/commit/3a50f1a21350f87d63c769017e238c7e5e42f7fb))
197
+ * update peerDependencies to 9.0.0 ([a0e3c1b](https://github.com/worktile/ngx-planet/commit/a0e3c1b847faf9cf79b463f6ac993e260897f412))
198
+
199
+ ### [9.0.1-beta.1](https://github.com/worktile/ngx-planet/compare/1.2.3...9.0.1-beta.1) (2020-12-09)
200
+
201
+
202
+ ### Features
203
+
204
+ * asset-loader,application-loader,component-loader, preload add debug logs ([#142](https://github.com/worktile/ngx-planet/issues/142)) ([2e21ab0](https://github.com/worktile/ngx-planet/commit/2e21ab09d6f9b9ab19825148f586a650704a12b5))
205
+ * release 9.0.1-beta.0 for debug ([23a305b](https://github.com/worktile/ngx-planet/commit/23a305b85d6cbf9a0ba08b7f6e7c8aa60e4fc66c))
206
+
207
+
208
+ ### Bug Fixes
209
+
210
+ * **application-loader:** when load preloaded component, bootstrap directly ([3a50f1a](https://github.com/worktile/ngx-planet/commit/3a50f1a21350f87d63c769017e238c7e5e42f7fb))
211
+ * update peerDependencies to 9.0.0 ([a0e3c1b](https://github.com/worktile/ngx-planet/commit/a0e3c1b847faf9cf79b463f6ac993e260897f412))
212
+
213
+ ### [9.0.1-beta.0](https://github.com/worktile/ngx-planet/compare/1.2.3...9.0.1-beta.0) (2020-12-09)
214
+
215
+
216
+ ### Features
217
+
218
+ * asset-loader,application-loader,component-loader, preload add debug logs ([#142](https://github.com/worktile/ngx-planet/issues/142)) ([2e21ab0](https://github.com/worktile/ngx-planet/commit/2e21ab09d6f9b9ab19825148f586a650704a12b5))
219
+
220
+
221
+ ### Bug Fixes
222
+
223
+ * update peerDependencies to 9.0.0 ([a0e3c1b](https://github.com/worktile/ngx-planet/commit/a0e3c1b847faf9cf79b463f6ac993e260897f412))
224
+ * **application-loader:** when load preloaded component, bootstrap directly ([3a50f1a](https://github.com/worktile/ngx-planet/commit/3a50f1a21350f87d63c769017e238c7e5e42f7fb))
225
+
226
+ ## [9.0.0](https://github.com/worktile/ngx-planet/compare/1.2.3...9.0.0) (2020-12-09)
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * update peerDependencies to 9.0.0 ([a0e3c1b](https://github.com/worktile/ngx-planet/commit/a0e3c1b847faf9cf79b463f6ac993e260897f412))
232
+ * **application-loader:** when load preloaded component, bootstrap directly ([3a50f1a](https://github.com/worktile/ngx-planet/commit/3a50f1a21350f87d63c769017e238c7e5e42f7fb))
233
+
234
+ ### [1.2.4](https://github.com/worktile/ngx-planet/compare/1.2.3...1.2.4) (2020-11-21)
235
+
236
+
237
+ ### Bug Fixes
238
+
239
+ * **application-loader:** when load preloaded component, bootstrap directly ([3a50f1a](https://github.com/worktile/ngx-planet/commit/3a50f1a21350f87d63c769017e238c7e5e42f7fb))
240
+
241
+ ### [1.2.3](https://github.com/worktile/ngx-planet/compare/1.2.2...1.2.3) (2020-11-18)
242
+
243
+ ### [1.2.2](https://github.com/worktile/ngx-planet/compare/1.2.1...1.2.2) (2020-11-18)
244
+
245
+
246
+ ### Bug Fixes
247
+
248
+ * **component-loader:** fix load component error when preload app ([edd4ea3](https://github.com/worktile/ngx-planet/commit/edd4ea3489e7a066bf7cbcc2bbcf50288178b1fc))
249
+
250
+ ### [1.2.1](https://github.com/worktile/ngx-planet/compare/1.1.2...1.2.1) (2020-11-09)
251
+
252
+
253
+ ### Features
254
+
255
+ * **global-planet:** simplify sub application's definition [#58](https://github.com/worktile/ngx-planet/issues/58) ([#131](https://github.com/worktile/ngx-planet/issues/131)) ([b738b26](https://github.com/worktile/ngx-planet/commit/b738b26e4ba6cff0724f18d1df601beaa32f22a5))
256
+ * **planet:** add stop feature to planet service ([#117](https://github.com/worktile/ngx-planet/issues/117)) ([eb9c93a](https://github.com/worktile/ngx-planet/commit/eb9c93a963bca7bff6b19838986b5844d2c89f4c))
257
+
258
+
259
+ ### Bug Fixes
260
+
261
+ * **component-loader:** fix load component error when prod env [#132](https://github.com/worktile/ngx-planet/issues/132) ([30540b2](https://github.com/worktile/ngx-planet/commit/30540b2bf748cb9218e970ab1eb522b54f45ea4d))
262
+ * **planet:** should load sub app when route redirectTo to sub app [#108](https://github.com/worktile/ngx-planet/issues/108) ([#111](https://github.com/worktile/ngx-planet/issues/111)) ([6ddd143](https://github.com/worktile/ngx-planet/commit/6ddd143e89388d918363ef279674e2d703e69ebc))
263
+
264
+ ## [1.2.0](https://github.com/worktile/ngx-planet/compare/1.1.2...1.2.0) (2020-07-30)
265
+
266
+
267
+ ### Features
268
+
269
+ * **planet:** add stop feature to planet service ([#117](https://github.com/worktile/ngx-planet/issues/117)) ([eb9c93a](https://github.com/worktile/ngx-planet/commit/eb9c93a963bca7bff6b19838986b5844d2c89f4c))
270
+
271
+
272
+ ### Bug Fixes
273
+
274
+ * **planet:** should load sub app when route redirectTo to sub app [#108](https://github.com/worktile/ngx-planet/issues/108) ([#111](https://github.com/worktile/ngx-planet/issues/111)) ([6ddd143](https://github.com/worktile/ngx-planet/commit/6ddd143e89388d918363ef279674e2d703e69ebc))
275
+
276
+ ### [1.1.3](https://github.com/worktile/ngx-planet/compare/1.1.2...1.1.3) (2020-07-11)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * **planet:** should load sub app when route redirectTo to sub app [#108](https://github.com/worktile/ngx-planet/issues/108) ([#111](https://github.com/worktile/ngx-planet/issues/111)) ([6ddd143](https://github.com/worktile/ngx-planet/commit/6ddd143e89388d918363ef279674e2d703e69ebc))
282
+
283
+ ### [1.1.2](https://github.com/worktile/ngx-planet/compare/1.1.1...1.1.2) (2020-05-19)
284
+
285
+ ### Bug Fixes
286
+
287
+ - **component-loader:** fix component register after load bug ([faaa57d](https://github.com/worktile/ngx-planet/commit/faaa57db341baf85d8691e8b96d4fce0789d95bb))
288
+
289
+ ### [1.1.1](https://github.com/worktile/ngx-planet/compare/1.1.0...1.1.1) (2020-05-19)
290
+
291
+ ### Features
292
+
293
+ - ensure global services only be injected once [#95](https://github.com/worktile/ngx-planet/issues/95) ([0652bac](https://github.com/worktile/ngx-planet/commit/0652bacd8c280c21befb18d1b94033792d14d599))
294
+ - **component-loader:** support set wrapper class ([bbdab9d](https://github.com/worktile/ngx-planet/commit/bbdab9d9ef43a55db6e20d7fae97a390e813d623))
295
+
296
+ ## [1.1.0](https://github.com/worktile/ngx-planet/compare/1.0.9...1.1.0) (2020-03-03)
297
+
298
+ ### Features
299
+
300
+ - **build:** bump angular to 8.x [#56](https://github.com/worktile/ngx-planet/issues/56) ([52d6bdf](https://github.com/worktile/ngx-planet/commit/52d6bdf295272b6a04f2f7d7dfd4f8230f4fc370))
301
+ - **component-loader:** load component support preload appliction ([f1f4a4e](https://github.com/worktile/ngx-planet/commit/f1f4a4ea9b02d4e8875080d44fe68e1a817ca7df))
302
+ - **demo:** support lazy loading route (app1's user module) [#55](https://github.com/worktile/ngx-planet/issues/55) ([4b78b78](https://github.com/worktile/ngx-planet/commit/4b78b782c4d6e0c616e3dda06d2167916cbfaae5))
303
+
304
+ <a name="1.0.9"></a>
305
+
306
+ ## [1.0.9](https://github.com/worktile/ngx-planet/compare/1.0.7...1.0.9) (2019-11-11)
307
+
308
+ ### Bug Fixes
309
+
310
+ - **app-loader:** should call error handler in ngZone, add test by way ([164adfc](https://github.com/worktile/ngx-planet/commit/164adfc))
311
+ - **planet:** should reroute once when start planet ([7f1bb3b](https://github.com/worktile/ngx-planet/commit/7f1bb3b))
312
+ - **planet-application-service:** fix match router path ([1571f82](https://github.com/worktile/ngx-planet/commit/1571f82))
313
+
314
+ <a name="1.0.8"></a>
315
+
316
+ ## [1.0.8](https://github.com/worktile/ngx-planet/compare/1.0.7...1.0.8) (2019-10-15)
317
+
318
+ ### Bug Fixes
319
+
320
+ - **app-loader:** should call error handler in ngZone, add test by way ([164adfc](https://github.com/worktile/ngx-planet/commit/164adfc))
321
+ - **planet:** should reroute once when start planet ([7f1bb3b](https://github.com/worktile/ngx-planet/commit/7f1bb3b))
322
+
323
+ <a name="1.0.7"></a>
324
+
325
+ ## [1.0.7](https://github.com/worktile/ngx-planet/compare/1.0.6...1.0.7) (2019-10-11)
326
+
327
+ ### Bug Fixes
328
+
329
+ - **app-loader:** backwards compatibility get current url, add test cases ([bd754e4](https://github.com/worktile/ngx-planet/commit/bd754e4))
330
+
331
+ <a name="1.0.6"></a>
332
+
333
+ ## [1.0.6](https://github.com/worktile/ngx-planet/compare/1.0.5...1.0.6) (2019-10-10)
334
+
335
+ ### Bug Fixes
336
+
337
+ - portal route change out ngZone when sub app route trigger change ([c2a5a66](https://github.com/worktile/ngx-planet/commit/c2a5a66))
338
+
339
+ <a name="1.0.5"></a>
340
+
341
+ ## [1.0.5](https://github.com/worktile/ngx-planet/compare/1.0.4...1.0.5) (2019-10-10)
342
+
343
+ ### Bug Fixes
344
+
345
+ - **app-loader:** should navigate when reroute active app [#267024](https://github.com/worktile/ngx-planet/issues/267024) ([34bdc1a](https://github.com/worktile/ngx-planet/commit/34bdc1a))
346
+ - **app-loader:** should not circulate redirect apps ([a009a6a](https://github.com/worktile/ngx-planet/commit/a009a6a))
347
+
348
+ ### Code Refactoring
349
+
350
+ - **planet:** rename app's host to hostParent, add settings for demo ([1bdb21e](https://github.com/worktile/ngx-planet/commit/1bdb21e))
351
+
352
+ ### Features
353
+
354
+ - **empty:** add empty component [#265875](https://github.com/worktile/ngx-planet/issues/265875) ([41f5ddd](https://github.com/worktile/ngx-planet/commit/41f5ddd))
355
+
356
+ ### BREAKING CHANGES
357
+
358
+ - **planet:** should change host to hostParent when register app
359
+
360
+ <a name="1.0.4"></a>
361
+
362
+ ## [1.0.4](https://github.com/worktile/ngx-planet/compare/1.0.3...1.0.4) (2019-09-25)
363
+
364
+ ### Bug Fixes
365
+
366
+ - **app:** can't start when url is same, don't reload active app [#265669](https://github.com/worktile/ngx-planet/issues/265669) ([af61eb4](https://github.com/worktile/ngx-planet/commit/af61eb4))
367
+
368
+ <a name="1.0.3"></a>
369
+
370
+ ## [1.0.3](https://github.com/worktile/ngx-micro-frontend/compare/1.0.1...1.0.3) (2019-09-25)
371
+
372
+ ### Features
373
+
374
+ - **app-ref:** sync portal route when route change, rename navigateByUrl ([dc104f9](https://github.com/worktile/ngx-micro-frontend/commit/dc104f9))
375
+ - **application:** add active status, appsLoadingStart event for loader ([c09f7d7](https://github.com/worktile/ngx-micro-frontend/commit/c09f7d7))
376
+
377
+ ### BREAKING CHANGES
378
+
379
+ Rename `onRouteChange` to `navigateByUrl` in PlanetApplicationRef, please upgrade planet to 1.0.3 in portal and sub apps at the same. if you are only upgrade planet in portal, it will throw error `navigateByUrl is undefined`.
380
+
381
+ <a name="1.0.2"></a>
382
+
383
+ ## [1.0.2](https://github.com/worktile/ngx-micro-frontend/compare/1.0.1...1.0.2) (2019-09-18)
384
+
385
+ ### Bug Fixes
386
+
387
+ - **app-loader:** should call errorHandle when preload app assets failed ([f043018](https://github.com/worktile/ngx-micro-frontend/commit/f043018))
388
+
389
+ <a name="1.0.1"></a>
390
+
391
+ ## [1.0.1](https://github.com/worktile/ngx-micro-frontend/compare/1.0.0...1.0.1) (2019-09-16)
392
+
393
+ ### Bug Fixes
394
+
395
+ - **application:** should reload last fail app which status is loadError ([a28b97f](https://github.com/worktile/ngx-micro-frontend/commit/a28b97f))
396
+ - **application:** should trigger next route change when last throw error ([75b3ca3](https://github.com/worktile/ngx-micro-frontend/commit/75b3ca3))
397
+
398
+ <a name="1.0.0"></a>
399
+
400
+ # [1.0.0](https://github.com/worktile/ngx-micro-frontend/compare/0.0.11...1.0.0) (2019-09-16)
401
+
402
+ ### Bug Fixes
403
+
404
+ - **application:** cancel bootstrapped app when next change [#264544](https://github.com/worktile/ngx-micro-frontend/issues/264544) ([8a997a9](https://github.com/worktile/ngx-micro-frontend/commit/8a997a9))
405
+
406
+ ### Features
407
+
408
+ - **application:** support simultaneous load and rendering multiple applications
409
+ - **application:** cancel last app loader which asserts is loading when next route change ([d737713](https://github.com/worktile/ngx-micro-frontend/commit/d737713))
410
+
411
+ <a name="0.0.11"></a>
412
+
413
+ ## [0.0.11](https://github.com/worktile/ngx-micro-frontend/compare/0.0.10...0.0.11) (2019-08-16)
414
+
415
+ ### Features
416
+
417
+ - **manifest:** load manifest file don't use resource prefix ([40dee5f](https://github.com/worktile/ngx-micro-frontend/commit/40dee5f))
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2018 - 2019 Worktile Inc. https://worktile.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.