Skip to content

0.11.0

Compare
Choose a tag to compare
@joelmoss joelmoss released this 17 Oct 18:28
· 115 commits to master since this release

Features

Breaking Changes

  • Code splitting is now enabled by default.
  • Removed include_paths config in favour of ALLOWED_DIRECTORIES const.
  • Replaced side_load_gems config with engines config option.
  • CSS module names are no longer camelCased.

Changes

  • global now available as an alias to window.
  • 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 and side_load_stylesheets to include_javascripts and include_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