Version 1.1.0 #100
susuhahnml
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This new realease includes new features for interactivity and formatting. There might arise issues on backwards compatibility with the previous use of tuples as attrubute names, see below for details.
See the documentation for details.
🎖New features
In version 1.0.0 one could use tuples as names for attributes where the second value would be a number indicating the position.
Example from version 1.0.0
With the new templating feature, the behaviour changes, these are the key differences.
Before: Labels without an index would be in the first position
Now: Labels without tuple format are considered templates
Before: The key "sep" was used to indicate the separator
Now: Separators can be defined in the template
Example addaped to new version 1.1.0
This discussion was created from the release Version 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions