James
5fae18e940
chore: passing tests
2023-01-04 12:46:18 -05:00
James
c18ea7c856
chore: migrates component tests to new version of jest
2023-01-04 10:28:31 -05:00
James Mikrut
c11bcd1416
feat: swc register ( #1779 )
...
* feat: implements esbuild and removes babel
* chore: implements esbuild-register
* chore: tests passing
* chore: implements @swc/jest for tests
* feat: implements swc
* chore: removes build and relies on swc/register only
* chore: converts some exports
* chore: flattens ts configs
* chore: allows tsx in swc
* chore: converts more exports into js
* chore: restores payload module.exports
* chore: removes unused dependency
2023-01-04 10:11:26 -05:00
James
82501319ce
chore: dependency updates
2023-01-04 10:06:00 -05:00
James Mikrut
e366624440
Merge pull request #1672 from payloadcms/fix/query-drafts
...
fix : #1611 , unable to query draft versions with draft=true
2022-12-19 16:01:57 -05:00
Calvin Lai
57f5f5ec43
feat(graphql): upgrade to graphql 16
2022-12-19 14:01:51 -05:00
James
d9d05f3644
chore: uses aggregate query if draft=true
2022-12-15 20:31:06 -05:00
Jacob Fletcher
bc6cc8dd14
chore: bumps pino-pretty to latest
2022-12-09 13:16:54 -05:00
Jacob Fletcher
83eef0bc77
chore: migrates from react-sortable-hoc to @dnd-kit
2022-12-02 14:26:26 -05:00
Dan Ribbens
bab34d82f5
feat: add i18n to admin panel ( #1326 )
...
Co-authored-by: shikhantmaungs <shinkhantmaungs@gmail.com >
Co-authored-by: Thomas Ghysels <info@thomasg.be >
Co-authored-by: Kokutse Djoguenou <kokutse@Kokutses-MacBook-Pro.local >
Co-authored-by: Christian Gil <47041342+ChrisGV04@users.noreply.github.com >
Co-authored-by: Łukasz Rabiec <lukaszrabiec@gmail.com >
Co-authored-by: Jenny <jennifer.eberlei@gmail.com >
Co-authored-by: Hung Vu <hunghvu2017@gmail.com >
Co-authored-by: Shin Khant Maung <101539335+shinkhantmaungs@users.noreply.github.com >
Co-authored-by: Carlo Brualdi <carlo.brualdi@gmail.com >
Co-authored-by: Ariel Tonglet <ariel.tonglet@gmail.com >
Co-authored-by: Roman Ryzhikov <general+github@ya.ru >
Co-authored-by: maekoya <maekoya@stromatolite.jp >
Co-authored-by: Emilia Trollros <3m1l1a@emiliatrollros.se >
Co-authored-by: Kokutse J Djoguenou <90865585+Julesdj@users.noreply.github.com >
Co-authored-by: Mitch Dries <mitch.dries@gmail.com >
BREAKING CHANGE: If you assigned labels to collections, globals or block names, you need to update your config! Your GraphQL schema and generated Typescript interfaces may have changed. Payload no longer uses labels for code based naming. To prevent breaking changes to your GraphQL API and typescript types in your project, you can assign the below properties to match what Payload previously generated for you from labels.
On Collections
Use `graphQL.singularName`, `graphQL.pluralName` for GraphQL schema names.
Use `typescript.interface` for typescript generation name.
On Globals
Use `graphQL.name` for GraphQL Schema name.
Use `typescript.interface` for typescript generation name.
On Blocks (within Block fields)
Use `graphQL.singularName` for graphQL schema names.
2022-11-18 07:36:30 -05:00
Elliot DeNolf
cd4861afda
chore: move release-it back to dev deps
2022-10-25 11:03:13 -04:00
Elliot DeNolf
3ba7594a65
chore: update release-it plugin
2022-10-25 10:31:37 -04:00
Will Laeri
17610adf36
chore: upgrade vulnerable dependencies ( #1228 )
...
* upgrade vulnerable deps
* removed specified node/yarn versions
2022-10-24 12:14:48 -04:00
Jacob Fletcher
9a7553099c
feat: migrates @faceless-ui/modal to v2.0.1
2022-10-12 01:28:17 -04:00
James
95fac0bd62
chore: wip
2022-10-05 15:51:22 -04:00
James
25006d44e8
Merge branch 'master' of github.com:payloadcms/payload
2022-09-23 09:49:06 -07:00
James
e0238ad393
chore: updates sass
2022-09-23 09:42:10 -07:00
Elliot DeNolf
205404a88a
chore: remove unused cypress package
2022-09-13 20:09:24 -07:00
Elliot DeNolf
ca434b8a92
feat: implement gravatar ( #1107 )
2022-09-12 10:29:22 -07:00
Dan Ribbens
7acf944a28
Feat/expose sharp options ( #1029 )
...
Co-authored-by: khakimvinh <kha.kim.vinh@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-09-12 10:29:07 -07:00
James
ad4f7a5fff
chore: fixes and cleanup
2022-09-11 20:07:02 -07:00
Jacob Fletcher
48f0c06edc
chore: bumps @faceless-ui/modal to v2.0.0-alpha.4
2022-09-09 00:13:27 -04:00
Jacob Fletcher
50cc3c5a21
chore: bumps @faceless-ui/modal to v2.0.0-alpha.3
2022-09-08 23:08:54 -04:00
James
cbbace21ca
chore: updates faceless modal
2022-09-08 18:05:21 -07:00
James
3c46851426
chore: migrates to new faceless modal version
2022-09-08 15:22:09 -07:00
James
299ee82ccf
chore: pins faceless ui
2022-09-07 09:35:24 -07:00
James
4ef6801230
fix: react-sortable-hoc dependency instead of dev dependency
2022-08-18 14:37:45 -07:00
Afzaal Ahmad
38a1a38c0c
feat: enable reordering of hasMany relationship and select fields ( #952 )
...
* feature: enable reordering of hasMany relationship and select fields using config
* update: correct docs for select, and relationship field for sortable config
* update: move sortable to admin config, and rename it to isSortable, apply grab, and grabbing classes while drag, and drop
2022-08-18 16:59:33 -04:00
James
f2bec90663
Merge branch 'fix/#922-nested-index-creation' of github.com:payloadcms/payload into fix/#922-nested-index-creation
2022-08-15 12:37:10 -07:00
James
cbb1c84be7
fix : #930
2022-08-14 10:40:52 -07:00
Dan Ribbens
9165b25fd6
chore: remove unused devDependency mongodb
2022-08-12 12:01:34 -04:00
Dan Ribbens
1ce2dc8e6d
chore: update dependencies ( #917 )
...
* chore: update dependencies
* chore: mongoose version update
* chore: yarn lock
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-08-11 11:51:30 -04:00
Dan Ribbens
da2a262208
test: e2e windows compatibility ( #861 )
...
* test: e2e compatible with windows
* chore: mongoose type fix
2022-08-01 15:21:25 -04:00
Elliot DeNolf
1997153549
test: implement script to execute all e2e tests ( #840 )
2022-07-27 17:22:49 -04:00
James
c5bcd1e341
feat: greatly enhances performance by using dataloader pattern to batch populations
2022-07-25 15:12:28 -04:00
Dan Ribbens
28e3928094
test: array fields
2022-07-18 23:50:28 -04:00
Elliot DeNolf
b0eccdd12e
chore: revert prettier
...
This reverts commit bc9de859c4 .
2022-07-17 09:06:37 -07:00
Elliot DeNolf
bc9de859c4
chore: add prettier config, test dir only
2022-07-17 08:19:07 -07:00
James
aa89251a3b
feat: retrofits array to new collapsible component
2022-07-13 20:09:50 -07:00
Elliot DeNolf
90ba15f9bd
feat: testing refactor (e2e/int) ( #748 )
...
Co-authored-by: James <james@trbl.design >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-07-13 11:00:10 -07:00
James
2c27812ba1
chore: removes cookie-parser
2022-07-11 11:45:44 -07:00
Dan Ribbens
4055908bc8
feat: add afterMe afterLogout and afterRefresh
2022-07-09 19:29:00 -04:00
James
4b2bc36f89
chore: reduces unnecessary strategy complexity
2022-07-09 08:40:13 -07:00
James
58587525e5
feat: adds cookie-parser
2022-07-08 18:36:12 -07:00
James
2c66ad8689
feat: ensures only plain objects are merged within incoming configs
2022-07-08 17:37:43 -07:00
Dan Ribbens
62bd2db5f9
chore: update json-schema-to-typescript to v11 ( #700 )
2022-06-29 14:03:30 -04:00
Dan Ribbens
1c37ec3902
feat: telemetry
...
* feat: add telemetry to payload config
wip: more telemetry
* feat: send telemetry events
* chore: update node ci versions
* chore: cleanup console log
* chore: updates ts due to dependency update
* chore: remove unused deps
* chore: fix origin and casing
* docs: telemetry
* feat: uses oneWayHash within telemetry
* chore: sends hashed domain in telemetry
* feat: improves reliability of telemetry projectID
* chore: revises telemetry docs
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: James <james@trbl.design >
2022-06-24 17:32:09 -04:00
Dan Ribbens
7fe2fece6c
chore: remove node-sass ( #605 )
2022-06-08 11:36:33 -04:00
Dan Ribbens
4913441017
Free and open-source under MIT license ( #565 )
...
* feat: free and open-source under MIT license
2022-05-16 19:25:20 -04:00
Dan Ribbens
55b4dfb309
chore: test defaultValue with localization
2022-04-29 16:48:50 -04:00