Releases: AgregoreWeb/extension-agregore-renderer
Releases · AgregoreWeb/extension-agregore-renderer
v2.1.5 - trigger dom load on render
After rendering the page we now properly close the document and emit a "load" event which is needed for the browser to detect if css loaded correctly.
v2.1.3 - clean reader view
Detect when reader view wraps article content with extra elements and remove them.
v2.1.2 - Update gemini and ssb deps
- Gemini links now render in an
p
instead of adiv
- Update ssb-markdown dep to point at npm instead of the fork
v2.1.1 - Fix reader mode sometimes showing null for author info
v2.1.0 - New reader mode
Adds a new action button to view a simplified version of a page.
Uses Mozilla's Readability API to parse the page.
Also injects the agregore styles like the other renderers.
v2.0.2 - Fix syntax error!
Whoops! Looks like there was a syntax error breaking the extension. Added a step for linting in the release process so we can catch this more obviously next time.
Should be working correctly now.
v2.0.1 - Fix renderers not working
Due to the the .gitignore
in the project, the generated bundles for the renderers were not actually getting saved to the zip.
Now they are!
v2.0.0 - ActivityStreams and JSON-LD rendering, new release format
- JSON renderer now correctly detects the
application/ld+json
andapplication/activity+json
mime types - The renderer bundles are no longer part of the source tree
- The extension now gets automatically built and released upon tagging (for the new Agregore extension system