James
9237dd67da
chore(release): v1.0.21
v1.0.21
2022-08-11 15:06:20 -07:00
James
e1347d5a39
Merge branch 'master' of github.com:payloadcms/payload
2022-08-11 15:02:28 -07:00
James
ca852e8cb2
fix: ensures you can query on nested block fields
2022-08-11 15:02:17 -07:00
KGZM
d0da3d7962
fix: saving multiple versions ( #918 )
...
* test: saving multiple versions with unique fields
* fix: saving multiple versions with unique fields
Version schemas were getting produced with uniqueness constraints which
caused updates to likely fail because each successive version would
potentially reuse unchanged unique key-values (particularly ident keys
like slug) from previous versions.
This was due to `mongoose.buildSchema` not respecting buildSchemaOptions.disableUnique.
This regression was introduced with the fix at commit c175476e .
* test: eslint fix
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-08-11 15:53:51 -04:00
Dan Ribbens
103966d36e
chore(release): v1.0.20
v1.0.20
2022-08-11 11:55:09 -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
Tim Hallyburton
2f4f075441
feat: field name validation ( #903 )
...
* feat: add simple validation for field names
* test: add invalid field name coverage
2022-08-11 08:02:55 -04:00
Arick
50972b98a1
fix: E11000 duplicate key error has no keyValue ( #916 )
2022-08-11 07:49:59 -04:00
Dan Ribbens
874c001d3b
fix: number validation works with 0 min and max ( #906 )
2022-08-10 08:18:39 -04:00
Petre Tudor
63519a8f54
docs: missing word ( #909 )
...
add `wait` in `...the second hook will wait for the first to complete before it starts.`
2022-08-10 07:59:52 -04:00
finnelliott
63a0336e98
docs: add missing comma to radio example ( #901 )
...
Missing comma in example, leading to syntax error when copied by user.
2022-08-08 20:56:55 -04:00
Yves Léon Jansen
ae51836187
docs: tabs example typo ( #904 )
2022-08-08 20:55:51 -04:00
James
888e756c6e
chore(release): v1.0.19
v1.0.19
2022-08-07 19:04:22 -04:00
James
a8d2e09952
feat: exposes static upload handlers
2022-08-07 19:00:26 -04:00
James
23d2ef5027
chore(release): v1.0.18
v1.0.18
2022-08-06 15:44:34 -04:00
James
3735a28b0c
chore: allows url to be used as thumbnail when no adminThumbnail property present
2022-08-06 15:35:54 -04:00
James
112defe846
chore(release): v1.0.17
v1.0.17
2022-08-06 13:27:38 -04:00
James
804f3ced95
chore: simplifies base field merging
2022-08-06 13:12:47 -04:00
James
209b02b069
fix : #898
2022-08-06 13:12:25 -04:00
James
a5918059a8
chore(release): v1.0.16
v1.0.16
2022-08-05 11:29:08 -04:00
James
c32dfea356
fix : #896
2022-08-05 11:22:26 -04:00
James
3b2061e54a
chore(release): v1.0.15
v1.0.15
2022-08-04 16:42:09 -04:00
James
61673907ca
chore: threads through forceNullable in buildObjectType
2022-08-04 16:37:04 -04:00
James
1e72301cdf
chore(release): v1.0.14
v1.0.14
2022-08-04 16:14:30 -04:00
James Mikrut
055d1b9ea1
Merge pull request #892 from payloadcms/fix/allow-incomplete-drafts-graphql
...
fix: allows querying incomplete drafts in graphql
2022-08-04 15:47:41 -04:00
James
8d968b7690
fix: allows querying incomplete drafts in graphql
2022-08-04 15:45:33 -04:00
James Mikrut
2989ec5100
Merge pull request #887 from shumakmanohar/patch-1
...
Update overview.mdx
2022-08-04 14:05:00 -04:00
James Mikrut
c4d7df8bba
Merge pull request #888 from payloadcms/feat/allow-rich-text-querying
...
feat: allows querying on rich text content
2022-08-04 14:04:40 -04:00
James Mikrut
d6cd5b1f0d
Merge pull request #889 from payloadcms/fix/#884
...
Fix/#884
2022-08-04 14:04:28 -04:00
James
e9b3f3f060
fix : #884
2022-08-04 14:03:23 -04:00
James
ed80c30c74
chore: adds tests to reproduce #884
2022-08-04 11:39:15 -04:00
James
3343adb952
feat: allows querying on rich text content
2022-08-04 10:59:56 -04:00
Shumak Manohar
a8aaa6deea
Update overview.mdx
2022-08-04 18:41:09 +05:30
Dan Ribbens
3c8fa72dc8
chore(release): v1.0.13
v1.0.13
2022-08-03 15:33:52 -04:00
James
91c4f4f980
chore: remove duplicative video in docs
2022-08-03 15:28:29 -04:00
James
b2406b3696
docs: adds intro video to docs
2022-08-03 15:27:27 -04:00
James
b8504ffb25
fix : #878
2022-08-03 15:21:44 -04:00
James
0294c02aed
feat: improves adjacent group styling
2022-08-03 15:21:32 -04:00
James Mikrut
31680dcdea
Merge pull request #882 from payloadcms/fix/#880
...
fix : #880
2022-08-03 13:50:01 -04:00
James
d91b69c465
test: improves nested block test coverage
2022-08-03 13:49:49 -04:00
James
9c0c606b20
fix : #880
2022-08-03 13:39:22 -04:00
Dan Ribbens
6791352ce8
docs: payload plugins and getting started video ( #876 )
...
* docs: add link to payload-plugins github topic
* docs: add getting started developer intro video link
2022-08-02 17:08:02 -04:00
Dan Ribbens
d17d227fad
chore(release): v1.0.12
v1.0.12
2022-08-02 12:01:52 -04:00
Dan Ribbens
c175476e74
fix: unique index creation ( #867 )
...
* fix: unique indexes created for mongo 5 and later
* test: add index test coverage for unique, nested and localized fields
2022-08-02 11:56:18 -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
James
2f86a39e38
test: adds more tabs tests
2022-08-01 13:11:08 -04:00
James
408b66590a
fix/#853
2022-08-01 12:23:53 -04:00
James
663cae4788
fix: ensures tabs can overflow on mobile when there are many
2022-08-01 08:54:23 -04:00
James
3a66860ab2
Merge branch 'master' of github.com:payloadcms/payload
2022-08-01 08:40:54 -04:00
James
9abb74abf7
fix/#854
2022-08-01 08:40:48 -04:00