Migrating projects to 2.3.0-rc.3
Introduction
This release mainly contains bug fixes and some new features, as we are getting closer to the stable 2.3.0 release.
Changes
- Fixed
errorproperty clearing inuseUser. - Improved error handling in Server Middleware. When the request to the external backend fails, Server Middleware now returns
HTTP 500code with the error message in the body. - Added
extendAppto Server Middleware extensions (ApiClientExtensioninterface). It allows direct access to the Express server instance.
We also made changes to the following files:
- updated
components/LoginModal.vue, - updated
layouts/default.vue, - removed unused
helpers/filters/getFiltersForUrl.js, - removed unused
helpers/filters/getFiltersFromUrl.js, - removed unused
helpers/filters/index.js.