Core Changes
- Added
wrap
property toMenu.Button
config that allows the enabling of text-wrapping. - Improved the way the
Menu
class'renderable
property is created. Bugs caused by over-sized items are now avoided in most cases.
Additional Changes
- Added an ascii.js-built tool for viewing the engine's documentation. View it here.
- Added
dataUtils.wrapString()
method for automatically adding"\n"
to strings to keep them in a specific width.
Migration
No migration steps needed. Fully compatible with v1.0.34
.
Full Changelog: v1.0.34...v1.0.35