presio:0.2.3 - #5756
Open
benedict-armstrong wants to merge 2 commits into
Open
Conversation
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.
Bugfix release of presio.
media()recordedhere().position(), which is where the call sits in the flow, not where the block is finally laid out. An enclosingalign(center)moved the rendered placeholder but not the recorded coordinates, so the viewer drew the video at the left margin under a centred placeholder. The sidecar coordinates now come from an out-of-flow anchor placed at the block's own top-left corner, which also fixesalign(right), vertical alignment,place,move, and nested containers. Reported by a user of the package (#2).media-<id>.<ext>, which carries no page number, so a second slide referencing the same file raisedattempted to attach file ... twice. This also affected any local media inside a touying overlay group, since#pauserepeats the call across subslide pages. The bytes are now attached once per document./live/URLs (streams and premieres) are now recognised, and both the YouTube and Vimeo patterns are anchored at the scheme so a video link appearing inside another site's query string is no longer treated as the real host.I confirm that I am the author of the previous versions (0.1.0, 0.2.0, 0.2.1, 0.2.2).