Brendan Bond
Brendan Bond
Update mongo to not depend on 4.1 (old old old!)
## Link to Jira Ticket n/a ## Description We were seeing uncaught errors in our production which were traced to a problematic object access in the`addSubmissionResourceAccesss` middleware. ## Dependencies n/a...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description Exports Webform for type completion along with type annotations for form options. ## Dependencies - [core#34](https://github.com/formio/core/pull/34) ## How has this PR been...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-4112 ## Description [formio/core:21](https://github.com/formio/core/pull/21) introduces both * the idea of a `process` - such as "submit" or "change" - that will serve to ready data...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description Previously, the package.json file in this repo was pointing to manually crafted types in the `./types` folder. These types are 4 years...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description In certain development circumstances, there was a javascript error in which the loader was no longer a child element of the main...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description Our @formio/react library [makes use of an EventEmitter class from `eventemitter2`](https://github.com/formio/react/blob/956fb0a212fd14684e1861e3a2442c1538c208dc/src/components/Form.jsx#L4) that exposes an `onAny` method. Newer versions of the @formio/js renderer...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description Next.js, the [now de-facto standard React framework](https://react.dev/learn/start-a-new-react-project#nextjs-pages-router), incorporates both a server-side rendering phase along with a client-side rendering phase. This requires dependencies...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7733 ## Description ### General Updates 1. Updates the build system to use tsc rather than babel 2. Removes unused dependencies 3. Removes test runner...