add: latest changelog entries
This commit is contained in:
parent
08b2d96eba
commit
9119dd7ea6
1 changed files with 9 additions and 4 deletions
13
CHANGES.md
13
CHANGES.md
|
@ -1,18 +1,23 @@
|
|||
# Change Log
|
||||
|
||||
## May 23, 2020
|
||||
|
||||
* Render tables with stripes and hover colors extrapolated from layout settings
|
||||
* Replaced Google’s ReCaptcha with [hCaptcha](https://hcaptcha.com)
|
||||
|
||||
## May 17, 2020
|
||||
|
||||
* Reverted Yarn scripts into Gradle tasks
|
||||
* Implemented complete build system in Gradle
|
||||
* Added color support for console messages
|
||||
* Replaced Node module for rendering Markdown (marked) with Java implementation (CommonMark)
|
||||
* Replaced Node module for sanitizing HTML (string-strip-html) with Java implementation (jsoup)
|
||||
* 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))
|
||||
|
||||
## May 1, 2020
|
||||
|
||||
* Upgraded jQuery to version 3
|
||||
* Refactored most client-side scripts using Alpine
|
||||
* Moved code for jQuery collage plugin into extra file
|
||||
* 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
|
||||
|
||||
## April 13, 2020
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue