-
Notifications
You must be signed in to change notification settings - Fork 122
Comparing changes
Open a pull request
base repository: rails/importmap-rails
base: v2.2.2
head repository: rails/importmap-rails
compare: v2.2.3
- 8 commits
- 30 files changed
- 1 contributor
Commits on Jul 31, 2025
-
Fix pin_all_from incorrectly removing "js" substring from filenames
When using pin_all_from, filenames containing "js" as a substring (like "foo.jszip.js" or "bar.jsmin.js") were having the substring incorrectly removed, resulting in malformed module names like "foozip" and "barmin" instead of "foo.jszip" and "bar.jsmin". Fixed the logic to only remove the file extension from the end of the filename, preserving any "js" substrings that appear elsewhere in the name. Fixes #282
Configuration menu - View commit details
-
Copy full SHA for 7ffedcb - Browse repository at this point
Copy the full SHA 7ffedcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e94dfa - Browse repository at this point
Copy the full SHA 3e94dfaView commit details
Commits on Aug 1, 2025
-
Merge pull request #313 from rails/rm-fix-282
Fix `pin_all_from` incorrectly removing "js" substring from filenames
Configuration menu - View commit details
-
Copy full SHA for 51c1a53 - Browse repository at this point
Copy the full SHA 51c1a53View commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e37bea6 - Browse repository at this point
Copy the full SHA e37bea6View commit details -
Merge pull request #323 from rails/rmf-test-ruby-4
Test with Ruby 4.0 and Rails 8.1
Configuration menu - View commit details
-
Copy full SHA for 9b0a9e0 - Browse repository at this point
Copy the full SHA 9b0a9e0View commit details -
Handle package names with nested paths in import maps
Packages with nested paths (e.g., "photoswipe/lightbox" or "@github/webauthn-json/browser-ponyfill") were not being correctly identified, leading to issues when checking for outdated versions. This update modifies the package name extraction logic to correctly handle such cases. Fixes #321,
Configuration menu - View commit details
-
Copy full SHA for a04dd30 - Browse repository at this point
Copy the full SHA a04dd30View commit details -
Merge pull request #322 from rails/rmf-fix-321
Handle package names with nested paths in import maps
Configuration menu - View commit details
-
Copy full SHA for 682e058 - Browse repository at this point
Copy the full SHA 682e058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb2bd5 - Browse repository at this point
Copy the full SHA 6fb2bd5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.2...v2.2.3