* feat(content-releases): first draft implementation PurchaseContentReleases
* feat(content-releases): remove useless custom icon
* feat(content-releases): fix typo and remove useless destructuring
* feat(content-releases): add Icon as children and ignore the ts error
* feat(content-releases): use badgeContent to show lock icon
* feat(content-releases): change the typescript comment to avoid type errors
* fix(content-releases): change action radio buttons behaviour and ui
* fix(content-releases): change the hover effect and remove the publish check
* fix(content-releases): show hover effect only on enabled radio buttons
* feat(content-releases): Add new scheduling service
* feat(content-releases): add scheduledAt to releases contentType and request
* fix unit tests
* change release type
* fix(cm): pass params to post requests for publish & unpublish
resolves#19289
* Extract locale from query strings (#19359)
---------
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
* feat: nested list feat added, toggling lists through toolbar button updated, list node validation updated
* update: list select option logic updated to toggle whole list
* fixes: both toolbar list buttons active for nested list, reverted conversion change
* feat: on double enter the nested list item, shift list-item under parent list
* feat: added handle delete on simple and nested list-items and list block, updated handle enter on last list-item
* fix: typeguards added
* fix: added missing depth to find anchorNode
* fix: nested list first item backspace issue handled, fixed selecting all + delete doesnt delete last list item
* fix: handling last list item on delete moved to toolbar where it tries to save DD option as list-item
* update: restrict MB for first level of list items
* update: restrict MB for first level of list items
* fix: minor changes, comments updated, removed unnecessary code
* fix:code optimisation, added aria label for blocks input
* tests: unit tests added for tab, backspace and enter event functionality newly added
* tests: toggle nested list test added
* update: type changes, fixed enter at the beginning of the node
* update: use handleConvert to toggle list, variable renamed to aria-labelId
* fix: minor change
* fix: code optimisation, comments added
* comment updated
* Fix password is sent when it was not changed
* Refactor a bit
* Try fix types
* Run prettier
* Update packages/core/admin/admin/src/pages/Settings/pages/Users/EditPage.tsx
* Use signle quotes instead
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
* list problematic fields on autoclone failure
* use 3d array for prohibited fields
* tweak type
* pass the plugin params
* remove unused var
* feedback
* use ordered list for breadcrumbs
* less strict wording
* allow uni directional one-to-many relations