Releases: rails/importmap-rails
Releases · rails/importmap-rails
v0.9.3
v0.9.2
v0.9.1
v0.9.0
What's Changed
- Make importmap paths configurable by @kirillplatonov in #62
- Add default support for the Propshaft asset pipeline by @rmacklin in #61
- Upgrade to es-module-shims 1.3.2 by @dhh in 2489bae
- Add sourcemap to minified default of es-module-shims by @dhh in 4e21177
Full Changelog: v0.8.2...v0.9.0
v0.8.0
- NEW: Added
--download
or-d
tobin/importmap
to download pinned packages from the CDN intovendor/javascript
. This removes a runtime dependency on the CDN. Note that you must add//= link_tree ../../../vendor/javascript .js
to yourapp/assets/config/manifest.js
file when using Sprockets (this is automatically done on new installations). - UPDATE: Upgraded to ES Module Shims 1.2.0
- CHANGE: Pins are no longer preloaded by default. You most explicitly add
preload: true
to have them be preloaded. - CHANGE: Demand a minimum Ruby version of 2.7, in line with Rails 7.
- CHANGE: Use a minimized version of ES Module Shims by default.
Full Changelog: v0.7.6...v0.8.0