mirror of https://github.com/artf/grapesjs.git
Browse Source
* fix(video): remove deprecated modestbranding option from YouTube videos - Remove modestbranding property from default component traits - Remove modestbranding parameter parsing from YouTube URL query string handling - Remove modestbranding checkbox trait from component configuration - Remove modestbranding URL parameter generation from getYoutubeSrc method - Update ComponentVideoView to stop listening for modestbranding change events - The modestbranding option was deprecated by YouTube and is no longer functional * fix(keymaps): apply prevent option without relying on CanvasView (#6804) The `prevent` option delegated to `CanvasView.preventDefault`, resolved through `Canvas.getCanvasView()` with optional chaining, so the default browser action was silently kept whenever the canvas view was not available (editor not rendered yet, canvas removed). `Commands`, `Canvas` and the editor instance were also captured when the keymap was added instead of when it runs. Move the prevention to a shared `preventDefault` DOM util, which also handles the original event of the canvas frame (`_parentEvent`), and resolve the modules inside the handler. * build(deps-dev): bump postcss from 8.5.18 to 8.5.23 (#6807) Bumps [postcss](https://github.com/postcss/postcss) from 8.5.18 to 8.5.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.18...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixes frame (#6809) * Fix isStyleInFlow * Fix save restore * Format * Release GrapesJS core latest: v0.23.5 (#6812) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Garvish Panchal <85312938+Gxrvish@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>pull/6819/head
committed by
GitHub
2 changed files with 1 additions and 10 deletions
Loading…
Reference in new issue