Commit Graph

5 Commits (3a9f07a53e32d657ca8c3ba9a3df1159d797cd1e)

Author SHA1 Message Date
Florian Dehau 3a9f07a53e feat(text): add a way to wrap text without Paragraph 4 years ago
Brooks Rady d00184a7c3
feat(text): extend `Text` to be stylable and extendable (#361)
* Extend `Text` to be extendable
* Add some documentation
4 years ago
Brooks Rady 0abaa20de9
refactor: clean up some folds (#362) 4 years ago
Florian Dehau 0ffea495b1 refactor: implement cascading styles
- merge `Style` and `StyleDiff` together. `Style` now is used to activate or deactivate certain
style rules not to overidden all of them.
- update all impacted widgets, examples and tests.
4 years ago
Florian Dehau 88c4b191fb feat(text): add new text primitives 4 years ago