- Dropped support for IE8, cleaned up legacy code for old browsers. - Disabled saving files using HTML5 on Firefox to prevent a Firefox bug blocking cut/paste functionality in editable divs after using a.download.
2.3.3
- Added support for search (Ctrl+F) in the code editor Ace. - Fixed a positioning issue of the action menu when in bootstrap modal. (thanks tsash).
2.3.2
- The web application is now available offline. Thanks ayanamist.
2.3.1
- Fixed non-working action menu when in bootstrap modal (z-index issue). - Fixed missing main field in package.json.
2.3.0
- Implemented an option `modes`, which creates a menu in the editor where the user can switch between the selected editor modes. - Fixed wrong title on fields with value `null`. - Fixed buggy loading of files in the web application.
2.2.2
- Fixed non working option `indentation`. - Fixed css not being loaded with AMD in case of multiple scripts. - Fixed a security error in the server side file retriever script of the web application.