mirror of
https://github.com/strapi/strapi.git
synced 2025-08-29 19:22:24 +00:00

* feat: add content preview (remove future flag) * chore: fix tests * test(e2e): components and dz in create collection type (#22374) * feat(content-manager): add syntax highlighting in the code block type in the Blocks field original solution (#22332) * feat: install prismjs * feat(content-manager): add highlights to code block using Prismjs * feat(content-manager): remove screen debug * feat(content-manager): extends render leaf props * feat(content-manager): fix build issue * feat(content-manager): move prismjs theme import * feat(content-manager): change theme * feat(content-manager): theme import minimized * feat(content-manager): import prismjs types * feat(content-manager): change gh action config * feat(content-manager): revert the admin bundle size code * feat(content-manager): remove console log * feat(content-manager): change import theme * feat(content-manager): remove theme * feat(content-manager): change imports * feat(content-manager): change prismjs import * feat(content-manager): try to find the issue in gh action * feat(content-manager): add theme test * feat(content-manager): add packup css plugin * feat(content-manager): remove rollup * feat(content-manager): add change threshold * feat(content-manager): import Prism in Code component * feat(content-manager): remove prismjs * feat(content-manager): install prismjs * feat(content-manager): add prismjs theme * feat(content-manager): install prismjs in admin * feat(content-manager): try to change Prism import * feat(content-manager): add config file * feat(content-manager): add prismjs vite config * feat(content-manager): change rollup options * feat(content-manager): modify vite config * feat(content-manager): add manually prismjs * feat(content-manager): revert prismjs logic * feat(content-manager): fix build errors * feat(content-manager): solve failing fe unit tests * feat(content-manager): add threshold * feat(content-manager): fix import default * feat(content-manager): change vite config * feat(content-manager): add vite plugin prismjs * feat(content-manager): update vite config * feat(content-manager): fix issue decorate * chore: add prism in admin deps * feat(content-manager): replace original solution prismjs * feat(content-manager): remove useless prismjs dep in admin * feat(content-manager): change prismjs version * feat(content-manager): remove vite-plugin-prismjs * feat(content-manager): remove useless duplications in constants file * feat(content-manager): move some files * feat(content-manager): fix review comments * feat(content-manager): remove useless importPath property --------- * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#22389) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... * security(deps): bump nanoid to 3.3.8 in yarn.lock (#22397) * enhancement: update purchase page links (#22419) * enhancement: update purchase page links * chore: remove local tests * chore: add newline * enhancement(database): add repair manager with component deletion fix (#22267) * fix: preview back button behavior (#22432) * fix: multiple requests locale (#22273) * fix: multiple requests locale * fix: actions request * fix: properly load locales * fix: add status to localizations * fix: remove unused types * fix: front tests * fix: add validation fields into localizations * fix: validatable attributes * fix: select nested fields when populating localizations * fix: uncomment localizations populate * fix: document-metadata * fix: empty populate * fix: revert to original proposal * fix: do not select document ids on components (#22330) * fix: do not select document ids on components * chore: unit test * fix: metadata test * fix: populate * fix: default fields * fix: show current locale when bulk publishing * fix: create locale * Update packages/core/content-manager/server/src/services/document-metadata.ts --------- * fix: add component button style (#22425) * fix: add-component-button-style * fix: made it prettier * fix: optimizations * fix(blocks): various ui issues (#22423) * fix: blocks-ui-fixes * fix: made it prettier * fix: optimizations * fix: remove double conversion that causes date shift (#22410) * fix: remove double conversion that causes date shift * fix: remove useless files * release: 5.6.0 * Revert "release: 5.6.0" This reverts commit 77ad0efc79afd9777d140f84e8abc47cda26d1d9. * release: 5.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io> Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> Co-authored-by: Simone <startae14@gmail.com> Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com> Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com> Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Lucas Boilly <45385696+lucasboilly@users.noreply.github.com> Co-authored-by: Ziyi <ziyi.yuan@strapi.io>