Ackee v2.1.0 Release Notes

Release Date: 2020-10-24 // over 3 years ago
  • ๐Ÿš€ This release introduces support for serverless functions. You can now deploy Ackee to Netlify ๐Ÿš€ It also reduces the memory usage and allows you to build all static files into /dist by running yarn build. Run yarn server to start the server without building those files, again. This reduces the initial startup time. yarn start combines both commands for convenience and is still the recommended way to run Ackee.

    โž• Added

    • ๐Ÿ‘Œ Support for serverless functions and Netlify (#155)
    • โž• Added "Deploy to Netlify" to the Get Started guide
    • ๐Ÿ— Build all static files into /dist by running yarn build
    • Start the server without rebuilding static files using yarn server

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved scrollbars on Windows (#153, thanks @Go-Merk)

    ๐Ÿ›  Fixed

    • โฌ‡๏ธ Reduce high memory usage by building files in a different step (#170)
    • ๐Ÿ‘‰ Show only active records in visitor counter (#161)
    • Labels in modals sometimes not clickable because of invalid ids