System Designer Versions Save

A low-code development platform for creating systems 🇺🇦#standwithUkraine

v4.3.0

4 years ago

Changelogs:

  • Improved: speed of the app.
  • Updated: dev dependencies.

v4.2.0

4 years ago

Changelogs:

  • Updated: dev dependencies.

v4.1.1

4 years ago

Changelogs:

  • Fixed: some UI glitches on portrait mode with small screens (mobile version).
  • Updated: dev dependencies.

v4.1.0

4 years ago

Changelogs:

  • Updated: System Runtime dependencies.

v4.0.2

4 years ago

Changelogs:

  • Fixed: issue in Components UI with collections. #133
  • Updated: dev dependencies.

v4.0.1

4 years ago

Changelogs:

  • Improved: clean code.
  • Updated: dev dependencies.

v4.0.0

4 years ago

Changelogs:

  • Added: you can zoom in/zoom out with scroll on diagrams.
  • Improved: speed and size of the runtime.
  • Improved: diagram generation.
  • Removed: classInfo API. You can now do the same with:
this.require('db').collections()._GeneratedSchema.find({
  _name: your_schema_name
})
  • Updated: dev dependencies.

v3.7.0

4 years ago

Changelogs:

  • Updated: error and init _Component signatures. Changed only the parameter name. It is not a breaking change.
  • Updated: simplify _Component schema, model and help message.
  • Fixed: a potential issue on save.
  • Improved: styles for small screen.
  • Improved: GitHub push command.
  • Updated: dev dependencies.

v3.6.1

4 years ago

Changelogs:

  • Added: error action on the System is now invoked on any error.
  • Improved: error messages.
  • Updated: dev dependencies.

v3.6.0

4 years ago

Changelogs:

  • Updated: dev dependencies.