-
-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: danielsaidi/TextReplacements
0.3.0
This version makes it possible to render a Text with TextComponent values.
✨ Features
Texthas two newTextComponentinitializers (functions).TextComponentis a new enum that definestextandlinkvalues.TextComponent.LinkStyleis a new value that can styleTextComponent.links.Viewhas a newtextLinkStyle(...)modifier that can be used to apply a link style.
Assets 2
0.2.0
Ok, never before has an assumption so quickly become incorrect as in this case.
A few hours after the 0.1, @kevinrpb suggested a change that will not only make this library a million times (ish) better, but it also calls for a project name change.
The change is that this version replaces the TextReplacementView with Text initializers. This is SO much better, since it places the logic where it's expected. I first considered keeping the view as well, but I think it will just be confusing.
As a result of this change, this project will be renamed from TextReplacementView to TextReplacements, which aligns much better with the new design.
Thank you Kevin for suggesting this change!
Assets 2
0.1
This is the very first version of TextReplacementView.
Since this view will most likely not change that much in the future, this could very well be the first and only version. In that case, it will be promoted to a 1.0 later this year.
Happy text styling!