Skip to content

v2.2.1

Compare
Choose a tag to compare
@the-djmaze the-djmaze released this 27 Jan 11:14
· 4758 commits to master since this release

Due to replacing webpack for rollup, i've decided for this new release.
Thanks to rollup the actual JavaScript code is smaller (also with tree shaking).
This also meant some js code is changed and reduced.
Drawback of rollup is no development debugging, but Nollup is the solution to that.
The result is:

webpack rollup
admin.min.js gzip 22.524 17.419
admin.min.js brotli 19.826 15.447
app.min.js gzip 83.903 73.688
app.min.js brotli 73.698 61.812

Further:

  • CSS cleanup
  • fixed language translations
  • updated README with RainLoop v1.15