v3.5.0 #130
MorganKryze
announced in
Announcements
v3.5.0
#130
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New elements, new examples, docs rewrite
TL; DR 🎯
Introduction of
Text
andDialog
elements, addAnimatedElement
namespace, new docs sections: Elements and Examples, rewrite of all docs and metadata to stay up to date with new features and improvements, minor bug fixes.NEW ✨
Text
passive element: display multiple lines on the console (can choose alignment and placement)Dialog
interactive element: similar to the formerEmbedText
that can display 0, 1, or 2 optionsDialogOption
enum: None (if escape or 0 option), Left and Right (as 2 options maximum)Prompt
,ScrollingMenu
andDialog
featuresAnimatedElement
namespace that will host non passive nor interactive elements like theFakeLoadingBar
(more to come...)UpdateProcessDuration
function forFakeLoadingBar
Status.None
value forStatus
enum (not used)Dialog
andText
featuresInsertLine
function for consistencyIMPROVED 📈
EmbedText
: has lost its button and Freeze to become passive element (faithfulText
with embed borders) > Reduce ambiguityTextStyler
propertiesFont
property toTitle
elementremarks
comment section to a more concise oneVisualAttribute
on functionsAnimatedElement
intoElementsList
.InteractiveElement
metadata to include return type value.Examples
section to Debugging article.FIXED 🐛
TableSelector
LoadingBar
added to theAnimatedElement
namespace.EmbedText
withDialog
.Footer
element causing rendering issues.EmbedText
was still inInteractiveElements
namespace.DOCS 📜
TESTS 🔍
FEEDBACK 📃
We are always open for feedback and discussions. If you are using our library and want to share your use case, or if you have any suggestions for improvement, please feel free to open an issue or open a discussion on our GitHub repository. Your input helps us understand possible use cases and make necessary improvements.
Full Changelog: v3.4.0...v3.5.0
This discussion was created from the release v3.5.0.
Beta Was this translation helpful? Give feedback.
All reactions