This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.4.0
Bug fixes
- Moved focus tracking setup to
ImageBalloonPanelView#init()
method to prevent too early access to the view element. Closes #42. (985e509) - Used "low-vision" icon instead of "input" for text alternative button. Closes #59. (6edd823)
Features
- Added a separator between image styles and text alternative buttons in the image toolbar. Closes #64. (925a538)
- Introduced image captions support. Closes #28. (6bb4069)
Other changes
- Enhanced how selection label for widgets is defined. Closes #9. (5c1897d)
- Renamed "Image alternate text" to "Image text alternative" all across the code. Improved directory structure to have most important features in the top level of
src/
. Closes #37. (e38675f) - Uploaded translations. (d619f1d)
BREAKING CHANGES
- The
src/imagealternatetext/imagealternatetext
module is nowsrc/imagetextalternative
. All other related classes and directories were renamed too. - All the base image's util modules are now inside
src/image/
. The same applies to all other features. The main features are now directly insrc/
. Closes #33. Closes #26.