Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deprecation): remove location from state.final() and query() #59

Closed
wants to merge 2 commits into from

Conversation

swaits
Copy link
Contributor

@swaits swaits commented Sep 30, 2024

Fixes #58

Note that while this should work with future versions of typst, it may break with earlier versions.

Before this change, `group-heading-level` defaulted to reusing the last
heading level found in the document. This is unlikely to always work for
users. This new parameter allows users to override the default.

Additionally, to give users some ability to style the output without
needing to override `user-print-glossary`, the new `num-columns`
parameter gives users the ability to control the number of columns
groups are printed in.
@quachpas
Copy link
Collaborator

quachpas commented Oct 1, 2024

@swaits Seems like another feature got into your master branch. Will take a look anyway from the fix commit.

@swaits
Copy link
Contributor Author

swaits commented Oct 1, 2024

Eeesh, sorry about the mess!

@quachpas
Copy link
Collaborator

quachpas commented Oct 6, 2024

I'll close it in favor of #52

@quachpas quachpas closed this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

state.final() and query() deprecations warnings in typst (git hash 022f34c4)
2 participants