@worktile/planet 15.1.1 → 16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
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
4
 
5
+ # [16.0.0-next.0](https://github.com/worktile/ngx-planet/compare/15.0.0...16.0.0-next.0) (2023-08-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * add redirectToRoute empty route ([4364395](https://github.com/worktile/ngx-planet/commit/43643955dfa3e7e2c1523314690db34e20e5db81))
11
+ * add routeRedirect function redirect to relative url instead of route definition redirectTo ([#291](https://github.com/worktile/ngx-planet/issues/291)) ([4f77bb1](https://github.com/worktile/ngx-planet/commit/4f77bb1b78b2c11fe2de26f853c1ea9be39ad744))
12
+ * bump angular to 16.x ([#290](https://github.com/worktile/ngx-planet/issues/290)) ([1f21944](https://github.com/worktile/ngx-planet/commit/1f21944ac582c41ce81a447b26c81dfe860c039e))
13
+ * planetComponentLoader supports direct register of component types and load with component selector [#286](https://github.com/worktile/ngx-planet/issues/286) ([e10fae4](https://github.com/worktile/ngx-planet/commit/e10fae433932258e2b2bbf5ea059156deb06ed6c))
14
+
15
+
16
+
5
17
  ## [15.1.1](https://github.com/worktile/ngx-planet/compare/15.1.0...15.1.1) (2023-08-10)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@worktile/planet",
3
- "version": "15.1.1",
3
+ "version": "16.0.0-next.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
- "@angular/common": "^15.0.0",
7
- "@angular/core": "^15.0.0"
6
+ "@angular/common": "^16.0.0",
7
+ "@angular/core": "^16.0.0"
8
8
  },
9
9
  "module": "fesm2015/worktile-planet.mjs",
10
10
  "es2020": "fesm2020/worktile-planet.mjs",