Releases: opal/opal-rails
Releases · opal/opal-rails
v3.0.0
Introduce Rails 8 support by dropping Sprockets dependency. Opal applications are now build using a standard Opal::Builder interface, not via Opal::Sprockets anymore. This is now assets system agnostic, can run both via Sprockets or Propshaft.
What's Changed
- opal_tag should mirror the javascript_tag api by @dscataglini in #131
- Drop sprockets and modernize by @hmdne in #134
New Contributors
- @dscataglini made their first contribution in #131
Full Changelog: v2.0.4...v3.0.0