Release notes for 1.1
What's New in This Version:
Cross-Browser Compatibility Improvements:
Updated the use of deprecated chrome.extension.getURL() to a modern, cross-browser approach using browser.runtime.getURL(), ensuring compatibility with both Chrome and Firefox.
Improved Spell Check Handling for Shadow DOM:
Enhanced the handling of input fields within Shadow DOMs to ensure spell-checking works seamlessly across more types of websites.
Contenteditable Element Support:
Added improved support for contenteditable elements, making the spell-checker functional in rich text editors, like those often used in web applications.
Cross-Browser Compatibility Improvements:
Updated the use of deprecated chrome.extension.getURL() to a modern, cross-browser approach using browser.runtime.getURL(), ensuring compatibility with both Chrome and Firefox.
Improved Spell Check Handling for Shadow DOM:
Enhanced the handling of input fields within Shadow DOMs to ensure spell-checking works seamlessly across more types of websites.
Contenteditable Element Support:
Added improved support for contenteditable elements, making the spell-checker functional in rich text editors, like those often used in web applications.