kazzkiq/CodeFlask
A micro code-editor for awesome web pages.
17 Releases
Latest: 7y ago
v1.4.1Latest
Fixes `CSS` global variable check for non-suported environments (Node/IE).
v1.4.0
📋 Changes
- 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
📋 Changes
- Adding options to enable/disable readonly mode in editor. (#73)
- Fixing `CSS.supports` bug where IE 11 would throw (#79)
v1.2.1
📋 Changes
- Updating `serve` package version to a newer, more secure one.
v1.2.0
📋 Changes
- [a11y] Adding `areaId` option for labeling `<textarea>` #78
v1.1.1
[BUG] - Fixing #77.
v1.1.0
📦 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
v1.0.4
Adding npm install to the prepublish task.
v1.0.3
Adding prepublishOnly to force build before publishing new version.
v1.0.2
Updating package.json links
v1.0.1
Fixing styles encapsulation.
v1.0.0
📋 Changes
- Use ES6/7+ syntax for CodeFlask source code;
- Generate production files automatically (via Rollup);
- Write decent automated tests to prevent things breaking every new release;
- Embbed Prism as a CodeFlask dependency, so users don't neet to install other things;
- Create a default theme for CodeFlask independent from default Prism.js one.
- Add line numbers support out of the box (without the need of plugins);
- Enable importing of language support on the fly (flask.addLanguage(), etc);
- Drop support for older browsers;
- + 3 more
v0.3.1
v0.2.0
📋 Changes
- Added support for indentation (TAB and/or SHIFT+TAB) [#24]
- Added Codeflask to npm
Small issues related to styles fixedv0.1.1
First stable version for basic usagev0.1.0
