v1.0.0-alpha.34
Pre-release
Pre-release
·
106 commits
to main
since this release
Breaking Change
Application startup is now done from index.js
.
- All npm startup scripts have been updated to the new startup file.
- npm scripts
dev:test:process
anddev:test:process:inspect
have been removed.
If you are not using an npm script to start Sunrise CMS (like npm start
), you may need to update your startup script to something like:
node ./index.js
If you have installed Sunrise CMS as a Windows service, it is recommended that you uninstall the service using windowsService-uninstall.bat
before updating to this version.
Other Highlights
- Update funeral home search to show the number of upcoming funerals, and add the ability to filter on it.
- More database connection sharing.
- Linting and polish.
Full Changelog: v1.0.0-alpha.33...v1.0.0-alpha.34