mirror of
https://github.com/decaporg/decap-cms.git
synced 2026-04-04 01:57:08 +00:00
* fix(widget-object): don't propagate isEditorComponent to nested fields Only the top-level shortcode/editor component should receive isEditorComponent. Passing it through ObjectControl caused nested markdown and richtext fields inside editor components to suppress their richtext/markdown mode toggle. * fix(ci): add Chrome setup and version logging to Node CI workflow * fix: point BROWSER env to Chrome 145 binary for e2e tests * fix: use bundled chromium for e2e tests to avoid browser compatibility issues * fix(ci): pin e2e shards to explicit Chrome 146 binary * fix(ci): run e2e on single Depot runner, remove Cypress Cloud parallelization * fix(ci): remove Chrome 146 setup from Node CI workflow * chore: turn on media tests