Releases: galassie/fs-spectre
Releases Β· galassie/fs-spectre
v0.5.2
What's Changed
- fix: fix DLL path for the Showcase script by @MangelMaxime in #4
- feat: lower FSharp.Core requirements by @MangelMaxime in #5
New Contributors
- @MangelMaxime made their first contribution in #4
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- TableBuilder now has Centered option
- Add LiveDisplay widget with examples
- Add Status widget with examples
- Add Progress widget with examples
- Fix F# examples to match changed builder custom operation names by @robmaw in #2
New Contributors
Full Changelog: v0.4.5...v0.5.0
v0.4.5
- Add new operations to TextPromptBuilder:
- multiple choices
- default value
- Add Padding operations on PanelBuilder
- Add new operations to CalendarBuilder:
- header style
- highlight style
Full Changelog: v0.4.0...v0.4.5
v0.4.0
Refactor of CEs internals.
Now each Builder has it's own Configuration record which is used throughout the creation of the Widget.
Only at the end the widget is actually created instead of modifying the existing Widget step by step.
This was a necessary refactor because the methods previously used may have some undesirable effects on the final Widget created.
Full Changelog: v0.3.1...v0.4.0
v0.3.0
Full Changelog: 0.2.0...v0.3.0
0.2.0
Full Changelog: v0.1.0...0.2.0
v0.1.0
Full Changelog: https://github.com/galassie/fs-spectre/commits/v0.1.0