Ghost/ghost/core
Daniel Lockyer 9a40440e82 Fixed handling SVG files with missing tag
fix https://linear.app/tryghost/issue/SLO-151/[ghost]-cannot-read-properties-of-null-reading-attributes-an

- in the event the file doesn't contain a tag, the code currently crashes
  because it tries to read `attributes from `undefined`
- we can fix that by checking the first element exists before reading
  from it
- also includes a breaking test
2024-06-18 14:41:11 +02:00
..
content 🎨 Updated Source to v1.2.3 2024-06-06 08:34:57 +00:00
core Fixed handling SVG files with missing tag 2024-06-18 14:41:11 +02:00
test Fixed handling SVG files with missing tag 2024-06-18 14:41:11 +02:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Update dependency yjs to v13.6.17 2024-06-17 14:36:26 +00:00
playwright.config.js