- Only change
value
prop toReactQuill
ifDOMPurify
made changes. Refs STRIPES-953. - Export
sanitize
function for module-level value sanitization. Refs STRIPES-953 also.
3.4.1 (2024-11-13)
- Fix
DOMPurify
import. Refs STRIPES-947.
3.4.0 (2024-10-15)
- 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.
3.3.0 (2023-10-13)
- 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.
3.2.0 (2023-03-03)
- Provide
@folio/stripes
v8
compatibility. Refs STRIPES-849.
3.1.1 (2022-11-14)
- Prefix UUIDs used for HTML
id
attributes to guarantee a non-numeric-prefix. Refs STRIPES-832.
3.1.0 (2022-10-25)
- 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.
3.0.0 (2021-01-26)
- BREAKING
@folio/stripes
v6
compatibility
2.0.0 (2020-10-19)
- BREAKING increment @folio/stripes to v5 (#12)