Updates

Gravity is regularly maintained with consistent weekly updates, including new features and bug fixes.

Updates are delivered in the private Github repo.

It's recommended to integrate the Github repo into your workflow so that you can easily merge updates into your modified codebase.

Please follow Allan's guide if you need help on how to do this.

Versioning

Each new commit will have an associated version number in the package.json indicating whether it is a new major release, bug fix or feature update.

Status

Version Example

New major release

10.0.0

Bug fix

10.0.1

New feature

10.1.0

Last updated