1314 Commits

Author SHA1 Message Date
Convly
9565d3ec2b Fix rebase 2022-04-04 12:26:41 +02:00
soupette
036a371160 Fixes #12896
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:22:01 +02:00
soupette
09f9c82f82 Add option to mesure webpack speed
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:21:30 +02:00
soupette
f5ba9af535 Speed up webpack config by using esbuild-loader
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:16:31 +02:00
Convly
0d135d449d Cleanup tsconfig & clean the dist dir before build 2022-04-04 12:07:39 +02:00
Convly
7340836b14 Init new develop 2022-04-04 12:07:38 +02:00
soupette
392e167976 Clean kitchensink-ts package.json
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:07:37 +02:00
Convly
fb91d68983 Typos 2022-04-04 11:41:13 +02:00
Convly
e9619b5b25 Remove test plugin from kitchensink-ts 2022-04-04 11:40:00 +02:00
soupette
57549a3a0d Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:36:54 +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
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
f0cacae5d8 Fixes 2022-04-04 11:36:50 +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
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
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
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Alexandre Bodin
f85ee2f487 Fix better-sqlite3 version 2022-03-31 17:49:13 +02:00
Alexandre Bodin
f25774168c v4.1.6 2022-03-30 15:34:12 +02:00
dependabot[bot]
d04911e21f
Bump @vscode/sqlite3 from 5.0.7 to 5.0.8
Bumps [@vscode/sqlite3](https://github.com/mapbox/node-sqlite3) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/mapbox/node-sqlite3/releases)
- [Changelog](https://github.com/mapbox/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mapbox/node-sqlite3/commits)

---
updated-dependencies:
- dependency-name: "@vscode/sqlite3"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 09:04:23 +00:00
Alexandre Bodin
4b965665d4 Test each sqlite pkg 2022-03-25 09:02:19 +01:00
Alexandre Bodin
317d5be115 Use better-sqlite3 by default 2022-03-23 10:37:12 +01:00
Alexandre Bodin
88c317effc Fix support old sqlite3 2022-03-22 20:04:23 +01:00
Alexandre Bodin
14305e8d11 Make strapi compatible with knex v1 2022-03-22 19:41:16 +01:00
Alexandre Bodin
f1859f0375 v4.1.5 2022-03-16 12:18:10 +01:00
Alexandre Bodin
01a565aeb6 v4.1.4 2022-03-16 11:22:49 +01:00
Alexandre Bodin
8549f5aca3 v4.1.3 2022-03-08 19:28:44 +01:00
Alexandre Bodin
6f72c38052 v4.1.2 2022-03-02 16:01:32 +01:00
Alexandre Bodin
3a4db96af2 v4.1.1 2022-02-24 16:52:10 +01:00
Alexandre Bodin
d4273d81fb v4.1.0 2022-02-17 14:43:38 +01:00
Alexandre Bodin
669bb2f044 v4.0.8 2022-02-16 15:12:40 +01:00
Michiel Sioen
d32e31d488 added audio preview in content builder 2022-02-15 19:42:05 +01:00
soupette
7f97968269 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-02-10 11:14:11 +01:00
soupette
13acbace28 Fix kitchensink
Signed-off-by: soupette <cyril@strapi.io>
2022-02-09 11:16:11 +01:00
Convly
af0cba8c5b v4.0.7 2022-02-02 16:11:26 +01:00
Convly
5b48053946 v4.0.6 2022-01-28 15:08:27 +01:00
Pierre Noël
b48cf115c7 rename APP_SECRETS to APP_KEYS 2022-01-25 11:06:52 +01:00
Pierre Noël
4d51e8131c
Merge branch 'master' into fix/enable-session-middleware 2022-01-21 14:01:12 +01:00
Alexandre BODIN
45020eee06 v4.0.5 2022-01-19 18:44:22 +01:00
Pierre Noël
3facd1de7f add env.example back + code style 2022-01-19 17:21:23 +01:00
Pierre Noël
8b39d44992 create app keys at app creation instead of runtime auto-generation 2022-01-19 17:13:00 +01:00