Skip to content

Releases: folio-org/stripes-template-editor

v3.4.1

13 Nov 21:26
Compare
Choose a tag to compare
  • Fix DOMPurify import. Refs STRIPES-947.

v3.4.0

15 Oct 23:01
v3.4.0
d73cefe
Compare
Choose a tag to compare
  • upgrade react-quill version to 2.0.0. Refs STRIPES-896.
  • Push template content through DOMPurify to avoid XSS vulnerabilities. Refs STRIPES-908.
  • Add a bound template option with template ID to fix the overflowing Link tooltip issue. Refs STRIPES-918.
  • Sanitize template string before passing it to the editor component. Refs STRIPES-933.

v3.3.4

01 Oct 18:19
v3.3.4
034e72e
Compare
Choose a tag to compare
  • Sanitize template string before passing it to the editor component. Refs STRIPES-933.

v3.3.3

01 Oct 17:42
d7fa2cc
Compare
Choose a tag to compare
  • Specifically permit <Barcode>; otherwise dompurify will strip it as an unknown tag. Refs STRIPES-908.

v3.3.2

25 Mar 19:13
b6e960d
Compare
Choose a tag to compare
  • Push template content through DOMPurify to avoid XSS vulnerabilities. Refs STRIPES-908.

v3.3.1

08 Nov 13:44
cd6ea7d
Compare
Choose a tag to compare
  • upgrade react-quill version to 2.0.0. Refs STRIPES-896.

v3.3.0

13 Oct 15:53
dfc93b1
Compare
Choose a tag to compare
  • Should have possible handle disabled state for loop by passed function. Refs STRIPES-856.
  • Bump Node.js to v18 in CI. Refs STRIPES-887.
  • Support React v18. Refs STRIPES-886.
  • Support react-intl v6. Refs STRIPES-885.

v3.2.0

03 Mar 18:10
2d18e28
Compare
Choose a tag to compare
  • Provide @folio/stripes v8 compatibility. Refs STRIPES-849.

v3.1.1

15 Nov 11:47
cf43f68
Compare
Choose a tag to compare
  • Prefix UUIDs used for HTML id attributes to guarantee a non-numeric-prefix. Refs STRIPES-832.

v3.1.0

25 Oct 19:54
072f317
Compare
Choose a tag to compare
  • Correctly display numbers. Refs FOLIO-3250.
  • Provide missing aria-label attribute to tokens button. Refs UICIRC-428.
  • Correctly format ol/ul values. Refs STRIPES-810.
  • use tab key to create indented lists. Refs UINOTES-134.
  • Provide @folio/stripes v7 compatibility alongside v6. Refs STRIPES-827.
  • Use a unique DOM id per editor, allowing multiple editors simultaneously.