|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
4 | 4 |
|
5 | | -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.0.0-rc.7...HEAD). |
| 5 | +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.0.0-rc.8...HEAD). |
| 6 | + |
| 7 | +<a name="v3.0.0-rc.8"></a> |
| 8 | +## [v3.0.0-rc.8] - 2023-02-03 |
| 9 | +### Breaking Changes |
| 10 | +- **Schema:** Restrict metadata.name for specVersion >= 3.0 ([#552](https://github.com/SAP/ui5-project/issues/552)) [`d0ea703`](https://github.com/SAP/ui5-project/commit/d0ea703e8b7e74079fba48b62045608d4d49ab3b) |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | +- **Registry:** Do not use custom logger for pacote [`242601f`](https://github.com/SAP/ui5-project/commit/242601f5c0c63c0d51cf086089101df30dcf017e) |
| 14 | + |
| 15 | +### Features |
| 16 | +- Add 'UI5 Workspace' Support ([#494](https://github.com/SAP/ui5-project/issues/494)) [`b77ca2f`](https://github.com/SAP/ui5-project/commit/b77ca2f02a96fa7fba5c4c565551aca8c1e11847) |
| 17 | + |
| 18 | +### BREAKING CHANGE |
| 19 | + |
| 20 | +For projects and extensions defining specVersion 3.0 and later, the |
| 21 | +metadata.name property must satisfy the following conditions: |
| 22 | + |
| 23 | +* Must be at least 3 characters long |
| 24 | +* Must be no longer than 50 characters |
| 25 | +* Must contain lowercase characters only |
| 26 | +* Must contain alphanumeric characters, dash, underscore and period only |
| 27 | + - Exception: `@` and `/` are allowed at certain positions as |
| 28 | + explained below |
| 29 | +* Must start with an alphabetic character or an `@`-character |
| 30 | +* If a name starts with an `@`-character, it must contain exactly one |
| 31 | + forward-slash `/` |
| 32 | + - This is aligned with the npm concept for package scopes |
| 33 | + |
6 | 34 |
|
7 | 35 | <a name="v3.0.0-rc.7"></a> |
8 | 36 | ## [v3.0.0-rc.7] - 2023-01-25 |
@@ -406,6 +434,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP |
406 | 434 | - **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed) |
407 | 435 |
|
408 | 436 |
|
| 437 | +[v3.0.0-rc.8]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.7...v3.0.0-rc.8 |
409 | 438 | [v3.0.0-rc.7]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.6...v3.0.0-rc.7 |
410 | 439 | [v3.0.0-rc.6]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.5...v3.0.0-rc.6 |
411 | 440 | [v3.0.0-rc.5]: https://github.com/SAP/ui5-project/compare/v3.0.0-rc.4...v3.0.0-rc.5 |
|
0 commit comments