mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Added changelog for 2.2.0
This commit is contained in:
parent
c962824ca7
commit
dc7a5c649a
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
# 2.2.0
|
||||
|
||||
### Notable enhancements and fixes
|
||||
|
||||
- Removal of Etherpad require kernel: We finally managed to include esbuild to bundle our frontend code together. So no matter how many plugins your server has it is always one JavaScript file. This boosts performance dramatically.
|
||||
- Added log layoutType: This lets you print the log in either colored or basic (black and white text)
|
||||
- Introduced esbuild for bundling CSS files
|
||||
- Cache all files to be bundled in memory for faster load speed
|
||||
|
||||
|
||||
# 2.1.1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue