Releases: folio-org/stripes-template-editor
Releases · folio-org/stripes-template-editor
v3.4.1
v3.4.0
- upgrade
react-quill
version to2.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
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.1
v3.1.0
- 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 alongsidev6
. Refs STRIPES-827. - Use a unique DOM
id
per editor, allowing multiple editors simultaneously.