Releases: nswdpc/silverstripe-trumbowyg
Releases · nswdpc/silverstripe-trumbowyg
v1.0.1
v0.4.2
v1.0.0
v0.4.1
v1.0.0-rc1
v0.4.0
v0.4.0-rc1
v0.3
Changes
Since v0.2
- Support h2 by default
- Deprecate misnamed
TrumboywgEditorField
- Support mailto and callto by default, support in tests
- Entitise content in the rare chance that purification fails
- Remove strip_tags usage
- Update trumbowyg to 2.25.1
- Update jQuery requirement to 3.6.0
- Fix config: btns not buttons
- Fix documentation being confusing about 'own' in the context of jquery
- Update default tagsToKeep
- Remove pretty print and unescaped slashes from json_encode
- Update breaking tests
- Apply custom loading script on a per-field basis
v0.2.1
Changes
Features
- Add a field holder template, placing the description and field message above the field itself. Editor fields can be long (7ae95c1)
- Allow mailto, callto schemes in the href attribute of anchor tags by default (95af2db)
Fixes
- Fix typo in documentation linking to example path (7806dbd)