Skip to content

Releases: kazzkiq/CodeFlask

v1.4.1

13 May 00:09
fa72d5d
Compare
Choose a tag to compare

Fixes CSS global variable check for non-suported environments (Node/IE).

v1.4.0

31 Dec 16:59
df5f7b6
Compare
Choose a tag to compare
  • 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

09 Nov 17:28
Compare
Choose a tag to compare
  • Adding options to enable/disable readonly mode in editor. (#73)
  • Fixing CSS.supports bug where IE 11 would throw (#79)

v1.2.1

18 Jul 19:47
64978be
Compare
Choose a tag to compare
  • Updating serve package version to a newer, more secure one.

v1.2.0

17 Jul 19:30
Compare
Choose a tag to compare

Adding feature:

  • [a11y] Adding areaId option for labeling <textarea> #78

v1.1.1

16 Jul 16:54
Compare
Choose a tag to compare

[BUG] - Fixing #77.

v1.1.0

10 May 19:23
c512a31
Compare
Choose a tag to compare

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

10 May 00:36
Compare
Choose a tag to compare
Removing test bloat

v1.0.4

06 May 05:20
Compare
Choose a tag to compare

Adding npm install to the prepublish task.

v1.0.3

06 May 05:12
Compare
Choose a tag to compare

Adding prepublishOnly to force build before publishing new version.