Release 0.13.2 - #664
Merged
Merged
Conversation
A failing ember build or dependency installation is reported with EmberCli::BuildError instead of exiting the process from inside the gem, and a mounted Vite build's root-relative asset URLs are remapped onto the mount point. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
tricknotes
force-pushed
the
release-0.13.2
branch
from
September 4, 2026 12:15
103403a to
411a80e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release 0.13.2, carrying the changes merged since 0.13.1:
EmberCli::BuildErrorwhenember buildor a dependency installation fails, instead of exiting the process from inside the gem —rake ember:compileandrake ember:installstill exit nonzero (Raise BuildError when a build or install command fails #663)index.htmlonto the mount point whenmount_ember_appserves the application from a path other than/, so non-root mounts work without a matchingrootURL(Remap a mounted Vite build's asset URLs onto the mount point #666)Bumps
EmberCli::VERSIONfrom0.13.1to0.13.2and retitles the unreleased CHANGELOG section accordingly. Rebased onto main after #666 merged, so the release section carries both entries.