Releases: tingerrr/hydra
Releases · tingerrr/hydra
v0.5.1
v0.5.0
Added
use-last
parameter onhydra
for a more LaTeX style heading look up, thanks @freundTech!hydra
now has a newuse-last
parametercontext
now has a newuse-last
field- BREAKING CHANGE
candidates
now has a newlast
field containing a suitable match for the last primary candidate on this page
New Contributors
- @freundTech made their first contribution in #19
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Almost all changes in this release are BREAKING CHANGES.
Added
- internal util functions and dictionaries for recreating
auto
fallbacks used within the typst
compilercore.get-text-dir
- returns the text directioncore.get-binding
- returns the page bindingcore.get-top-margin
- returns the absolute top marginutil.text-direction
- returns the text direction for a given languageutil.page-binding
- returns the page binding for a given text direction
Removed
- various parameters on
hydra
have been removedpaper
has been removed in favor of get rulepage-size
has been removed in favor of get ruletop-margin
has been removed in favor of get ruleloc
has been removed in favor of user provided context
- internal util dictionary for page sizes
Changed
- hydra now requires a minimum Typst compiler version of
0.11.0
hydra
is now contextual- most internal functions are now contextual
- the internal context dictionary now holds a
anchor-loc
instead of aloc
get-anchor-pos
has been renamed tolocate-last-anchor
- the internal
page-sizes
dictionary was changed to function - various parameters on
hydra
are now auto by defaultprev-filter
next-filter
display
dir
binding
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release
Full Changelog: https://github.com/tingerrr/hydra/commits/v0.1.0