Releases: kazzkiq/CodeFlask
Releases · kazzkiq/CodeFlask
v1.4.1
Compare
Sorry, something went wrong.
No results found
Fixes CSS global variable check for non-suported environments (Node/IE).
v1.4.0
Compare
Sorry, something went wrong.
No results found
Fixes auto-indent on new lines (#62 )
Handle tabs properly (PR #89 )
Added option to enable/disable auto-indentation on new lines (PR #89 )
Added option to enable/disable self-closing characters (PR #89 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
Adding options to enable/disable readonly mode in editor. (#73 )
Fixing CSS.supports bug where IE 11 would throw (#79 )
v1.2.1
Compare
Sorry, something went wrong.
No results found
Updating serve package version to a newer, more secure one.
v1.2.0
Compare
Sorry, something went wrong.
No results found
Adding feature:
[a11y] Adding areaId option for labeling <textarea> #78
v1.1.1
Compare
Sorry, something went wrong.
No results found
v1.1.0
Compare
Sorry, something went wrong.
No results found
Enhancements
CodeFlask now distributed as an ES6/7+ module (build/codeflask.module.js);
Accept custom target for style insertion (dev);
Bugfixes
Fix defaultTheme option always returning true;
Removing debug code (console.log, etc);
Fixing code running when not needed (options set to false, etc);
Many thanks to @myfreeweb .
v1.0.5
Compare
Sorry, something went wrong.
No results found
Removing test bloat
v1.0.4
Compare
Sorry, something went wrong.
No results found
Adding npm install to the prepublish task.
v1.0.3
Compare
Sorry, something went wrong.
No results found
Adding prepublishOnly to force build before publishing new version.