Dan Ribbens
c6e0908076
feat: recursive saveToJWT field support ( #3130 )
2023-08-08 12:38:44 -04:00
Jarrod Flesch
8e188cfe61
fix: adding and replacing similarly shaped block configs ( #3140 )
2023-08-08 12:38:14 -04:00
Jessica Chowdhury
8ae98503f5
docs: adds images to each field page ( #3137 )
2023-08-08 10:00:21 -04:00
Jessica Chowdhury
1039f39c09
fix: absolute staticURL admin thumbnails ( #3135 )
2023-08-08 09:49:03 -04:00
Hristiyan Dodov
463d6bbec6
fix: setPreference() return type ( #3125 )
2023-08-08 09:17:17 -04:00
Jarrod Flesch
b117e73464
feat: radio and select fields are filterable by options ( #3136 )
2023-08-07 16:58:42 -04:00
PatrikKozak
fd0f078586
Merge pull request #3134 from leikoilja/fix-form-builder-example
...
fix: form-builder buildInitialFormState example
2023-08-07 11:14:20 -04:00
Ilja Leiko
0aa494b339
fix: fix form-builder buildInitialFormState example
2023-08-07 12:36:07 +02:00
Dan Ribbens
e8f05165eb
feat: default tab labels from name ( #3129 )
2023-08-05 13:48:56 -04:00
Dan Ribbens
a776e06111
chore(release): v1.12.0
v1.12.0
2023-08-04 14:06:10 -04:00
Dan Ribbens
02fc36e988
chore: update devDependencies for supply chain vulnerabilities ( #3127 )
2023-08-04 13:53:57 -04:00
Alessio Gravili
c5756ed4a1
feat: option to pre-fill login credentials automatically ( #3021 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-08-04 13:41:08 -04:00
Dan Ribbens
356f174b9f
feat: set JWT token field name with saveToJWT ( #3126 )
2023-08-04 13:22:05 -04:00
Jarrod Flesch
1c15868b50
chore(translations): removes extra keys from required
2023-08-04 12:59:12 -04:00
Jarrod Flesch
1180c795a3
chore: adds missing translations
2023-08-04 12:52:58 -04:00
Dan Ribbens
da27a8aadb
fix: relationship field filter long titles ( #3113 )
2023-08-04 11:40:47 -04:00
Alessio Gravili
6a189c6548
fix: wrong links in verification and forgot password emails if serverURL not set ( #3010 )
2023-08-04 11:30:09 -04:00
Jessica Chowdhury
8c4d2514b0
fix: excludes useAsTitle field from searchableFields in collection view ( #3105 )
2023-08-04 11:27:52 -04:00
Alessio Gravili
a09c4ddc3b
chore: improve flaky admin test suite ( #3085 )
2023-08-04 11:23:17 -04:00
Jarrod Flesch
5ca45987c4
chore: adds error and errors translations ( #3121 )
2023-08-03 15:14:34 -04:00
Jarrod Flesch
5b07e18ff5
chore: adds missing japanese translations ( #3119 )
2023-08-03 12:39:10 -04:00
Jessica Chowdhury
ea73e689ac
feat: allows for upload relationship drawer to be opened ( #3108 )
2023-08-03 12:03:27 -04:00
Jacob Fletcher
456f29d689
chore: updates CONTRIBUTING.md ( #3073 )
2023-08-03 11:57:00 -04:00
Jacob Fletcher
50360b8769
chore: updates PULL_REQUEST_TEMPLATE.md ( #3088 )
2023-08-03 11:56:38 -04:00
Alessio Gravili
541e41293d
chore: add RichTextAdapter interface type ( #3117 )
2023-08-03 11:31:21 -04:00
Jarrod Flesch
a78c4631b4
feat: programmatic control over array and block rows inside the form ( #3110 )
2023-08-03 09:39:50 -04:00
Jarrod Flesch
da8ff20616
chore: prevent enter keypress from saving document ( #3115 )
2023-08-03 08:51:30 -04:00
Jacob Fletcher
037ccdd96e
chore(examples): updates preview example ( #3099 )
2023-08-01 16:53:45 -04:00
Jacob Fletcher
b84496e5da
chore(examples): updates auth example ( #3100 )
2023-08-01 16:53:31 -04:00
dependabot[bot]
62ecf54f85
chore(deps): bump semver in /examples/form-builder/nextjs ( #3075 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 15:24:25 -04:00
Sean Zubrickas
3fdaeb875e
removes yarn lock from virtual fields example because of merge conflict
2023-08-01 09:26:47 -04:00
Sean Zubrickas
992be4af44
updates top banner copy
2023-08-01 09:25:17 -04:00
Josef Bredreck
144bb81721
feat: add support for sharp resize options ( #2844 )
...
* feat(ImageResize): add support for resize options
* fix(ImageUpload): reuse name for accidental duplicate
* fix(ImageResize): e2e tests for added media size
* chore: simplify fileExists method
* fix: typo
* feat(ImageResize): update name to be more transparent
* fix: use fileExists in file removal
* improve names, comments and clarity of needsResize function
* fix: jsDoc params
* fix: incorrect needsResize condition and add failing test case
* chore: improve comment
* fix: merge conflict error
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-08-01 09:20:50 -04:00
Dan Ribbens
5ef20e3440
docs: mention virtual fields cannot be sorted ( #3107 )
2023-08-01 05:10:02 -04:00
James Mikrut
88b56d04f5
Update README.md
2023-07-31 18:31:33 -04:00
James
4b00850e41
chore(release): v1.11.8
v1.11.8
2023-07-31 15:00:28 -04:00
James
badf2336ee
chore: resolves type conflicts introduced with database folder
2023-07-31 14:55:23 -04:00
James
6220c3d6d9
chore: includes database files for adapter build
2023-07-31 14:46:28 -04:00
Dan Ribbens
455b35dc1b
chore: remove console log array field
2023-07-28 07:27:14 -04:00
Sean Zubrickas
b7299ab601
increases font size on top banner
2023-07-27 17:27:22 -04:00
Sean Zubrickas
174f83faf7
adds alternate github banner, removes cloud cta
2023-07-27 17:24:45 -04:00
Sean Zubrickas
5e41e0fb9e
removes benefits banner & reverts to unordered list
2023-07-27 16:54:55 -04:00
James
129a9e7675
chore(release): v1.11.7
v1.11.7
2023-07-26 21:24:27 -04:00
Sean Zubrickas
eb57c2280e
removes benefits h3 in favor of benefits image, reorders helpful links
2023-07-26 18:48:58 -04:00
Sean Zubrickas
e2ad0baaaf
refactors benefits list into h3
2023-07-26 17:41:56 -04:00
Jarrod Flesch
7542a92104
chore(tests): adds array row manipulation tests ( #3086 )
2023-07-26 16:34:13 -04:00
Corfitz
0a91950f05
fix: incorrect image rotation after being processed by sharp ( #3081 )
...
* Applying rotation fix for sharp image resizing
* fix: make sure original image is rotated correctly
* chore: explain why rotate() is needed in comments
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-07-26 20:57:36 +02:00
James
02809532b4
fix : #3062
2023-07-26 11:34:22 -04:00
Alessio Gravili
67ba131cc6
feat: ability to add context to payload's request object ( #2796 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-07-26 09:07:49 -04:00
Jarrod Flesch
cf9795b8d8
fix: array row deletion ( #3062 )
2023-07-26 09:01:25 -04:00