Skip to content

Releases: nswdpc/silverstripe-trumbowyg

v1.0.1

02 Sep 04:48
8238790
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v0.4.2

02 Sep 04:47
435921d
Compare
Choose a tag to compare

What's Changed

  • (enh) use TEMP_PATH location for serialiser cache by @JamesDPC in #9

Full Changelog: v0.4.1...v0.4.2

v1.0.0

26 Jul 06:54
71accad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0

v0.4.1

26 Jul 06:47
2882526
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v1.0.0-rc1

21 Jun 04:11
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Changes

  • silverstripe/framework:^5 requirement

Full Changelog: v0.4.0...v1.0.0-rc1

v0.4.0

06 Apr 02:18
0ae8a23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3...v0.4.0

v0.4.0-rc1

11 Oct 22:20
ff7385d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3...v0.4.0-rc1

v0.3

22 Oct 05:58
2f1434d
Compare
Choose a tag to compare

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

11 May 00:06
Compare
Choose a tag to compare

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)

v0.2

09 Apr 02:36
7b45740
Compare
Choose a tag to compare

Changes

Features

  • Replace DOMDocument content sanitisation with HTMLPurifier - 014da10
  • Load local SVG icons - 6ef883c

Chores

  • Bump versions: Trumbowyg (2.23.0) + jQuery (3.6.0) - 79bb591
  • Update documentation with fixes and relevant changes - ee99bd7
  • Update standard module files - 86fb9db