2020-05-17 21:35:28 +02:00
|
|
|
|
# Change Log
|
|
|
|
|
|
2020-06-14 16:28:51 +02:00
|
|
|
|
## May 23, 2020
|
|
|
|
|
|
|
|
|
|
* Render tables with stripes and hover colors extrapolated from layout settings
|
|
|
|
|
* Replaced Google’s ReCaptcha with [hCaptcha](https://hcaptcha.com)
|
|
|
|
|
|
2020-05-17 21:35:28 +02:00
|
|
|
|
## May 17, 2020
|
|
|
|
|
|
|
|
|
|
* Reverted Yarn scripts into Gradle tasks
|
|
|
|
|
* Implemented complete build system in Gradle
|
|
|
|
|
* Added color support for console messages
|
2020-06-14 16:28:51 +02:00
|
|
|
|
* Replaced Node module for rendering Markdown (marked) with Java implementation ([CommonMark](https://github.com/atlassian/commonmark-java))
|
|
|
|
|
* Replaced Node module for sanitizing HTML (string-strip-html) with Java implementation ([jsoup](https://jsoup.org))
|
2020-05-17 21:35:28 +02:00
|
|
|
|
|
|
|
|
|
## May 1, 2020
|
|
|
|
|
|
|
|
|
|
* Upgraded jQuery to version 3
|
2020-06-14 16:28:51 +02:00
|
|
|
|
* Refactored remaining cient-side jQuery code using [Alpine](https://github.com/alpinejs/alpine) (jQuery is still a dependency of UIkit, though)
|
|
|
|
|
* Moved code for jQuery [CollagePlus](https://github.com/antville/jquery-collagePlus) plugin into extra file
|
2020-05-17 21:35:28 +02:00
|
|
|
|
|
|
|
|
|
## April 13, 2020
|
|
|
|
|
|
|
|
|
|
* Rewrote most client-side code without using jQuery
|
|
|
|
|
* Refactored Formica bookmarklet
|
|
|
|
|
* Improved Proxy Claustra for use with Formica bookmarklet
|
|
|
|
|
* Fixed output missing Markdown filter in multiple places
|
|
|
|
|
* Replaced Gradle and Ant build tasks with Yarn scripts
|
|
|
|
|
* Removed support for Instant Articles
|
|
|
|
|
* Removed support for Accelerated Mobile Pages
|
|
|
|
|
* Replaced Rhino-incompatible sanitize-html NPM package with string-strip-html
|
|
|
|
|
* Upgraded NPM dependencies to latest compatible versions
|
|
|
|
|
* Incorporated some claustra as integral part of Antville
|