This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Releases: Yoast/YoastSEO.js
Releases · Yoast/YoastSEO.js
v1.39.3
Bugs:
- Fixes a bug that would cause a browser crash in Chrome and Opera on Windows when the site language was Polish and the readability analysis was switched on.
v1.39.2
Bugs:
- Fixes a bug where the readability analysis would not show the correct scores for cornerstone content.
- Fixes a bug where switching off the SEO analysis would stop the readability analysis from loading.
v1.39.1
- Fixes a bug where our JavaScript memory usage would increase indefinitely. This could result in a browser crash after a long enough period.
v1.38.4
Bugs:
- Fixes a bug where our JavaScript memory usage would increase indefinitely. This could result in a browser crash after a long enough period.
v1.39.0
Enhancements
- Adds readability analysis for Polish.
- Adds prominent words for Polish.
1.38.3
1.38.2
Bugs:
- Fixes an issue where we would show bad results for an empty Paper.
Enhancements:
- Automatically parse and serialize all value objects send to and from the worker. This means
Paper
objects can be passed to the analysis wrapper. - Add a method to the worker that can run any arbitrary research,
runResearch
. - Add a priority system to the Scheduler, this means extensions run before the analysis to make sure they are loaded.
- Adds support for related keywords.
v1.38.1
- Improves web worker functionality.
v1.38.0
- Adds basic web worker functionality.