Skip to content

Releases: JohnnyMorganz/roblox-text-editor

v1.2.0

25 Jul 22:15
Compare
Choose a tag to compare

Added

  • The input TextBox now scales vertically as more text is added
  • Added listening to relevant TextItem properties for changes incase they are not changed through the Text Editor
  • Added better ChangeHistoryService support for text (and other Text related properties currently handled by the Editor) changes
  • Added ability to change Font and TextSize

Fixed

  • Added TextWrapped to the "Select a TextLabel..." message

Changed

  • Switched from saving using button to saving when Textbox loses focus to quicken workflow
  • Cleanup internal code

v1.1.1

24 Jul 15:50
Compare
Choose a tag to compare

Fixed

  • Fixed widget not closing when pressing the "X" button

Changed

  • Changed the wording of the Save button from "Save" to "Apply"

v1.1.0

23 Jul 23:07
Compare
Choose a tag to compare

Added

  • Added support for updating TextXAlignment
  • Added tooltips to all toolbar buttons

With some internal cleanup

v1.0.0

22 Jul 18:43
Compare
Choose a tag to compare

Initial release