Releases: riccardoperra/codeimage
v0.18.0 - Gradients everywhere
CodeImage officially supports theme with gradients!
What's new
With the latest release, CodeImage allows you to set gradients from a rich and accurate choice of pre-defined colors.
Most of the themes highlighting have been improved, also following the update of CodeMirror6 to ^0.20 version, to improve the quality of the generated snippets.
Color Picker
Say goodbye to the native color picker, you can now use the newest one which allows you to choose from a rich color palette between gradients and plain colors, so you can select the one you like more.
If you think there is a missing color on the palette, you can always propose a new one creating a new GitHub issue.
Alternative background
This release also enables the Background
property in the frame section. You can now set an alternative background which works even better with the use of gradients!
Note Currently, this modality doesn’t support the Window with tab accent style. During the time it will be be improved and support the tab style soon
Make your code snippets unique!
What's changed
- feat: add theme gradients by @riccardoperra in #258
- feat(app): add alternative theme by @riccardoperra in #262
- chore(release): version packages by @github-actions in #259
Bug fixes
- Fix query params update when properties change by @riccardoperra in #263
- Fix empty editor when theme configuration is not valid by @riccardoperra in #261
Other
- Update SolidJS to v1.4.2
- @solid-aria is now part of CodeImage! Updates of current components will follow
- Removed deprecated libraries and factory functions for themes which were using PrismJS highlighting-like classes
Full Changelog: v0.17.2...v0.18.0
v0.17.2
What's Changed
- fix: fix umami script not loading in production environment by @riccardoperra in #254
Full Changelog: v0.17.1...v0.17.2
v0.17.1
v0.17.0
What's Changed
- feat(app): add umami analytics by @riccardoperra in #237
Full Changelog: v0.16.1...v0.17.0
v0.16.1
Bug fixes
- Fix not working open button on mobile devices - @riccardoperra in #231
Full Changelog: v0.16.0...v0.16.1
v0.16.0
This is the first release after SolidJS hackathon. It focus on improving core packages and some features for future implementations.
What's new
- Improved the search theme filter - @JRafael91 in #143
- Space mono font is now available as new editor font - @riccardoperra in #210
- Add glass reflection like effect to the editor - @riccardoperra in #215
- You can now exports your snippets directly in a new tab - @riccardoperra in #221
- You can copy to your clipboard the snippet with Ctrl+C - @riccardoperra in #221
- Improved editor input style - @riccardoperra in #223
- Themes highlighing has been improved - @riccardoperra in #214
Bug fixes
- Enabled indent with tab - @riccardoperra in #218
- ShareButton is now displayed on Safari and Firefox - @riccardoperra in #222
Other
- PrismJS factory theme has been deprecated. New themes will use the latest CodeMirror Highlight API - @riccardoperra in #214
- App will be updated automatically after a new release. The update prompt will not be shown anymore - @riccardoperra in #224
- README.md has been updated - @riccardoperra in #206
- CodeMirror packages has been updated to v0.20 - @riccardoperra in #226
New Contributors
- @JRafael91 made their first contribution in #143
Full Changelog: v0.15.2...v0.16.0
v0.15.2
What's Changed
- fix(app): fix broken padding on image export by @riccardoperra in #204
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- feat(theme): add Material Light theme by @riccardoperra in #198
- fix(app): add click event to ThemeSwitcher radio item by @riccardoperra in #200
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- docs: update README.md by @riccardoperra in #169
- refactor(app): move UI components to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move Drdopwon to @codeimage/ui by @riccardoperra in #188
- refactor(ui): move SvgIcon to @codeimage/ui by @riccardoperra in #189
- refactor(ui): move PortalHost to @codeimage/ui by @riccardoperra in #190
- refactor(ui): move Snackbar to @codeimage/ui by @riccardoperra in #191
- refactor(ui): move Toggle to @codeimage/ui by @riccardoperra in #192
- refactor(ui): move TextField to @codeimage/ui by @riccardoperra in #191
- refactor(ui): move SvgIcon to @codeimage/ui by @riccardoperra in #191
- refactor(ui): move Snackbar to @codeimage/ui by @riccardoperra in #191
- refactor(ui): move RangeField to @codeimage/ui by @riccardoperra in #191
- refactor(ui): move Label to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move Button, Text and Link to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move RadioBlock to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move SegmentedField to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move Select to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move PortalHost @codeimage/ui by @riccardoperra in #171
- refactor(ui): move Dialog and Transtiion to @codeimage/ui by @riccardoperra in #171
- refactor(ui): move Box to @codeimage/ui by @riccardoperra in #171
- refactor(ui): add component factory by @riccardoperra in #193
- ci: refactor build scripts by @riccardoperra in #194
Full Changelog: v0.14.7...v0.15.0
v0.14.7
What's Changed
- fix(app): hidden tab accent and placeholder on export when empty #162 by @riccardoperra in #163
- fix(app): fix mac os terminal style margin by @riccardoperra in #166
- chore: update vite dependency by @riccardoperra in #165
- fix(theme): broken editor autocomplete style #167 by @riccardoperra in #168
Full Changelog: v0.14.6...v0.14.7