Skip to content

Release v0.3.0

Latest
Compare
Choose a tag to compare
@meetzaveri meetzaveri released this 09 Nov 06:18
· 6 commits to main since this release
c0c69da
  • Refactor the component data fetching mechanism. Previously, each all the component individually made the network request to the database to fetch info. Now this is done in main board component.
  • Refactor the mutation/deletion of the component from component level to board level to maintain single source of truth principle. See Issue #12
  • Fixed the first issue mentioned in #10 with group selection.
  • Changed the design of the toolbar to have less funky styles.
  • Live changes are now disabled by default. There would be a new version coming soon with an option to toggle live changes so collaborator can see changes in real time.
  • Fixes to the pencil component.