Releases: charlie-tango/umbraco-rich-text
Releases · charlie-tango/umbraco-rich-text
v2.0.0
🚀 Features
- Add stripStyles option to remove inline styles from HTML elements - by @thebuilder (e88f3)
- Memory optimizations - by @thebuilder in #26 (cb9c5)
View changes on GitHub
v1.0.0
Originally the idea was to add more tools for working with Umbraco in React to this package. But it's been limited to specifically working with Rich Text. Therefor, the package name has been changed from @charlietango/react-umbraco to a more focused name @charlietango/umbraco-rich-text. The old package has been deprecated - It will still work, but you should change all the references to the new package path.
🚀 Features
- Add stripStyles option to remove inline styles from HTML elements - by @thebuilder (e88f3)
- Change package name to @charlietango/react-umbraco - by @thebuilder (a6a36)
View changes on GitHub
v0.6.0
🚀 Features
- Add attributes map, to convert HTML attributes to React - by @thebuilder (acb6f)
View changes on GitHub
v0.5.1
v0.5.0
🚀 Features
- Enhance meta data forwarding, and fix rendering blocks in p tags - by @thebuilder (3284a)
- Upgrade dev dependencies and add biome fixes - by @thebuilder (c2617)
View changes on GitHub
v0.4.3
v0.4.2
No significant changes
View changes on GitHub
v0.4.1
No significant changes
View changes on GitHub
v0.4.0
🐞 Bug Fixes
- richtext: Decode and handle anchor/query string properly - by @thebuilder (a8d96)
View changes on GitHub
v0.3.1
🚀 Features
- Upgrade to Vitest 3 and update other dependencies - by @thebuilder (a2df1)