Subramanya Sastry has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/383368 )
Change subject: Update HISTORY.md for new debian release ...................................................................... Update HISTORY.md for new debian release * This only has a notable summary of changes and is not a exhaustive listing of all bug fixes and changes. Change-Id: Ibfbd52dab2cfe53dc221f02c04afd70d37b10433 --- M HISTORY.md 1 file changed, 56 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid refs/changes/68/383368/1 diff --git a/HISTORY.md b/HISTORY.md index b69ac20..d7b6bac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,59 @@ +0.8.0 / 2017-10-06 +================== + Notable wt -> html changes: + * Parse and serialize language converter markup + * Support video and audio content + * Markup red links, disambiguation links in Parsoid HTML + * Support HTML5 elements in older browsers + * Generalize removal of useless p-wrappers + * Improve handling of tokens in parser function targets + * More permissive attribute name parsing + + match PHP parser's attribute sanitizer + * Remove dependence on native parser functions + * Stop using usePHPPreProcessor as a proxy for an existing mw api to parse extensions + * Handle templated template names + * Handle [[Media:Foo.jpg]] syntax correctly + * Several bug fixes + + Notable html -> wt changes: + * Use improved format specifier for TemplateData enabling templates + to control formatting of transclusions after VE edits + * Cleanup in separator handling in the wikitext serializer + * Fix unhandled detection of modified link content + * Handle interwiki shortcuts + * Several bug fixes + + API: + * Remove support for pb2html in the http api + + Extensions: + * Cite: + - Add support for Cite's `responsive` parameter + * Gallery: + - Remove inline styling for vertical alignment in traditional galleries + - All media should scale in gallery + + Dependencies: + * Upgrade service-runner, mediawiki-title + * Use uuid instead of node-uuid + * Upgrade several dependencies to deal with security advisories + + Infrastructure: + * Migrate from jshint to eslint + + Notable wikitext linting changes: + * Only lint pages that have wikitext contentmodel + * Lint multiple colon escaped links (incorrect usage) + * Add an API endpoint to get lint errors for wikitext + * Turn off ignored-table-attr output + * Add detection for several wikitext patterns that render differently + in Tidy compared to a HTML5 based parser (Parsoid, RemexHTML). + This is only relevant if you want to fix pages before replacing + Tidy or if you want to use Parsoid HTML for non-edit purposes. + + Other: + * Add code of conduct file to the repo + 0.7.1 / 2017-04-05 ================== No changes. New release to update nodejs dependency in the deb package. -- To view, visit https://gerrit.wikimedia.org/r/383368 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibfbd52dab2cfe53dc221f02c04afd70d37b10433 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/parsoid Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
