Skip to content

v3.0.0-rc.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@openui5bot openui5bot released this 03 Feb 20:17
· 267 commits to main since this release

Breaking Changes

  • Schema: Restrict metadata.name for specVersion >= 3.0 (#552) d0ea703

Bug Fixes

  • Registry: Do not use custom logger for pacote 242601f

Features

BREAKING CHANGE

For projects and extensions defining specVersion 3.0 and later, the
metadata.name property must satisfy the following conditions:

  • Must be at least 3 characters long
  • Must be no longer than 50 characters
  • Must contain lowercase characters only
  • Must contain alphanumeric characters, dash, underscore and period only
    • Exception: @ and / are allowed at certain positions as
      explained below
  • Must start with an alphabetic character or an @-character
  • If a name starts with an @-character, it must contain exactly one
    forward-slash /
    • This is aligned with the npm concept for package scopes

All changes

v3.0.0-rc.7...v3.0.0-rc.8