14150 Commits

Author SHA1 Message Date
Madhuri Sandbhor
6b5aae907b
image save functionality updated (#18184) 2023-09-28 15:27:40 +02:00
Convly
09b6d7a4b4 v4.14.0 2023-09-28 13:58:40 +02:00
Rémi de Juvigny
5e88b8f170 Restore radix toolbar dependency 2023-09-28 10:21:50 +02:00
Patrict J
b39586bf8d
fix(content-manager): relations input search not found (#18110)
* Update Relations searchFor to send new optional params

* Update relations.js to accept new optional search operation

* Update relations.js, reduce and default

* Update useRelation.js, change to actual operand

* Update useRelation.js, change _m to _filter

* Update relations.js, change _m to _filter

* Add operator check

* remove template literals

* update test on useRelation
2023-09-28 09:20:00 +01:00
Rémi de Juvigny
ee654b5fa3 Handle disabled 2023-09-27 17:20:50 +02:00
Convly
6bbcdf8d2a Fix the shared types resolving for Common.Schemas 2023-09-27 16:53:09 +02:00
Convly
4bf987e13d Add 'blocks' to the Model's attributes 2023-09-27 15:26:11 +02:00
Convly
155adbfa37 Add Attribute.Blocks to Attribute.Any 2023-09-27 14:52:44 +02:00
Convly
bfb8637195 Add missing blocks attribute types 2023-09-27 14:47:07 +02:00
Ben Irvin
26753c2c6f allow empty objects in validator 2023-09-27 11:56:41 +02:00
Rémi de Juvigny
3f44fcb54f Enforce editable state 2023-09-27 11:43:37 +02:00
Rémi de Juvigny
4466387ad0 Add i18n icon 2023-09-27 11:34:42 +02:00
Simone
24fa848ba3
Add new Blocks rich text editor (alpha) (#18166)
Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
Co-authored-by: markkaylor <mark.kaylor@strapi.io>
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Madhuri Sandbhor <madhuri.sandbhor@strapi.io>
2023-09-26 17:21:44 +02:00
Simone
733e80c18c
Update design system and icons version to 1.11.0 (#18170)
* update design systema and icons version

* remove generated types in the getstarted
2023-09-26 16:41:10 +02:00
Alison Tahiri
cd59da381e
fix(admin): make permission subject nullable in schema. (#18153) 2023-09-26 10:18:37 +01:00
Gustav Hansen
9404aa68a4
Merge branch 'main' into feature/rw-stage-rbac 2023-09-25 15:40:00 +02:00
Christian
fdf22f1cbe
Merge pull request #17979 from strapi/types/plugins 2023-09-25 12:57:21 +02:00
Gustav Hansen
fc86e60e00 Merge branch 'main' into feature/rw-stage-rbac 2023-09-25 12:16:34 +02:00
Josh
e63fc8dea6
test(content-manager): fix console pollution in tests (#18113)
* chore: mock `once` function to stop console pollution

* test(content-manager): fix Option test

* test(content-manager): fix useLazyComponents test

* test(content-manager): fix useRelation test
2023-09-25 09:41:23 +01:00
dependabot[bot]
2cfba02c2e
Bump @vitejs/plugin-react from 4.0.4 to 4.1.0
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.0/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-24 22:37:35 +00:00
Ben Irvin
727fcb259f change any to unknown 2023-09-22 17:55:32 +02:00
Ben Irvin
da6f8e9c4f
Merge branch 'main' into types/plugins 2023-09-22 14:51:38 +02:00
Ben Irvin
b427d70414 only export config inputs 2023-09-22 13:05:32 +02:00
Ben Irvin
50470218e5 use export type 2023-09-22 12:49:53 +02:00
Alexandre Bodin
146499554b Add missing emit flag 2023-09-22 10:41:11 +02:00
Ben Irvin
ba5685215a use export type 2023-09-22 10:38:52 +02:00
Ben Irvin
15d86b8474 use import type 2023-09-22 10:32:53 +02:00
Alexandre Bodin
2fa5adde62 Fix tests 2023-09-21 20:01:37 +02:00
Alexandre Bodin
c4573af2eb Update tests 2023-09-21 18:42:19 +02:00
Christian
d62456ea47
Merge pull request #17905 from strapi/types/utils-tests
Start Typescript Tests
2023-09-21 17:57:31 +02:00
Christian
b1621d9d85
Merge branch 'main' into types/plugins 2023-09-21 17:18:36 +02:00
Christian Capeans
c793ad8da0 Move typings to types 2023-09-21 17:17:17 +02:00
Josh
27166b42c0
refactor(content-manager): convert InputUIDs data-fetching to use react-query (#18116) 2023-09-21 16:15:43 +01:00
Christian Capeans
7d3c5b5958 Merge branch 'main' of github.com:strapi/strapi into types/plugins 2023-09-21 17:07:54 +02:00
Alexandre Bodin
c9516d4bf5 Remove old types 2023-09-21 16:50:18 +02:00
Alexandre Bodin
eb64ae5745 Update typings and fix invalid usage 2023-09-21 16:49:53 +02:00
Christian Capeans
faf808e4a1 Fix linting errors 2023-09-21 12:11:00 +02:00
Christian Capeans
4e3eca1598 Merge branches 'types/utils-tests' and 'main' of github.com:strapi/strapi into types/utils-tests 2023-09-21 11:39:04 +02:00
Christian
25dcf19319
Merge pull request #18078 from strapi/types/es-tests
Add Utils Tests
2023-09-21 10:40:31 +02:00
Alexandre Bodin
ff63c67e39 fix package version 2023-09-21 09:57:13 +02:00
Alexandre Bodin
8e06fa92c3 Merge branch 'main' into chore/ts-database 2023-09-20 19:15:08 +02:00
Christian Capeans
2d370ac359 Update ts-zen 2023-09-20 18:17:21 +02:00
Alexandre Bodin
7bfa5eb0b7 Merge branch 'main' into chore/ts-strapi 2023-09-20 17:54:15 +02:00
Alexandre BODIN
d6668ca235
Merge pull request #18119 from strapi/releases/4.13.7 2023-09-20 17:05:14 +02:00
Alexandre Bodin
c11abe8823 v4.13.7 2023-09-20 16:48:49 +02:00
Alexandre Bodin
ba04122263 wip 2023-09-20 15:52:30 +02:00
Alexandre Bodin
d1cc5df7c5 Update types 2023-09-20 11:46:13 +02:00
Ben Irvin
821832048a allow some config options to be optional 2023-09-20 11:44:56 +02:00
Alexandre Bodin
1a917d4eca Fixes 2023-09-20 11:30:19 +02:00
Alexandre Bodin
3a17647de9 Merge branch 'chore/ts-strapi' into chore/ts-database 2023-09-20 10:08:43 +02:00