23187 Commits

Author SHA1 Message Date
Julie Plantey
792ec2f776
Merge pull request #14189 from strapi/relation-input/proptype-fix
[RelationInput] Proptypes update
2022-08-25 12:12:44 +02:00
Julie Plantey
9cdf50e757 remove isDraft from proptypes, added id 2022-08-25 10:46:01 +02:00
Julie Plantey
54c41cf840 fix pages proptypes 2022-08-24 16:05:13 +02:00
Julie Plantey
94eb2c631a publicationState and translations 2022-08-24 15:29:02 +02:00
Julie Plantey
15f9b9094a update proptypes for searchResult and relations 2022-08-24 12:39:38 +02:00
Julie Plantey
cda37209d4
Merge pull request #14159 from strapi/relationinput/select-option
[RelationInput] Select custom Option
2022-08-24 10:31:28 +02:00
Julie Plantey
cabae0b54e fix snapshots 2022-08-22 16:49:13 +02:00
Julie Plantey
ca24339d6a tests for custom Option 2022-08-22 16:28:22 +02:00
Julie Plantey
ecb2191f1e pxToRem import fix 2022-08-22 15:47:07 +02:00
Julie Plantey
b615f45eca Merge branch 'feature/relations-main-view-relationinput-interface' of https://github.com/strapi/strapi into relationinput/select-option 2022-08-22 14:28:05 +02:00
Julie Plantey
a189bafc20 Merge branch 'feature/relations-main-view' of https://github.com/strapi/strapi into feature/relations-main-view-relationinput-interface 2022-08-22 14:24:47 +02:00
Gustav Hansen
a024a40d1a Merge branch 'main' into feature/relations-main-view 2022-08-22 09:28:39 +02:00
Gustav Hansen
8bff5319c3
Merge pull request #14103 from strapi/feature/relations-main-view-useRelation
CM: Implement useRelation hook to fetch relation data asynchronous
2022-08-22 09:17:54 +02:00
Alexandre BODIN
dd35ac75ff
Merge pull request #14147 from strapi/feat/buildStatusBadge
Add Nightly Release build status badge
2022-08-19 18:16:32 +02:00
Alexandre Bodin
ebac1f66f2 chore: github pages permissions 2022-08-19 18:15:50 +02:00
Alexandre Bodin
d1ea986a33 Add pages workflow 2022-08-19 18:11:09 +02:00
derrickmehaffy
51066b6c21 move to html from markdown 2022-08-19 09:05:06 -07:00
DMehaffy
ba3081cb14
Add Nightly Release build status badge
adds the badge to the readme on the nightly build status
2022-08-19 09:01:19 -07:00
Alexandre Bodin
306d52dcac chore: docusaurus baseUrl config 2022-08-19 17:49:34 +02:00
Alexandre Bodin
1ee76ce6e3 chore: udpate docusaure config 2022-08-19 14:03:16 +02:00
Alexandre Bodin
142cb086ff Merge branch 'main' of github.com:strapi/strapi 2022-08-19 13:54:37 +02:00
Alexandre Bodin
bae43881b8 chore: update docusaurus version 2022-08-19 13:54:25 +02:00
Alexandre BODIN
f589ccef26
Merge pull request #14118 from strapi/chore/automated-releases
Automated nightly releases
2022-08-19 11:25:58 +02:00
Julie Plantey
1079234a55
Merge pull request #14074 from strapi/dependabot/npm_and_yarn/date-fns-2.29.1
Bump date-fns from 2.28.0 to 2.29.1
2022-08-19 09:44:48 +02:00
Alexandre BODIN
ecc7a08ed6
Merge pull request #14136 from strapi/dependabot/npm_and_yarn/actions/core-1.9.1
Bump @actions/core from 1.9.0 to 1.9.1
2022-08-19 09:36:10 +02:00
dependabot[bot]
aca6529b9d
Bump @actions/core from 1.9.0 to 1.9.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:59:39 +00:00
Julie Plantey
8f52e4178a Merge branch 'main' of https://github.com/strapi/strapi into dependabot/npm_and_yarn/date-fns-2.29.1 2022-08-18 18:33:22 +02:00
Julie Plantey
73b12aa94d upgrading to v2.29.2 because 2.29.1 introduced a breaking change on intervalToDuration 2022-08-18 18:31:27 +02:00
Julie Plantey
2ae55c2739 fix ApiTokens LV tests 2022-08-18 17:59:44 +02:00
Ben Irvin
d980dbf9e3
Merge pull request #14093 from strapi/fix/typescript-special-char-path
Fix new typescript  projects with special characters in path
2022-08-18 14:04:30 +02:00
Gustav Hansen
f4035f45ca
Merge pull request #14119 from strapi/chore/ignore-process-exit-warnings
Chore: Ignore process.exit eslint warnings
2022-08-18 12:58:52 +02:00
Alexandre BODIN
482c00e90b
Merge pull request #14095 from seyti67/master
Completed the (fr) French locale for the i18n plugin
2022-08-18 11:11:48 +02:00
Ben Irvin
1e3144b002 Merge branch 'main' into fix/typescript-special-char-path 2022-08-18 11:09:38 +02:00
Alexandre BODIN
fc863acc53
Merge pull request #14075 from strapi/dependabot/npm_and_yarn/graphql-tools/utils-8.10.0
Bump @graphql-tools/utils from 8.9.0 to 8.10.0
2022-08-18 10:38:49 +02:00
Bassel Kanso
5d5e49f079
Merge pull request #14078 from strapi/fix/typescript-plugin-generation
Fix typescript plugin generation
2022-08-18 10:54:59 +03:00
Julie Plantey
791b7f5e44 wip 2022-08-18 09:52:57 +02:00
Alexandre BODIN
e1e84f07d2
Merge pull request #14073 from strapi/dependabot/npm_and_yarn/sendgrid/mail-7.7.0
Bump @sendgrid/mail from 7.4.7 to 7.7.0
2022-08-18 09:41:37 +02:00
Ben Irvin
dece14c0de
Merge pull request #13962 from strapi/fix/preinstall-node-version-check
Require Node >=14, <=16 to install Strapi
2022-08-18 09:41:07 +02:00
Gustav Hansen
1194616a24 Eslint: turn off no-process-exit to avoid warnings in PRs 2022-08-18 09:35:47 +02:00
dependabot[bot]
3aa4ac20ea
Bump @graphql-tools/utils from 8.9.0 to 8.10.0
Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@8.10.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@graphql-tools/utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 07:34:44 +00:00
Gustav Hansen
7d72343aac
Merge pull request #14077 from strapi/dependabot/npm_and_yarn/axios-0.27.2
Bump axios from 0.24.0 to 0.27.2
2022-08-18 09:33:30 +02:00
Julie Plantey
d312648a77 RelationList height & scroll 2022-08-17 17:09:32 +02:00
Julie Plantey
3b77b20218 disabled state 2022-08-17 16:17:23 +02:00
Gustav Hansen
9bcee7ca49
Merge pull request #13395 from benderillo/fix-gql-endpoint
Fetch graphql endpoint path from graphql plugin
2022-08-17 15:28:14 +02:00
Alexandre Bodin
7f111ab95b Adds nightly releases 2022-08-17 15:03:18 +02:00
Alex V
b411b49d93 Fetch graphql endpoint path from graphql plugin
- Do not use hardcoded '/graphql' endpoint because it will mismatch
if plugin has different endpoint configuration.
2022-08-17 13:24:37 +02:00
dependabot[bot]
0f05a28906 Bump axios from 0.24.0 to 0.27.2
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.24.0...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-17 13:07:01 +02:00
dependabot[bot]
01aaee8d36 Bump date-fns from 2.28.0 to 2.29.1
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.28.0 to 2.29.1.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.28.0...v2.29.1)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-17 13:06:42 +02:00
Gustav Hansen
e4e0981e24
Merge pull request #14076 from strapi/dependabot/npm_and_yarn/sanitize-html-2.7.1
Bump sanitize-html from 2.7.0 to 2.7.1
2022-08-17 13:05:32 +02:00
Julie Plantey
f766df3ee0 error and description state 2022-08-17 12:12:21 +02:00