Releases: techintel/ReactCMS
Releases · techintel/ReactCMS
v0.50.2
13 Feb 06:28
Compare
Sorry, something went wrong.
No results found
Preshow already fetched non-updated content.
Updated npm modules.
Added titles.
Fixing state updates on unmounted components.
Updated variant breaking changes.
Fixed accepting an empty Custom Link's URL.
Increase comment thread's top and bottom margins.
v0.50.0
25 Jan 06:38
Compare
Sorry, something went wrong.
No results found
The admin page "Menus" is now implemented, admins can now create a new menu that can be used on a "Navigation Menu" widget.
Dependencies have been updated, breaking changes have implemented.
Some user interfaces were improved, i.e. the admin's side DrawerListItem auto-collapsing, etc...
And a lot more improvements, i.e. "Widgets" admin page's bug fix, setting other document titles, etc...
Breaking change:
The document's property "content" on the collection "sites" has now no use, you may remove it by the following mongo shell method:
db.sites.update({ "_id.domain": "" }, { $unset: { content: 1 } })
v0.40.3
16 Sep 06:45
Compare
Sorry, something went wrong.
No results found
All related about the admin sidebar:
Separate a DrawerListItem from DrawerList to have its own component.
Other admin sidebar items will all collapse upon opening a new one.
v0.40.2
15 Sep 06:20
Compare
Sorry, something went wrong.
No results found
Remove TextField onKeyUp handler.
Add Esc 'keydown' event listener to the document.
Stop decreasing the search box' width if it have a value.
Improve, fix and optimize the code.
v0.40.1
05 Sep 09:47
Compare
Sorry, something went wrong.
No results found
Increase search box' left and right margins.
Improve theme "Activate" button labeling.
README.md modification.
v0.40.0
30 Aug 11:43
Compare
Sorry, something went wrong.
No results found
Including header's search bar.
Disable theme activate buttons while it's still switching.
Increase widget editor's width while it's open.
And other improvements.
v0.30.1
25 Aug 06:19
Compare
Sorry, something went wrong.
No results found
Added _id to all footer's widgets in /sites.json collection file.
v0.30.0
24 Aug 11:15
Compare
Sorry, something went wrong.
No results found
Include the document title on a post.
Add Disqus comment system.
Add a snackbar opening upon successfully customizing a widget.
Correct the startAdornment URLs of some admin form's slug fields.
And other improvements.
v0.20.0
16 Aug 12:23
Compare
Sorry, something went wrong.
No results found
The first public release of ReactCMS, a free and open-source content management system (CMS) for creating single-page applications, based on React, Redux, Node.js, Express, MongoDB and Mongoose.