Alexandre BODIN
96399072a3
Merge branch 'main' into chore/pack-up-strapi-core
2023-10-17 11:49:00 +02:00
Gustav Hansen
7c56d94b0c
Merge pull request #18451 from strapi/refactor/redux-toolkit
...
chore(admin): implement redux-toolkit
2023-10-17 11:42:04 +02:00
Josh
f8586324c5
test(admin): fix broken test with Body.CheckboxDataCell
2023-10-17 10:13:42 +01:00
Alexandre BODIN
9a76bd5b34
Merge pull request #18467 from strapi/v5/remove-postinstall
2023-10-17 10:38:37 +02:00
Alexandre BODIN
6e232b4d0f
Merge pull request #18437 from strapi/v5/internal-migration
2023-10-17 10:36:59 +02:00
Josh
2ae466660e
chore: add types/generated to examples to stop checking them in
2023-10-17 09:27:24 +01:00
Josh
a54c9b085b
chore: pr amends
2023-10-17 09:26:11 +01:00
Josh
255e71f513
chore: fix failing tests
2023-10-17 09:19:06 +01:00
Josh
be1eaed5d7
chore: remove direct imports to reselect
2023-10-17 09:19:06 +01:00
Josh
04436917c7
refactor: remove calls to redux
2023-10-17 09:19:06 +01:00
Josh
57aef2ac2b
feat(admin): implement redux-toolkit
2023-10-17 09:19:06 +01:00
Josh
4fcaf0f227
chore(admin): convert GuidedTour to TS ( #18461 )
2023-10-17 09:05:10 +01:00
Alexandre Bodin
d7d7fd6da5
Merge branch 'main' into chore/pack-up-strapi-core
2023-10-17 09:45:17 +02:00
Erik Montes
b7e526b616
fix(content manager): action buttons not triggering and checkbox causing scroll ( #18182 )
...
* fix: content manager action buttons not triggering
* fix: directly nests Td as Tr child to avoid checkbox triggering scroll #17942
* fix: pass correct id as key
2023-10-17 08:38:07 +01:00
Sora Morimoto
73e59e6e2c
chore: run nx repair
to correct nx configuration ( #18446 )
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-10-17 08:21:17 +01:00
Sora Morimoto
91cf4ee737
chore(deps): update yarn to v3.6.4 ( #18447 )
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-10-16 16:52:52 +01:00
Simone
43e5946f34
[Blocks editor] Fix - When a code block is selected we want to disable the modifier buttons and the link button ( #18458 )
...
* disable modifiers and link buttons on code block
* merge the two unit tests
* fix review comment
2023-10-16 17:24:14 +02:00
Josh
846bad5941
refactor(strapi): plugin:build now uses pack-up underneath ( #18453 )
...
* refactor(strapi): plugin:build now uses pack-up underneath
* chore(email): use tsconfig in bundles for packup
* chore: fix ts check
2023-10-16 16:22:15 +01:00
Alexandre Bodin
157058b96a
chore(core/strapi): remove postinstall
2023-10-16 15:55:15 +02:00
Madhuri Sandbhor
1d10103fc6
blocks input wrapper updated with ref ( #18449 )
2023-10-16 14:29:32 +02:00
Madhuri Sandbhor
961ef01864
style: updated toolbar items gap ( #18455 )
2023-10-16 14:16:02 +02:00
Josh
054cea409d
chore(admin): convert more admin components ( #18433 )
...
* chore(admin): convert LanguageProvider to ts
* chore(admin): convert more contexts
* chore(helper-plugin): produce declaration maps
* fix(admin): LANGUAGE_LOCAL_STORAGE_KEY export
* chore(admin): convert useMenu
* chore(admin): convert LeftMenu to TS
* test(helper-plugin): fix utils
* chore: fix tests
2023-10-16 11:05:12 +01:00
Alexandre Bodin
75974c805d
chore(core/database): update test
2023-10-16 11:09:17 +02:00
Simone
c7b5014253
[Blocks editor] Fix- The first time you click on the List option or button the list is not created ( #18375 )
...
* fix click twice to create list
* add fix
* fix the conversion of text with modifiers
* fix the issue with the lists and add unit tests
* add more meaningful comments
* change the comments to give a description of the general purpose of the two cases we have in toggleList
* fix review comments
2023-10-16 10:10:50 +02:00
Josh
25d1ceaa44
feat(pack-up): enable config via nodeAPI & allow bundles to have own tsconfig ( #18440 )
...
* feat: add ability to pass config & have tsconfig per bundle
* feat: use node:module builtinModules for node stuff
* chore: remove builtins from externals
2023-10-16 08:55:43 +01:00
Alexandre Bodin
477ebe1b30
chore(@strapi/strapi): build strapi core with pack-up
2023-10-16 09:19:56 +02:00
Alexandre Bodin
8689941484
docs(core/database): add documentation & diagram
2023-10-16 09:17:45 +02:00
Josh
8632eeaf18
chore(data-transfer): packup ( #18423 )
2023-10-13 18:15:38 +01:00
Alexandre Bodin
c0de2c2711
feat(database): add internal migrations
2023-10-13 18:37:14 +02:00
Josh
976b90dd92
chore(deps): update design-system to 1.12.2 ( #18438 )
2023-10-13 17:24:06 +01:00
Gustav Hansen
6a6fd147a1
Merge pull request #18367 from strapi/chore/useAdminRolePermissions-ts
...
chore: convert useAdminRolePermissions to TS
2023-10-13 17:04:57 +02:00
Gustav Hansen
92c8a1b444
chore: convert useAdminRolePermissions to TS
2023-10-13 16:36:25 +02:00
Simone
e8f3e176cf
[Blocks editor] Fix - Click on a Modifier when the editor selection is null crashes the app ( #18426 )
...
* fix modifier click crashes app
* fix comments
2023-10-13 16:22:09 +02:00
Rémi de Juvigny
d1b7c31a0b
fix(blocks): prevent carrying over modifiers when creating empty blocks ( #18413 )
...
* Reset modifiers when creating a new paragraph
* Handle list items
* Rename variable and comments
* Add test case
* Handle quote blocks
---------
Co-authored-by: Simone <startae14@gmail.com>
2023-10-13 16:02:33 +02:00
Alexandre Bodin
4abb081aed
Merge branch 'main' into v5/main
2023-10-13 14:42:19 +02:00
Madhuri Sandbhor
a3d88f6f1d
[Blocks Editor] Fix layout shift ( #18337 )
...
* layout shift issue fixed by overriding editor scrollSelectionIntoView()
* updated handleScrollSelectionIntoView
* replaced scrollIntoView with scrollBy()
* added margin to the editor wrapper to prevent from writing to the bottom of the editor
2023-10-13 10:57:37 +02:00
Josh
cb9e2d00a9
fix(admin): use tsconfig.build to build & alias helper-plugin in dev mode ( #18431 )
2023-10-13 08:33:22 +01:00
Josh
59e1102df5
chore: packup cli packages ( #18425 )
2023-10-13 08:27:15 +01:00
Erik Montes
9d17146542
docs(readme): update tests that need passing for accepting contributions ( #18302 )
2023-10-13 08:14:43 +01:00
Josh
877f9305d0
chore(tooling): add commitlint ( #18402 )
...
resolves #16645
2023-10-13 08:07:58 +01:00
Alexandre BODIN
1f93615e0c
Merge pull request #18428 from strapi/chore/cleanup-npmignore
2023-10-12 20:03:49 +02:00
Alexandre Bodin
4224ebc0b0
Merge branch 'main' into chore/cleanup-npmignore
2023-10-12 18:34:51 +02:00
Alexandre Bodin
ec3447cb26
chore: use npmignore to remove declaration maps from packaging
2023-10-12 18:25:01 +02:00
Jamie Howard
a9552a70bf
[Email] Migrate to typescript ( #18136 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-12 17:10:45 +01:00
Josh
0b13b1b50a
chore: convert other packages to pack-up ( #18339 )
...
* chore: convert logger to pack-up
* chore: convert generators to TS
* chore: convert generators/app
* chore: convert core/types
* chore: preserve modules for `generators/app`
2023-10-12 15:01:25 +01:00
Josh
293219f39f
chore(admin): convert more components to TS ( #18420 )
...
* chore(admin): convert ConfigurationProvider
* chore: convert PluginsInitializer
* fix(admin): imports with ConfigurationsProvider
* chore: convert NpsSurvey to TS
* chore: PR fixes
2023-10-12 14:28:25 +01:00
Simone
c7818eb070
[Blocks editor] Fix - When a image is selected we want to disable the modifier buttons ( #18412 )
...
* disable modifiers when image is selected
* add the disabled check for the link button and add unit test
2023-10-12 13:59:07 +02:00
Simone
e145fac42c
[Blocks editor] Remove empty line before block without editor selection ( #18390 )
...
* remove empty line before block on first selection and unit test
* fix remi' comments
* fix comments
2023-10-12 11:03:47 +02:00
Josh
8917530e49
test(pack-up): fix unit tests by using a global-teardown ( #18414 )
2023-10-11 22:35:59 +01:00
Alexandre BODIN
7639ce09d4
Merge pull request #18404 from strapi/chore/remove-log-from-test
2023-10-11 21:20:13 +02:00