Importmap Rails Versions Save

Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

v2.0.1

3 months ago

What's Changed

  • Ensure update only runs when there are outdated packages by @dhh

Full Changelog: https://github.com/rails/importmap-rails/compare/v2.0.0...v2.0.1

v2.0.0

3 months ago

What's Changed

This major release includes two potentially backwards-incompatible changes:

  • The compatibility shim is no longer included, since all major browsers now natively support import maps. But if you need to support old browsers, like Safari 15, Firefox 75, Chrome 88, you should continue using the 1.x series of this gem.
  • Preloading is now the default. So if you have pins that you intend to lazy load, you need to specifically call preload: false as part of the pin.

All changes:

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.3...v2.0.0

v1.2.3

5 months ago

What's Changed

  • Fix using this gem outside of a Rails application by @rafaelfranca

New Contributors

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.2...v1.2.3

v1.2.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.1...v1.2.2

v1.2.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.6...v1.2.1

v1.1.6

1 year ago

What's Changed

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.5...v1.1.6

v1.1.5

1 year ago

What's Changed

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.4...v1.1.5

v1.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.3...v1.1.4

v1.1.3

1 year ago

What's Changed

  • Upgraded es-module-shims to v1.5.9 by @dhh

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

What's Changed

  • Upgraded es-module-shims to v1.5.8 by @dhh

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.1.1...v1.1.2