webiny-js
webiny-js copied to clipboard
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
## Changes With this PR, we added "Duplicate page" as a bulk and list action.  The functionality was already existing in the page details...
## Changes Resolve issue: https://github.com/webiny/webiny-js/issues/3800. ## How Has This Been Tested? Manual ## Documentation None
## Changes - Created new test for validating newly created and edited blocks with headers - Refactored graphQL method for creating blocks so that it can now create blocks containing...
## Changes With this PR we add support to `reference` fields inside the Advanced Search Filter. ## How Has This Been Tested? Manually + Jest
## Changes Umbrella PR for React 18 upgrade. ## How Has This Been Tested? Jest, Cypress and manually. ## Upgrade User project will, probably, need to upgraded. ## Documentation Note...
## Changes PoC to generate Typescript defintions from the CMS GraphQL Schema. ## How Has This Been Tested? Jest.
PB carousel renderer is missing a single css prop which causes the element not to render properly. The issue is only present in the renderer, while the editor works fine...
## Changes Added rules for condition groups. ## How Has This Been Tested? Manually. ## Documentation None.
## Changes This PR changes *WHEN* permissions are loaded for current identity. We want to have permissions loaded as soon as possible, *BEFORE* GraphQL resolvers kick in. ## How Has...
## Changes Form Methods moved to HCMS: - [x] createForm - [x] getForm - [x] listFormRevisions - [x] listForms - [x] createFormFrom - [x] deleteForm - [x] deleteFormRevision - [x]...