Skip to content

v3.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@MorganKryze MorganKryze released this 22 Mar 12:17
· 159 commits to dev since this release

New Borders management

TL; DR 🎯

Instead of roundedCorners boolean, we use BordersType enum

NEW ✨

  • BordersType enum: enumeration of all borders available (SingleStraight, SingleBold, SingleRounded, DoubleStraight, ASCII)
  • Borders class: Manages elements borders giving characters depending on the borders type
  • Replace rounded corners to Borders feature for: Matrix, TableView, TableSelector, Int and FloatSelector, Prompt, EmbedText, ElementsList, ElementsDashboard

IMPROVED πŸ“ˆ

  • Made 'β–Ά' default char when calling UpdateSelector() for elements using it
  • CD: remove main blocking step
  • CD: remove release notes useless extraction
  • Minor updates on PR and release notes templates

FIXED πŸ›

  • None.

DOCS πŸ“œ

  • ❌ No docs added

TESTS πŸ”

  • βœ… Features totally covered

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.3.1...v3.4.0-beta