Skip to content

Releases: rails/importmap-rails

v0.9.2

01 Dec 10:03
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Update to ES Module Shims 1.3.3

Full Changelog: v0.9.1...v0.9.2

v0.9.1

24 Nov 07:59
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Fix the minified version of es-module-shims 1.3.2 (closing #74) by @dhh

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Nov 10:12
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.0

12 Oct 08:15
@dhh dhh
Compare
Choose a tag to compare
  • NEW: Added --download or -d to bin/importmap to download pinned packages from the CDN into vendor/javascript. This removes a runtime dependency on the CDN. Note that you must add //= link_tree ../../../vendor/javascript .js to your app/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