importmap-laravel

Use ESM with import maps to manage modern JavaScript in Laravel without transpiling or bundling.

MIT License

Downloads
106.5K
Stars
133
Committers
3

Bot releases are visible (Hide)

importmap-laravel - 2.3.1 Latest Release

Published by tonysm 7 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/2.3.0...2.3.1

importmap-laravel - 2.3.0

Published by tonysm 7 months ago

importmap-laravel - 2.2.0

Published by tonysm 8 months ago

importmap-laravel - 2.1.2

Published by tonysm 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/2.0.3...2.1.2

importmap-laravel - 2.1.1

Published by tonysm 9 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/2.1.0...2.1.1

importmap-laravel - 2.1.0

Published by tonysm 9 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/2.0.1...2.1.0

importmap-laravel - 2.0.1

Published by tonysm 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/2.0.0...2.0.1

importmap-laravel - 2.0.0

Published by tonysm 10 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/1.8.3...2.0.0


Upgrade Guide

The pinned imports to CDN URLs will still work, but I recommend you re-pin them now and host them yourself (we're now always downloading vendor libs to resources/js/vendor/).

The <x-importmap-tags /> component has changed to <x-importmap::tags /> so you can run the following command to replace all occurrences of the previous component name in your layout files:

sed -i 's/x-importmap-tags/x-importmap::tags/g' resources/**/*.php

Also, ensure you have php artisan view:cache in your deployment script.

importmap-laravel - 2.0.0-beta1

Published by tonysm 10 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/1.8.1...2.0.0-beta1

importmap-laravel - 1.8.1

Published by tonysm 11 months ago

Changelog

importmap-laravel - 1.8.0

Published by tonysm 11 months ago

What's Changed

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/1.7.0...1.8.0

importmap-laravel - 1.7.0

Published by tonysm 11 months ago

importmap-laravel - 1.6.0

Published by tonysm about 1 year ago

Changelog

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/1.5.0...1.6.0

importmap-laravel - 1.5.0

Published by tonysm over 1 year ago

Changelog

  • NEW: New importmap:packages command that lists out the external packages being imported
  • FIXED: Fixes single quotes support in the routes/importmap.php file

Full Changelog: https://github.com/tonysm/importmap-laravel/compare/1.4.1...1.5.0

importmap-laravel - 1.4.1

Published by tonysm over 1 year ago

importmap-laravel - 1.4.0

Published by tonysm over 1 year ago

Changelog

  • CHANGED: Bumps the default es-module-shims version to 1.3.1
  • CHANGED: Support Laravel 10
importmap-laravel - 1.3.0

Published by tonysm almost 2 years ago

Changelog

  • CHANGED: Bumped es-module-shims version to 1.6.2 (latest) and make it configurable so applications may bump it without having to upgrade the package
importmap-laravel - 1.2.3

Published by tonysm about 2 years ago

Changelog

importmap-laravel - 1.2.2

Published by tonysm about 2 years ago

Changelog

importmap-laravel - 1.2.1

Published by tonysm about 2 years ago

Changelog

Package Rankings
Top 11.23% on Packagist.org