- [Bug Fixes](#bug-fixes)
- [Features](#features)
- [Upgrading from v0.25.0](#upgrading-from-v0250)
- [The CMS object is no longer enabled by default](#the-cms-object-is-no-longer-enabled-by-default)
If you were creating the CMS like this:
const cms = new TinaCMS()
Then the CMS would have been enabled (i.e. the eidting UI would be available).
This is no longer the case so you will have to switch to:
const cms = new TinaCMS({ enabled: true })
Last Edited: August 3, 2020