Dan Ribbens
efb4bd17d4
chore(release): v1.2.1
v1.2.1
2022-11-21 21:30:59 -05:00
Dan Ribbens
8123585592
fix: translate version comparison view field labels ( #1470 )
2022-11-21 20:19:16 -05:00
Jarrod Flesch
1d1d2493aa
fix: rendering of localized select value
2022-11-21 17:07:22 -05:00
Dan Ribbens
7b6a9ede6e
feat: add i18n to option labels in version comparison ( #1477 )
2022-11-21 16:38:01 -05:00
Dan Ribbens
400cb9b6bc
fix: invalid query string user account request ( #1478 )
2022-11-21 16:32:15 -05:00
Carlo Brualdi
078c28bd5f
fix: versionCount was broken & other i18n improvements ( #1450 )
2022-11-21 16:24:13 -05:00
Jacob Fletcher
59a4355614
Merge pull request #1451 from jacobsfletch/fix/draft-patch
...
fix: ensures draft operations save as drafts
2022-11-21 15:15:52 -05:00
Dan Ribbens
3a622fcd63
chore: fix translation namespace typo ( #1460 )
2022-11-21 11:21:44 -05:00
James Mikrut
29ed75c329
Merge pull request #1456 from jacobsfletch/fix/reactive-stepnav
...
fix: dynamically sets stepnav from default edit view
2022-11-21 09:13:23 -05:00
Jarrod Flesch
9303e32273
Merge pull request #1420 from thgh/fix/textarea-click-target
...
fix: Increase textarea click area
2022-11-21 08:13:24 -05:00
Elliot DeNolf
3dbf4e2cd7
chore: simplify bug report template
2022-11-20 12:57:05 -05:00
Ed
5673b709ec
docs: make it clear that lockTime is defined in ms ( #1459 )
2022-11-20 12:50:03 -05:00
Valentín Costa
b00987b044
docs: add missing S in example of i18n ( #1463 )
2022-11-20 12:47:52 -05:00
Elliot DeNolf
075b7e9f02
fix(i18n): version count ( #1465 )
2022-11-20 12:46:57 -05:00
Jacob Fletcher
40c87784b0
fix: dynamically sets stepnav from default edit view
2022-11-18 17:30:33 -05:00
Jarrod Flesch
bf30713860
chore: removes unnecessary styles
2022-11-18 16:14:31 -05:00
Jarrod Flesch
2e57b76df0
fix: adjusts styles to allow error bg to fill textarea
2022-11-18 16:11:32 -05:00
Jarrod Flesch
ab4aa9eec6
Merge pull request #1453 from payloadcms/fix/#1424-isClearable-select
...
fix: sanitizes null select value on the server
2022-11-18 15:19:02 -05:00
Jarrod Flesch
699ca14434
fix: sanitizes select values on the server, allowing isClearable selects to be cleared without error
2022-11-18 14:58:51 -05:00
Jacob Fletcher
25822a91b1
fix: allows patching global drafts #1415
2022-11-18 14:55:24 -05:00
Jacob Fletcher
f700f51f2b
fix: flattens locales before versioning published docs #1415
2022-11-18 14:31:25 -05:00
Jacob Fletcher
af6a7aa9e8
fix: versions tests
2022-11-18 14:27:58 -05:00
Jacob Fletcher
b3c232dbbe
chore: write tests for draft patches #1415
2022-11-18 13:08:24 -05:00
Jacob Fletcher
fc16ffefdb
fix: ensures drafts operations saves as draft #1415
2022-11-18 13:08:16 -05:00
Jarrod Flesch
1d6cf04647
Merge pull request #1447 from payloadcms/fix/1441-options-type
...
Fix/1441 options type
2022-11-18 12:29:28 -05:00
Jarrod Flesch
a2c0481f59
chore: updates changelog with examples
2022-11-18 11:37:29 -05:00
Jarrod Flesch
bb6ee6a974
chore: reverts irrelevant ts-config change
2022-11-18 08:26:05 -05:00
Dan Ribbens
fa577d0490
chore(release): v1.2.0
v1.2.0
2022-11-18 07:43:45 -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
Jarrod Flesch
7c6d6fd1ca
feat: exports field types properly
2022-11-17 17:06:34 -05:00
Jarrod Flesch
ed01a17621
fix: removes incorrectly import/export option type - #1441
2022-11-17 16:45:38 -05:00
Jarrod Flesch
c49ee15b6a
Merge pull request #1223 from bigmistqke/feat/customizable-header-labels
...
WIP: customizable RowHeaders
2022-11-16 15:06:16 -05:00
Jarrod Flesch
402b1e4615
chore: adds visualization to test examples, reduces collapsibles in test file
2022-11-16 14:54:36 -05:00
Jarrod Flesch
8d827933f3
docs: updates docs to reflect new API
2022-11-16 13:35:00 -05:00
Jarrod Flesch
65f0e1caac
fix: build errors
2022-11-16 13:08:07 -05:00
Jarrod Flesch
d9df98ff22
feat: simplifies collapsible label API, adds e2e tests
2022-11-16 12:57:54 -05:00
Jarrod Flesch
999c8fc08b
Merge remote-tracking branch 'origin/master' into pr/bigmistqke/1223
2022-11-16 09:05:07 -05:00
Jarrod Flesch
fe221aea67
Merge remote-tracking branch 'origin/master' into pr/bigmistqke/1223
2022-11-16 09:00:53 -05:00
Jarrod Flesch
57a8c352e4
feat: adds playwright tests for array fields
2022-11-16 09:00:50 -05:00
Thomas Ghysels
c303913e61
fix: Increase textarea click area
2022-11-16 01:41:08 +01:00
Jarrod Flesch
e458087a55
fix: sets pointer-events to none so the entire label bar is clickable
2022-11-15 16:05:54 -05:00
Jarrod Flesch
ccb42319ab
fix: corrects type for CollapsibleLabel example type, adjusts custom component filenames
2022-11-15 12:40:31 -05:00
Jarrod Flesch
2bf0fffa0d
feat: adds docs example
2022-11-15 12:37:47 -05:00
Jarrod Flesch
b74ea218ca
feat: specifies component names for arrays/collapsibles, simplifies threaded data
2022-11-15 11:34:36 -05:00
James
49cbb2d0ac
chore(release): v1.1.26
v1.1.26
2022-11-15 09:26:01 -05:00
Jarrod Flesch
2878b4b1be
fix: corrects exported custom component type
2022-11-15 09:23:20 -05:00
James
0f0dc0948e
Merge branch 'master' of github.com:payloadcms/payload
2022-11-15 09:21:00 -05:00
James
50bcf001ea
fix : #1414
2022-11-15 09:20:54 -05:00
James Mikrut
7be202486b
Update CHANGELOG.md
2022-11-15 08:40:12 -05:00
James
f938dd718f
chore(release): v1.1.25
v1.1.25
2022-11-15 08:39:43 -05:00