0.11.0
Features
Breaking Changes
- Code splitting is now enabled by default.
- Removed
include_paths
config in favour ofALLOWED_DIRECTORIES
const. - Replaced
side_load_gems
config withengines
config option. - CSS module names are no longer camelCased.
Changes
global
now available as an alias towindow
.- Added instrumentation for building and resolving.
- Better and more accurate handling of
/public
directory. - Improved error messages for build errors to take advantage of Rails error pages.
- Support for Rails 7.1.
- Renamed
side_load_javascripts
andside_load_stylesheets
toinclude_javascripts
andinclude_stylesheets
respectively. - Massive improvements to Phlex and ViewComponent support.
- Improvements to lazy loading components.
Fixes
- Avoid processing escape sequences in CSS.
- ...plus loads more!
Full Changelog: v0.10.0...v0.11.0