Skip to content

Releases: Tsuzat/ShadEditor

Release-0.0.13

31 Jan 10:35
Compare
Choose a tag to compare

Find NPM release here https://www.npmjs.com/package/shadeditor

What's Changed

  • add: Prerender and SSR config by @Tsuzat in #8

New Contributors

  • @Tsuzat made their first contribution in #8

Full Changelog: 0.1.11...0.1.13

Release-0.1.11

25 Jan 18:42
Compare
Choose a tag to compare

Release Notes

New Features

  1. Video Extension Enhancements:

    • Added the Video Extension with commands for setting, toggling, and removing videos, enabling seamless video management within the editor.
    • Introduced a Video Placeholder Extension powered by a Svelte component, allowing easy insertion of video placeholders.
    • Developed the VideoExtended Component with features for resizing and alignment, ensuring better customization and layout control.
    • Added a Video Button Component for quick insertion of video placeholders directly from the editor toolbar.
    • Integrated a Video Icon into the editor toolbar for user-friendly video insertion.
    • Combined VideoExtension and VideoPlaceholder into the editor for a streamlined video editing experience.
  2. Editor Enhancements:

    • Added Gapcursor and Auto-Joiner Extensions to improve the editing experience for inserting and managing gaps between nodes.
    • Introduced the Gapcursor Extension for precise cursor placement in empty spaces between elements.
  3. Documentation Updates:

    • Added a Video Extended Section to the documentation, providing detailed guidance on using the new video-related features.

These updates enhance the editor's functionality by enabling robust video handling, improving usability, and providing clear documentation for seamless integration.

Find the npm release here https://www.npmjs.com/package/shadeditor

Full Changelog: 0.1.10...0.1.11

0.1.10

22 Jan 10:25
Compare
Choose a tag to compare

Find the NPM Release in https://www.npmjs.com/package/shadeditor

Full Changelog: 0.1.0...0.1.10

0.1.0

21 Jan 08:17
Compare
Choose a tag to compare

Find NPM release here

Add LaTeX and Maths Support

This release includes the $\LaTeX$ with evaluation of math expressions. You can explore the doc

Support for exporting the data

One can now export the data as HTML, Markdown, Plain Text, JSON. Check out the doc

Full Changelog: 0.0.99...0.1.0

Release 0.0.99

19 Jan 06:45
Compare
Choose a tag to compare

Find NPM Release at https://www.npmjs.com/package/shadeditor

What's Changed

  • Update cli.js to fix error by @Xyndra in #7

New Contributors

  • @Xyndra made their first contribution in #7

Full Changelog: 0.0.98...0.0.99

0.0.98

12 Jan 15:35
Compare
Choose a tag to compare

0.0.97

10 Jan 16:48
Compare
Choose a tag to compare

Find NPM Release here. https://www.npmjs.com/package/shadeditor

Full Changelog: 0.0.9...0.0.97

Release 0.0.96

01 Jan 08:15
Compare
Choose a tag to compare

Find new release on npm

Full Changelog: 0.0.95...0.0.96

Release 0.0.95

30 Dec 15:36
Compare
Choose a tag to compare

Drag Handle Support

This release introduces the Drag handle and Auto joiner, which allows user to drag nodes across the editor and let the nodes to be joined with one another. Find related documentation here

Demo Video

Demo.mp4

Release 0.0.9

05 Dec 08:48
Compare
Choose a tag to compare

Improved CSS for Task List and other CSS improvements