Skip to content

Releases: vriteio/vrite

v0.4.3

11 Jun 16:34
Compare
Choose a tag to compare

New Features:

  • Redesigned settings, content piece, and other views - now featuring clearer, collapsible-based design;
  • New Snippets API, menu & editor - allowing you to create reusable content snippets to be easily accessible from / menu;
  • New comments menu, allowing access to active, inactive, and resolved threads from the side panel on the right;
  • Undo text auto-formatting with CMD/CTRL-Z;

Improvements:

  • Better collaboration cursor handling;

Fixed Issues:

  • Code block duplication;
  • Inconsistent content changes with MDX transformer in Git sync (especially around tables);
  • Duplicate comment menus;
  • Copy-pasting nested content, e.g. from inside elements;

Vrite Cloud:

  • Rearchitectured custom element views (improved cursor handling, selection, etc.);

v0.4.2

12 May 07:49
Compare
Choose a tag to compare

Highlights

New features:

  • Custom element views (via extensions); Currently supported only on Vrite Cloud;

Bug fixes and UI/UX improvements

  • General improvements in the editor (selection, collaboration, table handling, etc.)
  • UI/UX Improvements to the onboarding/help section and explorer panel;
  • Fixes in auth screen and session stability;

v0.4.1

29 Feb 16:37
Compare
Choose a tag to compare

Bug fixes and UI/UX improvements

  • Git sync:

    • Added persistent GitHub token in memory during the session;
    • Fixed updates on content piece moved;
    • Fixed notification why commits fail;
  • Dashboard:

    • Improvements to success/failure notifications, loading states;
    • Better dropdown auto-positioning;
    • Fixed issues when working with variants (creating a new piece, managing tags, reloading content on active variant change);
  • Editor:

    • Removed ESC for escaping Zen mode (conflicted with elements and code blocks);
    • Improved block action positioning on resize;
    • Added option to change the type of relative link to be inserted;
    • Fixed reload on variant or editor settings change;
    • Fixed Ctrl S formatting in code blocks;
  • Search:

    • Added indexing of element's content;
    • Added option to stop Q&A;
  • Added option to confirm/cancel modals via keyboard;

  • Added option to block popular disposable emails;

Docs & landing page

  • Redesigned documentation and landing page;
  • API documentation;

EE

  • Added: Billing with Stripe

v0.4.0

06 Feb 19:15
Compare
Choose a tag to compare

Editor

  • Added: underline mark;
  • Added:: blocks nesting support inside table cells;
  • Added: drag and drop (d&d) for top-level blocks and paragraphs;
  • Added: menu to change text or list block type (accessible via the d&d handle);
  • Added: caption attribute to images;
  • Added: internal linking support;

Dashboard

  • Added: table view;
  • Added: horizontal-scroll section navigation in content piece side-panel;
  • Removed: list view;

Search

  • ⚠️ Breaking: Reindexed search with content groups;
  • Added: search only by title;
  • Added: search and. Q&A within specific content groups;
  • Changed: moved to GPT 4 Turbo for Q&A;

Other

  • ⚠️ Breaking: redesigned extension system;
  • Added: right-side explorer panel;
  • Added: signing secret support for webhooks;

v0.3.2

18 Oct 10:50
Compare
Choose a tag to compare
  • Fix block selection in collaboration;
  • Make links in SendGrid email direct;
  • Add MDX option in the Export menu;
  • Fix and improve UI navigation in Safari and on mobile;

v0.3.1

13 Oct 12:54
Compare
Choose a tag to compare
  • Fix list view drag and drop issues
  • Fix editor styling issues
  • Fix authentication issues
  • Improve mobile dashboard navigation

v0.3.0

12 Oct 10:09
Compare
Choose a tag to compare
  • Added an Element block, allowing custom structured data to be added to the JSON content via XML-like syntax;
  • Added title and meta attributes to the Code block;
  • Added an MDX extension, defining a custom transformer with support for frontmatter and MDX block elements;
  • Updated CORS to allow API access from the browser;
  • Extended /search endpoint to return content piece metadata;
  • Redesigned editor menus for Image, Embed, and Code blocks.
  • Restructured @vrite/backend package;
  • Removed the Wrapper block (replaced by Element);
  • Removed CORS image proxy;

v0.2.2

30 Sep 13:41
Compare
Choose a tag to compare

Fix passing SMTP configuration options

v0.2.1

29 Sep 19:42
d0f0d29
Compare
Choose a tag to compare

Update for .env config: SMTP username and password optional

v0.2.0

13 Sep 10:49
Compare
Choose a tag to compare
  • New self-hosting support through Docker
  • New customizable Wrapper block
  • New Remote Transformers for Git integration
  • Redesigned landing page
  • Redesigned docs
  • Improvements to the commenting system
  • Bug fixes and stability improvements