Skip to content

Releases: wraft/wraft-frontend

0.4.1

31 Jan 06:05
0.4.1
37d1bf6
Compare
Choose a tag to compare

Features 🚀

  • feat(doc): Add UI component to Storybook (#13)
  • feat(web): Basic import features with style updates (#12)
  • feat(ui): Add InputText, InputField, and PasswordInput (#11)
  • feat(ci): Add GitHub Actions (#7)
  • feat(web): Change text field to password input (#6)

Fixes 🐛

  • fix: Prevent org deletion and switch to Personal account (#8)

Refactors 🔨

  • refactor(editor): Improve editor functionality and performance (#10)

Chores 🛠

  • chore: Upgrade packages
  • chore: Rename "setting up status" to "draft" (#9)
  • chore: Update README
  • chore: Add funding URLs for Floss
  • chore: Update Dockerfile (#5)
  • chore(web): Remove landing page and unused files
  • chore(web): Remove console log in production
  • chore: Update env example variables

Documentation 📚

  • docs: Update README.md (#2)

v0.4.0

24 Sep 18:04
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Send custom emails post-document generation.
  • Create a basic scalable notification system
  • Approval History
  • Document count in the dashboard UI with materialized views.

Bug Fixes 🐛

  • Limited bulk document generation pipeline job retries from 20 to 1.
  • Approval listing to exclude approved documents
  • Remove duplicate entries in allowed_users to view documents
  • Script to fix missing link between pipeline and form
  • Fix pipeline deletion flow
  • Fix document generation breakage due to copy-pasting data into the editor.
  • Fix improper table data aligned in the Generated document.

Improvements

  • Track documents generated normally or via pipeline.
  • Create a setting up state for the approval process.
  • Table conversion in document generation
  • Track approval status for a document
  • Pipe-stage count for each pipeline
  • Sorting feature for data template
  • Improved error handling and logging for pipeline triggers via form data entry.