v0.5.0
版本发布时间: 2024-03-06 17:05:42
nuejs/nue最新发布版本:v1.0.0-beta.2(2024-09-12 18:15:04)
What's Changed
- View transition support in page-router.js
- Active navigation links are set with
active
property. Styleable via[active] { ... }
- All CSS processed with Lightning CSS, which is now a hard dependency
- Disable Lightning CSS via config:
lightning_css: false
- Nue islands are now embedded with Web Component compatible
is
attribute -
include: [ foo ]
andexclude: [ bar ]
settings to include/exclude CSS files from app/page - Removed
prefetch_global
setting