- Changing the name of an existing EntryType field no longer incorrectly shows an error on blur if name wasn't actually changed
- Prevent accepting the EntryType field editor modal if there is a name error
- Updated some screens to use css grid
- Now showing ID and Entry type ID columns on entries table
- Now showing ID on entry type list
- App will now redirect to login screen when logging out on another open tab
- Fixing dependencies required by server.js
- Flattened
src/views
directory hierarchy so it no longer follows the route hierarchy - Updated serveral node dependencies
- Removed
lost
postcss dependency - Removed
gsap
(Tween Max) dependency - Added 2x new eslint rules
- Fixed deprecated react eslint rule
- Replaced
font-awesome
withreact-fontawesome
, upgrading to font-awesome 5 in the process - Updated to redux 4.0
- Updated to webpack 4
- Notification animation no longer gets stuck
- Update authentication endpoints to match changes in contentjet-api
- Can now create Clients for authenticating via OAuth Client Credentials flow
- Media screen layout now uses css grid
- Only admins can create projects
- Updated
moment
in response to github security vulnerability alert - Improved color input
- Entry published field now checks for valid date
- Bugfix in ListInput
- Added dist
- LoadingSpinner now correctly appears on EntryEditor
- Added ListInput
- Removed ArrayInput
- Added description to entry type list screen
- Added asterisk to denote required fields on EntryType editor
- Added UI for disabling entry type fields
- EntryType's now ordered by name
- Improved media editor design
- Images on media editor now have a max height
- Now showing file size on media editor
- No longer get error when deleting invitations
- Fix where error was shown on field editor name field
- Added change password screen under user settings
- Now setting cache control header in server.js
- Now emitting robots.txt
- Fixed issue with images not being inserted into markdown input
- Webpack now configured to output hash in js and css filenames
- Added Dockerfile and server.js
- Added sort controls to entries screen
- Added sort controls to media screen
- Optimised 2x contentjet svgs
- Updated README
- Increased vertical padding on ConfirmModal component
- Bug fix in MarkdownInput component
- Bug fix in Entries component
- Bug fix in MediaActions
- Minor README update
- Updated
marked
package to latest version due to a securiy alert raised by Github
- Removed dist from .gitignore
- Updated
package-lock.json
andpackage.json
- WebHook and ProjectInvite endpoints are no longer paginated
- Fixed issue with web hook list showing there active status incorrectly
- Minor README tweak
- First public release