Convly
3d2c2b58b3
v4.20.3
2024-02-28 15:33:49 +01:00
Mark Kaylor
ffe3577903
v4.20.2
2024-02-21 14:40:41 +01:00
Convly
9aa6e94b2f
v4.20.1
2024-02-14 16:12:51 +01:00
Convly
c9a57597c7
chore: add unit tests for type generation > SetMinMax > min: 0
2024-02-13 09:56:57 +01:00
Convly
82b9d6e4b1
fix: modify type checking for min/max defaults
2024-02-13 09:52:25 +01:00
Mark Kaylor
b0d94f6dce
v4.20.0
2024-02-07 17:11:39 +01:00
Ben Irvin
44f19b3d2f
chore: fixes for flaky tests
2024-02-02 10:49:02 +01:00
Mark Kaylor
34f7e875cd
v4.19.1
2024-01-31 14:41:53 +01:00
Convly
beec786491
v4.19.0
2024-01-24 16:00:22 +01:00
Convly
6cf7aff2ba
chore: update typo in a comment
2024-01-17 12:01:41 +01:00
Convly
b5b7b8260a
fix: force SetMinMax to use the correct primitive at generation
2024-01-17 11:53:34 +01:00
Alexandre Bodin
38298e9ebd
Merge branch 'releases/4.17.1' into develop
2024-01-16 17:24:48 +01:00
Alexandre Bodin
8f2c1c1fef
v4.17.1
2024-01-16 11:50:41 +01:00
Josh
a3690b16a3
feat: add vite ( #18697 )
...
* feat: add vite
* fix: CheckPagePermissions was buggy
* fix: vite CJS warning & double print of experimental message
* chore: move to use plugins-workspace folder
* chore: update deps
---------
Co-authored-by: Paul <45032974+hide-me@users.noreply.github.com>
2024-01-11 14:14:25 +00:00
Mark Kaylor
07112073ac
v4.17.0
2024-01-10 14:46:39 +01:00
Josh
ddbb55f2eb
Merge branch 'main' into releases/4.17.0
2024-01-02 13:41:57 +00:00
Convly
b887f1aa47
v4.16.2
2023-12-21 15:53:18 +01:00
Mark Kaylor
af13d4e056
v4.16.1
2023-12-21 15:23:45 +01:00
Mark Kaylor
b8acb528cd
v4.16.0
2023-12-20 15:52:24 +01:00
Josh
bdcd983c3d
fix(tooling): use nx to build & clean ( #19084 )
...
* remove pre-publish scripts
* fix: use nx to clean & build
2023-12-19 13:21:33 +00:00
Rémi de Juvigny
a3bd0451c5
doc(pack-up): fix config file name in readme ( #19037 )
2023-12-12 12:08:25 +01:00
Josh
46e6ffbb44
feat(strapi): add experimental plugin init command ( #18970 )
2023-12-11 09:53:59 +00:00
Alexandre Bodin
6b35da10af
Merge branch 'main' into develop
2023-11-30 16:32:56 +01:00
Mark Kaylor
97e854e902
Merge branch 'main' of github.com:strapi/strapi into releases/4.15.5
2023-11-30 11:08:02 +01:00
Mark Kaylor
dc96169c3f
v4.15.5
2023-11-29 16:42:28 +01:00
Josh
eb7b88426d
fix(pack-up): ensure we pass the tsconfig file name, not a path to it ( #18875 )
...
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it
fix(admin): annotate return type on createBuildContext
fix(admin): ensure shared is a the base folder not importing from server
chore(pack-up): PRINT MOREEEE
fix(ctb): export required type
chore: refactor tsconfigs
* chore: pr amends
2023-11-23 09:16:25 +00:00
Alexandre Bodin
afe9e18254
v4.15.5-alpha.5
2023-11-21 20:35:37 +01:00
Josh
a549feb253
chore: pretty codebase ( #18835 )
2023-11-17 14:48:05 +00:00
Josh
6dc2847fee
test(pack-up): add ENV to allow immutable installs in yarn 4 ( #18814 )
...
* test(pack-up): add ENV to allow immutable installs in yarn 4
* Revert "test(pack-up): add ENV to allow immutable installs in yarn 4"
This reverts commit 375c8949a015969797db41572c043c15d4b9f023.
* chore: go back to yarn4
* Revert "chore: go back to yarn4"
This reverts commit 1c17a48ccacba1d1a40f28191119b2d446955b16.
* chore: add env
* chore: pass it directly to exec
* Revert "chore: pass it directly to exec"
This reverts commit 36a2b7cb96e1607a312ab69faa8dc9c370c4d219.
2023-11-16 13:51:08 +00:00
Alexandre Bodin
a348983e41
chore: update tests & setup to decrease flakiness
...
fix(users-permission): flaky test skip notification timeout
wrap in waitFor
Try run in band
whatever
2023-11-15 19:31:42 +01:00
Alexandre Bodin
6a4fcc93af
v4.15.5-alpha.4
2023-11-15 16:37:41 +01:00
Alexandre Bodin
85efb4bfa3
v4.15.5-alpha.3
2023-11-15 14:37:17 +01:00
Alexandre Bodin
180e3acca9
v4.15.5-alpha.2
2023-11-14 17:24:18 +01:00
Alexandre Bodin
59aec6c474
v4.15.5-alpha.1
2023-11-14 14:55:52 +01:00
Alexandre Bodin
da634b0951
v4.15.4
2023-11-11 12:17:57 +01:00
Alexandre Bodin
458516e434
v4.15.3
2023-11-11 12:03:41 +01:00
Mark Kaylor
3f510d0338
chore: publish 4.15.2
2023-11-08 17:04:13 +01:00
Mark Kaylor
bb51089333
v4.15.2
2023-11-08 16:27:10 +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
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
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
Marc-Roig
6e44e1e68d
v4.15.0
2023-10-25 15:06:00 +02:00
dependabot[bot]
6d4aa21c4a
chore(deps): bump esbuild-register from 3.4.2 to 3.5.0 ( #18344 )
...
Bumps esbuild-register from 3.4.2 to 3.5.0.
---
updated-dependencies:
- dependency-name: esbuild-register
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 13:24:31 +01:00
Mark Kaylor
2c8028e0a8
Merge branch 'main' of github.com:strapi/strapi into releases/4.14.5
2023-10-18 17:15:57 +02:00
Mark Kaylor
a0400e4a0f
v4.14.5
2023-10-18 17:02:10 +02:00
Josh
5978c13ec4
feat(pack-up): add the ability to pass plugins via the config ( #18486 )
...
* feat(pack-up): add the ability to pass plugins via the config
* refactor: make plugins a func or array
2023-10-18 12:01:17 +01:00
Josh
5d12a35806
feat(strapi): add plugin:watch command ( #18462 )
2023-10-18 11:23:59 +01:00
Josh
d4dddebe84
refactor(admin): convert rest of components to TS ( #18473 )
...
* refactor(admin): convert rest of components to TS
* chore(admin): integrate redux types to admin components
* chore: type network requests
* test: fix unit tests based on changes
* chore: use smaller batch of permissions for RBACProvider test
2023-10-18 11:22:34 +01:00