Convly
|
e9619b5b25
|
Remove test plugin from kitchensink-ts
|
2022-04-04 11:40:00 +02:00 |
|
Convly
|
b373282f85
|
Add generators for typescript
|
2022-04-04 11:38:00 +02:00 |
|
Convly
|
f5cf8cd976
|
Rename app.example.ts to app.example.tsx
|
2022-04-04 11:36:55 +02:00 |
|
Convly
|
b2d98ab3fc
|
Update files/ts/src/index.js -> index.ts
|
2022-04-04 11:36:55 +02:00 |
|
Convly
|
116505d892
|
Handle ts projects with generators
|
2022-04-04 11:36:55 +02:00 |
|
Convly
|
cbf15e6ccc
|
useTypeScript -> useTypescript for consistency
|
2022-04-04 11:36:54 +02:00 |
|
soupette
|
57549a3a0d
|
Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:54 +02:00 |
|
soupette
|
90f77cf724
|
Remove typescript dependency from admin package
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:53 +02:00 |
|
soupette
|
fdc6e77d98
|
Fix watch-admin command
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:53 +02:00 |
|
soupette
|
d47d741664
|
Fix develop command
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:52 +02:00 |
|
soupette
|
3cbc9c24df
|
Fix build command
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:52 +02:00 |
|
soupette
|
e783e0770a
|
Fix develop mode without TS and refacto strapi-admin file
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:52 +02:00 |
|
soupette
|
4365796df1
|
Remove ts from kitchensink and fix async issue
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:36:51 +02:00 |
|
Convly
|
1c637d6798
|
Use primary process instead of master process
|
2022-04-04 11:36:51 +02:00 |
|
Convly
|
f0cacae5d8
|
Fixes
|
2022-04-04 11:36:50 +02:00 |
|
Convly
|
648208af27
|
Refactor builders & compilation scripts
|
2022-04-04 11:36:50 +02:00 |
|
Convly
|
b6e0b91594
|
Add a default value for the userConfiguration
|
2022-04-04 11:33:00 +02:00 |
|
Convly
|
04b8318b18
|
Fix the dist folder not being created early enough
|
2022-04-04 11:33:00 +02:00 |
|
Convly
|
57fb0b8f00
|
Remove useless exclude directory from the tsconfig file
|
2022-04-04 11:33:00 +02:00 |
|
Convly
|
aa8caaec4d
|
Update the kitchensink-ts readme title
|
2022-04-04 11:32:59 +02:00 |
|
Convly
|
7c244d7986
|
Remove comments in tsconfig.json
|
2022-04-04 11:32:59 +02:00 |
|
Convly
|
6a159cd55f
|
Remove tmp file
|
2022-04-04 11:32:59 +02:00 |
|
Convly
|
ce577b1b1c
|
Add a typescript kitchensink example
|
2022-04-04 11:32:59 +02:00 |
|
Convly
|
03bcc2ee64
|
Handle typescript in the build & develop commands
|
2022-04-04 11:32:58 +02:00 |
|
Convly
|
bdcb08157c
|
Fix the file loading using the import default util
|
2022-04-04 11:31:59 +02:00 |
|
Convly
|
8869d60f00
|
Add typescript utils to the utils (commands, tools, compilers)
|
2022-04-04 11:31:59 +02:00 |
|
Convly
|
544f03b4fc
|
Move the ts dependency to the core package
|
2022-04-04 11:31:59 +02:00 |
|
Convly
|
7eb3ce5117
|
Handle ts option in cli
|
2022-04-04 11:31:58 +02:00 |
|
Convly
|
e74b9b7c16
|
Add typescript to the dev dependencies & don't throw errors on missing folders
|
2022-04-04 11:31:58 +02:00 |
|
Convly
|
81401e1d54
|
Allow to start Strapi from another directory
|
2022-04-04 11:31:10 +02:00 |
|
soupette
|
59dd675552
|
Migrate default plugins file to TS
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:36 +02:00 |
|
soupette
|
b26f344f54
|
Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:35 +02:00 |
|
soupette
|
52231a3eba
|
Prevent default export in order to provide typings
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:35 +02:00 |
|
soupette
|
710633dfb1
|
Use TS in kitchensink
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:35 +02:00 |
|
soupette
|
5a5433821a
|
Add tsx customisation file
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:34 +02:00 |
|
soupette
|
867cf185d7
|
Remove tsconfig.json in plugins
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:34 +02:00 |
|
soupette
|
58f2e7536d
|
Add webpack config for TS and created tsconfig.json files for all plugins to enable TS in the admin
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:33 +02:00 |
|
soupette
|
0b52f80754
|
Add typescript and ts-loader dependencies
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:03 +02:00 |
|
soupette
|
770527dcec
|
Update yarn.lock
Signed-off-by: soupette <cyril@strapi.io>
|
2022-04-04 11:26:02 +02:00 |
|
markkaylor
|
2edd2ae00c
|
Merge pull request #13004 from strapi/features/marketplace-offline-layout
[marketplace] add offline layout
|
2022-04-04 09:44:40 +02:00 |
|
Mark Kaylor
|
bf2851fe9f
|
hide submit button when offline
|
2022-04-01 16:10:31 +02:00 |
|
Alexandre Bodin
|
b1df5a6067
|
Merge branch 'releases/4.1.7'
|
2022-04-01 09:55:43 +02:00 |
|
Mark Kaylor
|
5838c0619e
|
Merge branch 'master' of github.com:strapi/strapi into features/marketplace-offline-layout
|
2022-04-01 09:45:35 +02:00 |
|
Gustav Hansen
|
260a68d8e6
|
Merge pull request #13018 from strapi/fix/upload-action-options
Fix actionOptions not taking into account by the upload provider
|
2022-03-31 18:02:22 +02:00 |
|
Alexandre Bodin
|
1699aac151
|
v4.1.7
v4.1.7
|
2022-03-31 17:53:39 +02:00 |
|
Alexandre BODIN
|
3b1c21500b
|
Merge pull request #13029 from strapi/fix/better-sqlite3
Fix better-sqlite3 version
|
2022-03-31 17:51:26 +02:00 |
|
Alexandre Bodin
|
f85ee2f487
|
Fix better-sqlite3 version
|
2022-03-31 17:49:13 +02:00 |
|
Rémi de Juvigny
|
d8676887bf
|
Merge pull request #13012 from strapi/missing-plugin
Add missing a plugin banner to the marketplace
|
2022-03-31 16:31:29 +02:00 |
|
Mark Kaylor
|
18ee563584
|
add Main component and remove as
|
2022-03-31 16:12:02 +02:00 |
|
Pierre Noël
|
f245e9dbe2
|
fix upload bootstrap unit test
|
2022-03-31 16:00:05 +02:00 |
|