1006 B
1006 B
CHANGELOG
6.4
- Mark the component as non experimental
- Add CSS support to the importmap
- Add "entrypoints" concept to the importmap
- Always download packages locally instead of using a CDN
- Allow relative path strings in the importmap
- Automatically set
_linksattribute for preload CSS files for WebLink integration - Add
PreAssetsCompileEventevent when runningasset-map:compile - Add support for importmap paths to use the Asset component (for subdirectories)
- Removed the
importmap:exportcommand - Add a
importmap:installcommand to download all missing downloaded packages - Allow specifying packages to update for the
importmap:updatecommand - Add a
importmap:auditcommand to check for security vulnerability advisories in dependencies - Add a
importmap:outdatedcommand to check for outdated packages - Change the polyfill used for the importmap renderer from a URL to an entry in the importmap
6.3
- Add the component as experimental