Rishith S
bffd3c1819
fix: can't update admin user without having a last name ( #22360 )
2025-01-27 16:16:29 +02:00
Dhruv Maradiya
008421e40e
feat(content-manager): better bulk publish overview ( #22618 )
2025-01-24 14:55:55 +01:00
José Luis
0edd480c66
Fix Usecase.button.skip ( #22698 )
...
Co-authored-by: Simone <startae14@gmail.com>
2025-01-24 09:58:27 +01:00
Alexandre BODIN
fe4cd196c9
Merge pull request #22655 from strapi/feature/CBA-1029-change-label-to-current-edition
...
feat: updating Plan label now that we have a Growth plan
2025-01-23 11:11:18 +01:00
Marc-Roig
ac4b186dab
release: 5.8.1
2025-01-22 13:54:34 +00:00
Rémi de Juvigny
4fb36a97d4
fix: adding component to dynamic zone overwrites data ( #22656 )
...
* fix: add component to dz at position
* fix: dz component more menu alignment
* test: add e2e test case
* chore: remove commented code
* test: add last position check
* fix: use theme value for padding
* test: force click menu items
* fix: use ds values for theme
* fix: make button a span
* chore: remove unused var
* fix: try force true
* fix: try dispatch click event
* fix: add above first
2025-01-21 04:42:29 -05:00
Simon Norris
cc824a418f
type: feat: Adding 'Current Edition' translations to languages where the key already exists
2025-01-21 09:55:29 +01:00
Simon Norris
194e17ed0d
feat: updating Plan label now that we have a Growth plan
2025-01-16 12:05:16 +01:00
Rémi de Juvigny
dd9c610dd9
release: 5.8.0
2025-01-15 16:57:20 +01:00
Lucas Boilly
0cf2e91c65
fix: add missing borders to widgets ( #22612 )
2025-01-10 08:19:06 -05:00
Lucas Boilly
33da70177d
fix: changed active state background color ( #22545 )
2025-01-09 07:51:55 -05:00
Ben Irvin
9a064edb85
Merge pull request #22602 from strapi/main
...
Releases/5.7.0 (#22471 )
2025-01-09 11:04:13 +01:00
Ben Irvin
4be93cf38b
release: 5.7.0
2025-01-08 14:28:37 +01:00
Dhruv Maradiya
7d767aba20
fix: handle clearing of number field to send null instead of undefined ( #22537 )
...
* fix: handle clearing of number field to send null instead of undefined
set number field to null when cleared; undefined prevented clearing.
* test: add test for clearing integer field to set it to null
---------
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
2025-01-07 04:39:51 -05:00
Rémi de Juvigny
110b429be2
feat: new admin homepage ( #22346 )
...
* feat: init new homepage with custom greeting (#22269 )
* feat: init new homepage
* fix: e2e test
* chore(homepage): move guided tour (#22338 )
* enhancement: create homepage widget component
* enhancement(homepage): create recently edited documents endpoint (#22355 )
* chore: init recent documents route and controller
* enhancement: add recently updated docs endpoint
* chore: add endpoint types
* chore: add api tests
* fix: ts build
* enhancement: add generic widget component
* enhancement: add homepage recently edited widget
* chore: add compound component
* fix: unit test
* enhancement: add no data state
* enhancement: add no data variant
* future(homepage): add generic widget component (#22369 )
* enhancement: create homepage widget component
* enhancement: add generic widget component
* chore: add compound component
* fix: unit test
* enhancement: add no data variant
* fix: widget height
* enhancement(homepage): get recent publish activity (#22377 )
* chore: tracking and a11y improvements
* chore: add e2e tests
* fix: more cache invalidation
* chore: update api tests
* fix: remove cm dependency
* fix: broken status
* enhancement(home): add recently published widget (#22391 )
* fix(home): replace title documentId with document title (#22403 )
* fix(home): make locale defined or null to get the correct status (#22405 )
* fix(homepage): make back button work when document has a locale (#22450 )
* release: 5.6.0
* Revert "release: 5.6.0"
This reverts commit 77ad0efc79afd9777d140f84e8abc47cda26d1d9.
* release: 5.6.0
* fix(homepage): add missing styles for error, loading, and empty states (#22448 )
* fix(homepage): add missing styles for error, loading, and empty states
* fix: always include title and icon
* chore: refactor to not rerender static content
* chore: reuse table component
* fix: single type link
---------
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
* fix: minor ui issues
* fix: hide doc status when no d&p (#22409 )
* fix: hide doc status when no d&p
* enhancement: show dash instead
---------
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
* v5.7.0-beta.0
* fix: package versions
* fix: package version
---------
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2025-01-06 10:03:49 -05:00
Marc Roig
54430efa43
Releases/5.6.0 ( #22471 ) ( #22472 )
...
* 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>
2024-12-19 09:27:12 +01:00
Ziyi
e8d8fc824d
fix: remove double conversion that causes date shift ( #22410 )
...
* fix: remove double conversion that causes date shift
* fix: remove useless files
2024-12-17 16:08:55 +01:00
Alexandre Bodin
e2624fe821
Merge branch 'main' into develop
2024-12-17 12:26:11 +01:00
Alexandre Bodin
4012abe398
release: 5.5.2
2024-12-17 12:23:20 +01:00
Ben Irvin
575be3afd4
enhancement(database): add repair manager with component deletion fix ( #22267 )
2024-12-16 12:56:05 +01:00
Convly
909d84b5d8
release: 5.5.1
2024-12-11 14:37:26 +01:00
Ben Irvin
39bf1ab0d2
chore: remove githead prop from package.json files ( #22372 )
2024-12-09 14:21:00 +01:00
Alexandre Bodin
8927f60a2e
chore: lint
2024-12-06 21:08:12 +01:00
Alexandre Bodin
912211f6e7
Merge branch 'develop' into fix/reverse-proxy-config
2024-12-06 17:19:20 +01:00
Mohamed Dilshad
058cd797ee
fix(upload): cleaner fallback for files preview (22100) ( #22351 )
2024-12-06 13:05:43 +01:00
Prafull Pandey
b6b03d846e
fix: cursor pointer issue in permission checkbox settings icon ( #22328 )
2024-12-05 09:48:17 +01:00
Ben Irvin
b459504b7b
release: merge branch 'main' into develop
2024-12-04 17:23:32 +01:00
Ben Irvin
82460d7ac3
release: 5.5.0 ( #22340 )
...
* feat: use mux player for video
Signed-off-by: Sora Morimoto <sora@morimoto.io>
* chore(deps): bump @strapi/design-system from 2.0.0-rc.13 to 2.0.0-rc.14 (#22274 )
* enhancement: disable preview link when changes are not saved (#22275 )
* feat: send diagnostic messages from remote strapi (#22214 )
* chore: re-add some controls
* chore: test-snapshots
* ci: use correct fetch-depth (#22288 )
* test(front): update snapshots
* ci: use correct fetch-depth
* Chore: setting up nx releases (#22264 )
* chore(deps): update @strapi/pack-up to v5.0.2 (#22261 )
---------
Co-authored-by: Ben Irvin <ben@innerdvations.com>
* Fix: move msw to devDeps and change koa range (#22129 )
---------
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
* chore: remove yarn.lock from templates/website (#22294 )
* fix: turn on and update i18n settings.spec.ts (#22282 )
* chore: use "workspace:*" for internal dependencies (#22303 )
* chore: use "workspace:*" for internal dependencies
* chore: update yarn lock
* ci: fix docs_build (#22304 )
* ci: fix docs_build
* ci: run docs_build on global changes
* chore: upgrade vite-plugin-dts (#22297 )
* fix: document actions being rendered multiple times (#22283 )
* chore: update sdk-plugin and dedupe yarn.lock (#22296 )
* chore: cleanup removing support for assets without metadata (#22215 )
* Update: Purchase Page links + Add Content History menu link (#21531 )
* Update: Purchase Page links + Add Content History menu link
* enhancement:Update Purchase Page links + Add Content History menu link
* enhancement: update purchase page links
* chore: update links
---------
Co-authored-by: Simone <startae14@gmail.com>
* fix: add documentId to `me` graphql query (#22321 )
* fix(preview): page title and disabled link (#22324 )
* fix: add preview title tag to get browser tooltip
* fix: same header title as edit view
* fix: disabled preview button
* chore: remove useless variable
* fix: broken hover in e2e tests
* fix: prevent flaky iframe src check
* release: 5.5.0
* release: update missed version numbers
* release: update yarn.lock
* release: use workspace for internal packages
* release: update yarn.lock
---------
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com>
Co-authored-by: Simone <startae14@gmail.com>
Co-authored-by: Laurens Kling <laurens@goedideemedia.nl>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-12-04 16:15:06 +01:00
Rémi de Juvigny
ca8b9b60c7
fix: preview back button behavior ( #22334 )
...
* fix: preview back button
* Update packages/core/admin/admin/src/features/BackButton.tsx
2024-12-04 08:23:47 -05:00
Lucas Boilly
5dde62eabd
chore: added french translations for blocks ( #22195 )
...
* chore: added french translations for blocks
* chore: added missing translations
2024-12-03 03:25:00 -05:00
Maxime Castres
46c3b79e02
Update: Purchase Page links + Add Content History menu link ( #21531 )
...
* Update: Purchase Page links + Add Content History menu link
* enhancement:Update Purchase Page links + Add Content History menu link
* enhancement: update purchase page links
* chore: update links
---------
Co-authored-by: Simone <startae14@gmail.com>
2024-12-02 10:09:05 +01:00
Ben Irvin
11a2566277
chore: upgrade vite-plugin-dts ( #22297 )
2024-11-29 10:19:23 +01:00
Adrien Foulon
fe41db9384
Fix: move msw to devDeps and change koa range ( #22129 )
...
---------
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-11-28 13:55:31 +01:00
Jonas Thelemann
20adc294cd
chore(deps): update @strapi/pack-up to v5.0.2 ( #22261 )
...
---------
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2024-11-28 13:00:12 +01:00
Rémi de Juvigny
f0a0bc26f5
Merge remote-tracking branch 'origin/main' into develop
2024-11-27 18:37:51 +01:00
Alexandre Bodin
f773f2a550
Merge branch 'develop' into fix/reverse-proxy-config
2024-11-27 17:36:45 +01:00
Rémi de Juvigny
6b5242714b
v5.4.2
2024-11-27 16:31:55 +01:00
Alexandre Bodin
bec5a58066
chore: support relative path to allow multi deployments of the admin
2024-11-26 22:20:18 +01:00
markkaylor
230ed7d6db
chore(deps): bump @strapi/design-system from 2.0.0-rc.13 to 2.0.0-rc.14 ( #22274 )
2024-11-26 14:05:51 +01:00
Marc Roig
e38c525e71
fix: search param being encoded twice ( #22212 )
...
* fix: search encoding
* fix: remove _q encoding in review workflows
* fix: fe test
2024-11-22 14:07:42 +01:00
Convly
aa57521774
Merge branch 'main' into develop
2024-11-21 12:15:21 +01:00
Convly
c7e2ed60ec
v5.4.1
2024-11-21 12:08:17 +01:00
Archana Agivale
c6c51a76de
Fix: 20766 [Design] Roles missing space between labels and the dropdown field ( #22146 )
...
* fix: issue 20766 [Design] Roles missing space between labels and the dropdown field
Ref : #20766
* fix: Roles missing space between labels and the dropdown field
#20766
2024-11-20 13:08:02 +00:00
markkaylor
2b3b491922
chore: bump design system from 2.0.0-rc.12 to 2.0.0-rc.13 ( #22213 )
2024-11-20 09:32:07 +01:00
Hannah Paine
7ef6beb12b
Merge pull request #21988 from kaioduarte/fix-form-submit
...
fix: prevent submitting form on button clicks
2024-11-14 18:06:49 +01:00
Marc Roig
4a29d23d6f
feat: will navigate event ( #22109 )
...
* feat: preview tabs
* fix: re organize imports
* fix: pr suggestions
* fix: padding
* fix: use paddings
* chore: remove margin bottom from tab
* chore: do not use style tag
* fix: remove unused align
* feat: will navigate event
* fix: remove duplicate compo
* fix: document status
2024-11-14 14:01:52 +01:00
Ben Irvin
6a883bcf3f
Merge branch 'main' into develop
2024-11-14 09:29:13 +01:00
Ben Irvin
186981dd71
v5.4.0
2024-11-13 17:06:50 +01:00
Ben Irvin
7d785703f5
v5.4.0
2024-11-13 17:02:15 +01:00
Simone
fc7563b7cc
fix: add empty value in the enumeration dropdown ( #22139 )
2024-11-13 12:19:37 +01:00