Releases: HashBrownCMS/hashbrown-cms
Releases · HashBrownCMS/hashbrown-cms
HashBrown 1.3.5
Database connection caching made mandatory with recent versions of MongoDB, which also provides a huge performance boost.
HashBrown 1.3.4
Security update eliminating multiple exploits.
A huge thanks to @ufo009e for bringing these vulnerabilities to light.
HashBrown 1.3.3
Additional security fixes
HashBrown 1.3.2
Minor UX and security fixes
HashBrown 1.3.1
Various minor bugfixes
HashBrown 1.3.0
Improvements
- #312 Schema id rename not working
- #311 ResourceBrowser possible race condition when updating, causing scrollTop to be 0
- #313 Some nested fields not populated in ArrayEditor
- #306 Deprecate pug.js
- #307 New UI
- #320 Mention upsert option in API docs for creating schemas
- #317 Adding Tags doesn't delete "(empty)" placeholder
- #318 Schema editor icon picker doesn't update immediately
- #319 Perform sync setting sanity check in project settings modal
- #309 Remove /login view route and all references to it
- #316 Link in update prompt is displayed in plain
- #314 When uploading backup, title is blank. Also, non-timestamps don't work.
- #303 Users can work on the same project in parallel and overwrite each other's changes
- #304 ArrayEditor improvements
- #290 Collaborative editing options
HashBrown 1.2.2
Bugfix for StructEditor config view
HashBrown 1.2.1
Fixes an important issue with saving values in ArrayEditor
HashBrown 1.2.0
Breaking changes
- The
/db
folder for themongodb
docker volume has been moved, along with all other docker related files, to the/docker
folder. After you pull the latest changes, make sure to manually move your/db
folder to/docker/db
before you restart the container. - The
/plugins
folder has been unversioned, so please remove all content in this directory (except for custom plugins you want to keep, of course)
Improvements
- #220 Adjust UI to be tablet friendly: alternatives to context clicking
- #234 Contrast of Input-Fields in struct context (alternated background colors) should be higher
- #236 Editor for "Rich Text" should be configurable for Markdown ⁄ plain text. A setting on the FieldSchema
- #251 CKEditor bugs out sometimes
- #258 Newly added struct fields get discarded after saving and then adding yet more fields
- #260 Deprecate redundant libraries
- #267 Session tokens are persistent for admins
- #268 Automatic update v1.0 —› v1.1 is failing
- #272 uischema.org importer and processor
- #273 ResourceHelper: Fetch node icons asynchronously
- #277 Update the demo to make use of the new ResourceHelper
- #279 Remove webpack generated files out of git?
- #282 connect mongodb with srv protocal, and no port
- #284 ck editor without text color select, and with same errors, how about "react-draft-wysiwyg"
- #285 Config permissions for the WYSIWYG editor
- #286 Improve the reliability of sorting content items
- #287 Babel compilation produces client-side errors
- #288 Upgrade flow optimised to cater technical users more
- #292 Error when trying to remove a connection
- #293 Investigate memory leak
- #294 Error when creating a new user
- #295 Remove deprecated entries from frontend QA test sheet
- #296 Uploading media throws an error
- #297 Restructure plugins
- #298 Media and content labels in collapsed mode
- #299 Alphabetical order of projects on the dashboard
HashBrown 1.1.4
Improvements to the DatabaseHelper, courtesy of @AndreLion