20104 Commits

Author SHA1 Message Date
Rémi de Juvigny
ab18a34b7a Fetch useYarn info 2022-02-18 20:15:46 +01:00
Rémi de Juvigny
9130c8304c Refactor check if plugin is installed 2022-02-18 18:53:03 +01:00
Mark Kaylor
8cb833f1e8 mark plugins installed 2022-02-18 16:03:20 +01:00
Rémi de Juvigny
9f1ec0fde3 Accessibility improvements 2022-02-18 15:12:48 +01:00
Rémi de Juvigny
982807dd6d Better implement design system 2022-02-17 16:51:03 +01:00
Rémi de Juvigny
c36e76c6d1 Update snapshot 2022-02-17 11:20:02 +01:00
Rémi de Juvigny
53e12d69cd Hardcode marketplace URL 2022-02-17 11:04:45 +01:00
Rémi de Juvigny
909e2be0ba Move plugin card to components folder 2022-02-17 11:02:03 +01:00
Rémi de Juvigny
7368ab190a Don't use styled components in plugin cards 2022-02-17 10:59:57 +01:00
Rémi de Juvigny
f8bf004048 Remove unused v3 marketplace hook 2022-02-17 10:59:31 +01:00
Rémi de Juvigny
b7fd5b4eaf Fix plugin card height 2022-02-16 19:38:42 +01:00
Rémi de Juvigny
b592615bba Fix card size and update snapshot 2022-02-16 19:06:19 +01:00
Rémi de Juvigny
fb2e534f09 Apply feedback 2022-02-16 18:34:52 +01:00
Rémi de Juvigny
903d0e78aa Fix stylelint ignore 2022-02-16 17:21:54 +01:00
Rémi de Juvigny
0c77db0169 Ignore eslint webkit error 2022-02-16 17:13:39 +01:00
Rémi de Juvigny
02a13ef28e Translate and test markeplace page 2022-02-16 16:46:34 +01:00
Rémi de Juvigny
0aeafa8e1a Finish plugin card integration 2022-02-16 13:59:06 +01:00
Rémi de Juvigny
0bba3f168d Plugin card (wip) 2022-02-16 12:07:54 +01:00
Rémi de Juvigny
c0d4ae9d10 Layout component 2022-02-15 18:21:24 +01:00
Rémi de Juvigny
663f0bc901
Merge pull request #12525 from strapi/fetch-plugins
[MARKET] Fetch plugins
2022-02-14 19:15:34 +01:00
Mark Kaylor
13ea6fd1ca set default api url 2022-02-14 18:12:57 +01:00
Mark Kaylor
4695f6a4e0 log data 2022-02-14 15:12:44 +01:00
Mark Kaylor
eda76ecc7c update translation 2022-02-14 14:52:05 +01:00
Mark Kaylor
bd4c073871 remove .env 2022-02-14 12:42:40 +01:00
Mark Kaylor
1c7abd2ca3 fetch plugins from API proxy 2022-02-14 12:36:33 +01:00
Gustav Hansen
75968d74ab
Merge pull request #12481 from strapi/dependabot/npm_and_yarn/eslint-plugin-jsdoc-36.1.1
Bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1
2022-02-14 08:47:24 +01:00
Gustav Hansen
543a4149fe
Merge pull request #12482 from strapi/dependabot/npm_and_yarn/axios-mock-adapter-1.20.0
Bump axios-mock-adapter from 1.19.0 to 1.20.0
2022-02-14 08:46:56 +01:00
Gustav Hansen
9f610976cd
Merge pull request #12483 from strapi/dependabot/npm_and_yarn/testing-library/react-11.2.7
Bump @testing-library/react from 11.2.6 to 11.2.7
2022-02-14 08:46:35 +01:00
Alexandre BODIN
de7a92d566
Merge pull request #12480 from strapi/dependabot/npm_and_yarn/eslint-7.32.0
Bump eslint from 7.25.0 to 7.32.0
2022-02-11 14:58:53 +01:00
Alexandre BODIN
205c945292
Merge pull request #12410 from smoothdvd/patch-1
remove extra '/' in baseURL
2022-02-11 14:58:35 +01:00
Gustav Hansen
6099de95a1
Merge pull request #12398 from strapi/content-10_resizable-fields
CM: Make fields resizable
2022-02-11 14:35:45 +01:00
Gustav Hansen
4136ecf254 CM: Automatically format row layouts after changing the field size
Co-authored-by: Cyril Lopez <cyril@strapi.io>
2022-02-11 13:36:18 +01:00
Gustav Hansen
408f29ec60 chore: lint code 2022-02-11 13:36:18 +01:00
Gustav Hansen
790e384105 CM: Add missing prop-types 2022-02-11 13:36:18 +01:00
Gustav Hansen
9bf057b9fb CM: Make fields resizable 2022-02-11 13:36:18 +01:00
Gustav Hansen
c434b61e1c CM: Add tests for field helper functions 2022-02-11 13:36:18 +01:00
Gustav Hansen
edb2f0f95e CM: Create helper functions to get/ set fieldSizes 2022-02-11 13:36:18 +01:00
dependabot[bot]
e91adb05f4
Bump eslint from 7.25.0 to 7.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.25.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 12:19:20 +00:00
Gustav Hansen
3c9ab240de
Merge pull request #12473 from strapi/feature/ds-alpha-75
chore: Bump design-system version
2022-02-11 13:14:34 +01:00
smoothdvd
65c03caede
Update packages/plugins/users-permissions/server/bootstrap/index.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-02-11 18:51:01 +08:00
Gustav Hansen
e8cf8aabb7
Merge pull request #12463 from strapi/hotfix/ctb-curve-alignment
CTB: Fix alignment of curve icons in production mode
2022-02-11 11:35:34 +01:00
cyril lopez
f3d3c322da
Merge pull request #12444 from strapi/fix-kitchensink
Fix kitchensink
2022-02-11 11:20:33 +01:00
Alexandre BODIN
02c93fe832
Merge pull request #12465 from strapi/plugin-documentation/fix-custom-settings
Fix custom settings override
2022-02-11 10:53:29 +01:00
Alexandre BODIN
96938b4779
Merge pull request #12468 from strapi/chore/upgrade-fp
Enhancement: Upgrade fp version to 3.2.2
2022-02-11 10:51:53 +01:00
Gustav Hansen
270fb6b288 chore: Update snapshot tests 2022-02-11 10:49:54 +01:00
dependabot[bot]
7f3f7125e6
Bump @testing-library/react from 11.2.6 to 11.2.7
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 11.2.7.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.6...v11.2.7)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 09:44:19 +00:00
dependabot[bot]
bcc2675735
Bump axios-mock-adapter from 1.19.0 to 1.20.0
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: axios-mock-adapter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 09:43:46 +00:00
dependabot[bot]
4a158b8d3f
Bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.0 to 36.1.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.0...v36.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 09:43:16 +00:00
Maxime Castres
347bede831 Fix: Upgrade fp version to 3.3.2 2022-02-11 10:08:49 +01:00
Gustav Hansen
507f7c4094 CTB: Fix alignment of curve icons in production mode 2022-02-10 18:18:29 +01:00