Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha 1 Release #26

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Alpha 1 Release #26

merged 1 commit into from
Jun 2, 2021

Conversation

pedsm
Copy link
Owner

@pedsm pedsm commented Jun 2, 2021

Key changes:

  • Upgrade Electron to v13
  • Upgrade mermaid to 8.10.x
    • Support for state-diagram-v2
  • Improved support for larger graphs (scrolling and centring)
  • Reworked the multi-process architecture (Moved away from electron/remove entirely to IPC)
  • Removed old renderService from main process into a cleaner browser process model (closes Move mermaid rendering to the main process  #23)
  • Improved debug logging for better context on logs

Minor changes

  • Added debug config for VS Code
  • Linter rules update
  • Moved to yarn
  • Updated snippet to state-diagram-v2
  • Upgrade CI to yarn and node v14

@pedsm pedsm force-pushed the beta1 branch 2 times, most recently from a7d1e7d to 7ced85b Compare June 2, 2021 15:21
@pedsm pedsm merged commit a044565 into master Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move mermaid rendering to the main process
2 participants