Releases: arakel2/css-editor
Releases · arakel2/css-editor
Release list
CSS Editor v1.1.0
New Feature: Inline color preview for CSS editor 🎨
Highlight CSS color values (HEX, RGB, RGBA, HSL, HSLA, named colors)
with colored underlines using ACE's dynamic marker API.
Samples:
- Expand from 7 to 10 samples (Typography, Lists, Tables, Forms,
Cards & Grid, Navigation, Code & Pre, Media, Admonitions & Details,
Full Page with TOC) - All samples now in English with substantially more content
- Add samples/images/ for media sample assets
Default CSS (style.js):
- Complete rewrite with GitHub-inspired light theme
- All values driven by :root custom properties for easy theming
Snippets (snippets/default.js):
- Remove emoji category
- Add :root Light/Dark Theme snippets matching style.js
- Update CSS Variables to match new :root property names
- Add categories: Typography, Selectors, Components, Animations
- Improve Layout, Effects, and Media Queries entries
Editor (index.html):
- Add tag in iframe for correct relative image paths
- Add click handler to intercept anchor links inside iframe preview
CSS Editor v1.0.1
Search box from ACE-Editor added:
Keyboard Shortcuts:
Find: Ctrl + F
Replace: Ctrl + H
CSS Editor v1.0.0 – Initial Release
Just the first release of the CSS-Editor 😀