Skip to content

v1.0.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@fago fago released this 25 Sep 18:44
· 35 commits to 1.x since this release

🚀 Features

  • feat: Better optimize the app loader - Improved performance and loading mechanism
  • feat: Always set absolute CDN URL (#9) - Ensures proper asset loading across domains

🐛 Bug Fixes

  • fix: Load NUXT into window earlier - Ensures configuration is available immediately when script runs
  • fix: Complex runtime config may break app-loader (#10) - Fixed serialization issues with complex configurations
  • fix: Cache headers optimization - App loader now uses private, max-age=300, must-revalidate for better caching balance
  • improve: Disable manifest in playground for testing cross-domain scenarios

📚 Documentation

  • docs: Document CORS configuration with clear examples for both dev and production
  • docs: Clarify app manifest incompatibility in dev mode - Now clearly states it's only a dev mode issue
  • docs: Improve README with better structure and examples

🧪 Tests

  • test: Update tests for latest changes - Fixed test assertions to match new implementation

Full Changelog: v1.0.0.alpha6...v1.0.0-alpha.7