Mark Kaylor
0ca0dff7b4
Merge remote-tracking branch 'origin/releases/4.15.2' into releases/4.15.3
2023-11-08 14:13:14 +01:00
Josh
ca1ec5aecf
refactor(admin): add watch-admin flag ( #18688 )
2023-11-07 11:35:40 +01:00
Christian
02973d45cb
Fix: Update AWS (aws-sdk) from deprecated V2 to V3 ( #18557 )
2023-11-06 16:43:35 +01:00
Ben Irvin
87431e44c3
feat: allow passing http serverOptions from config ( #18591 )
2023-11-06 15:31:17 +01:00
Ben Irvin
84033819f8
Fix: GraphQL validates repeatable component attributes correctly ( #18647 )
2023-11-06 15:01:59 +01:00
Alexandre BODIN
03194ce5a3
fix(admin): use appropriate loader between jsx and tsx ( #18670 )
2023-11-06 11:58:55 +01:00
Gustav Hansen
477ea8ee80
chore(admin): convert useSettingsMenu to TS ( #18616 )
...
* chore(admin): move constants into global constants
* chore(admin): convert useSettingsMenu to TS
2023-11-05 13:45:37 +00:00
Josh
e741a4a0c0
fix: import Document directly & add ignorePrompts
CLI flag ( #18668 )
2023-11-03 17:06:51 +01:00
Alexandre BODIN
805908ba2b
fix(admin): close webpack watch on reload ( #18667 )
2023-11-03 16:28:46 +01:00
Josh
0e69461383
fix(admin): build pipeline & deps ( #18658 )
2023-11-03 15:56:03 +01:00
Alexandre BODIN
5f65fd6451
fix(admin): missing env utilities ( #18657 )
2023-11-03 10:02:49 +01:00
Alexandre BODIN
f5b09a8e61
fix(admin): missing env utilities ( #18657 )
2023-11-03 08:52:55 +00:00
Ben Irvin
d6433aecec
chore: remove extraneous editorconfigs ( #18592 )
2023-11-03 09:04:49 +01:00
Alexandre BODIN
ae792fb42c
Release 4.15.1 ( #18646 )
...
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Marc Roig <marc12info@gmail.com>
2023-11-03 08:37:53 +01:00
Josh
d482633e77
refactor(admin): auth pages to TS ( #18635 )
...
* refactor(admin): auth pages to TS
* fix: fix error message displays
* chore: remove generic
* chore: remove unnecessary test files
* chore: add tests
* fix: reset-password errors
2023-11-02 14:31:43 +00:00
Alexandre Bodin
b6c085052f
v4.15.1
v4.15.1
2023-11-02 15:26:58 +01:00
Madhuri Sandbhor
6008802902
fix(blocks): first click on modifiers doesn't work ( #18556 )
...
* fix: first click on modifiers doesnt work
* test: removed as its difficult to test first click behaviour with unit tests
* fix: removed unused test id
2023-11-02 14:17:02 +01:00
Alexandre BODIN
82d0e5b059
Merge pull request #18632 from strapi/chore/node-engine
2023-10-31 18:28:05 +01:00
Alexandre Bodin
56d93b4478
Update node engine of cloud plugin
2023-10-31 17:19:47 +01:00
Josh
4ef442cc49
chore: pack-up all admin packages ( #18622 )
...
* chore: pack-up all admin packages
* chore: remove implicit deps
* chore: fix test
2023-10-31 15:38:51 +00:00
Josh
c563f77eee
chore(admin): fix exports & settings links in CE ( #18624 )
...
* chore(admin): add index files to files list
* chore: incl. additional deps with quickstart projects
* chore: fix issue with menu links being undefined.
2023-10-31 15:36:40 +00:00
Marc Roig
9b513a848f
Merge pull request #18623 from strapi/4.15.1/hotfix-admin-bundling
2023-10-31 16:28:59 +01:00
Thanos
524af8055c
fix(upload): media library image signedUrl cache busting issue ( #18541 )
...
* media library image signedUrl cache busting issue references #18443
* date query param typo
* add asset isUrlSigned property, used as asset url cache busting condition
* removed cacheBustUrl function, added inline comment to describe functionality
2023-10-31 15:28:52 +00:00
Gustav Hansen
1c1e34d14f
chore(admin): convert useSettingsForm to TS ( #18608 )
2023-10-31 09:22:45 +00:00
Josh
b06a72a02d
chore: incl. additional deps with quickstart projects
2023-10-31 08:44:57 +00:00
Josh
68608fc040
chore(admin): add index files to files list
2023-10-31 08:44:57 +00:00
Gustav Hansen
7e3d934824
chore(admin): move constants into global constants ( #18609 )
2023-10-31 08:18:19 +00:00
Lucas Boilly
ed78895acf
Fixed padding issues in the toolbar ( #18570 )
2023-10-31 05:52:44 +01:00
Madhuri Sandbhor
db0360aa82
feat(blocks): add keyboard shortcuts for modifiers ( #18581 )
...
* feat: added keyboard shortcuts for modifiers
* fix: eventKeys are added per modifier, updated url validation with URL()
* fix: replaced eventKey with isValidEventKey() in modifier store
* refactor: moved insertData to withLinks plugin
2023-10-31 05:51:44 +01:00
Josh
7150c563ca
fix(workflows): admin bundle-size workflow ( #18614 )
2023-10-30 12:26:13 +00:00
Josh
14ef2b7c24
chore(admin): convert ProfilePage and re-use server driven types ( #18593 )
...
* chore(admin): convert ProfilePage and re-use server driven types
* chore: fix tests
* chore: fix double export from types
* fix: type isSSOLocked endpoint
2023-10-30 12:17:27 +00:00
Josh
116339ad86
refactor: admin build pipeline ( #18539 )
...
* chore(admin): refactor admin develop/build pipeline
chore: remove `webpackChunkName` comments
chore: reuse admin tsconfig where possible
chore: add .strapi to gitignore
chore(admin): pack-up
feat(admin): inject commands into strapi from admin for building
feat(admin): move watch command to admin
chore: keep backward compat API available
Update packages/core/admin/_internal/cli/index.ts
docs(admin): document the build & develop process and pipeline
test(admin): fix StrapiApp tests
chore: fix build
* Update skipped_tests.yml
* test(e2e): fix e2e setup
feat: add dependency installation
fix: mjs webpack resolution
* chore: fix server exports
* fix: typescript project type generation
* fix: development watch mode
* fix: connect to hot middleware – anywhere
* Update packages/core/admin/_internal/node/core/monorepo.ts
Co-authored-by: Marc Roig <marc12info@gmail.com>
* fix(admin): theme toggle type export
* chore: fixes
* chore: pr amends
Co-Authored-By: Ben Irvin <ben@innerdvations.com>
---------
Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
2023-10-30 11:36:16 +00:00
Christian
c76dc9cb2b
fix: Data transfer stream backpressure from providers
2023-10-30 11:43:20 +01:00
Josh
9e14912c58
chore(generators): remove admin ( #18563 )
...
no one uses them they're very out of date
2023-10-30 08:11:19 +00:00
Josh
c7c44a121f
chore(admin): convert context to use assertion technique ( #18598 )
2023-10-27 11:03:39 +01:00
Marc Roig
6ee826075d
Merge pull request #18564 from strapi/releases/4.15.0
2023-10-26 13:31:33 +02:00
Josh
d9554abef3
fix(pack-up): set NODE_ENV if it's not already set ( #18583 )
2023-10-26 12:10:07 +01:00
Marc-Roig
9714d1d0af
Merge branch 'main' into releases/4.15.0
2023-10-26 12:09:31 +02:00
Madhuri Sandbhor
5daf92f107
Fix: markdown height change ( #18450 )
...
* markdown total height changed to 512px
* style: updated markdown total height to 512px, fixed border radius for nav and footer
2023-10-26 08:01:34 +02:00
Josh
dffc31a9b2
chore(admin): convert HomePage, Admin & InstalledPluginPage to TS ( #18568 )
...
* chore(admin): convert HomePage to TS
* chore(admin): convert pages/Admin to TS
* chore(admin): convert InstalledPluginsPage to TS
2023-10-25 17:08:16 +01:00
Marc Roig
ea26b0dc3f
Merge pull request #18475 from strapi/ts/replace-util
2023-10-25 16:23:34 +02:00
Maxime Castres
285944d4bb
feat(cloud): add strapi cloud plugin to CMS for marketing ( #18209 )
...
* Add: Strapi Plugin Cloud
* Update: first review changes
* Update: remove versioning check + add eslint
* Update: register the plugin only on development
* Update: add cloud plugin by default in package.json
* Update: make the plugin installed by default
* Update: convert plugin in typescript
* Update: package.json file
* chore: setup the project like color-picker
* chore: fix TS issue
* Add: fix utm params
* Fix: lint issue with Link compo
* chore: fix issue with strapi.name in pkg.json
* chore: fix build scripts
---------
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-25 15:13:53 +01:00
Josh
8735d4f8a9
chore(admin): convert useInjectReducer, core/apis & StrapiApp to TS ( #18554 )
...
* chore(admin): convert useInjectReducer to TS
* chore(admin): convert core apis
* chore(admin): convert StrapiApp
* chore: fix test
2023-10-25 14:49:22 +01:00
Marc-Roig
38a477742e
fix: comment out code
2023-10-25 15:36:27 +02:00
Marc-Roig
6e44e1e68d
v4.15.0
v4.15.0
2023-10-25 15:06:00 +02:00
Marc-Roig
1c15eeb66f
fix: add clean command to strapi strapi
2023-10-25 14:38:03 +02:00
Ben Irvin
06f98c5f74
Merge pull request #17885 from PatrickJira/patch-1
2023-10-25 13:08:10 +02:00
Ben Irvin
38da416210
Merge branch 'main' into patch-1
2023-10-25 12:05:11 +02:00
Gustav Hansen
1f6fb6872c
Merge pull request #18460 from strapi/dependabot/npm_and_yarn/babel/traverse-7.23.2
...
chore(deps): bump @babel/traverse from 7.17.9 to 7.23.2
2023-10-25 10:10:19 +02:00
dependabot[bot]
c3779782c4
chore(deps): bump @babel/traverse from 7.17.9 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.17.9 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 07:46:54 +00:00