Alessio Gravili
1c986a9832
fix: upgrade swc, fixing swc issues on linux ( #6809 )
...
Fixes https://github.com/payloadcms/payload/issues/6611
2024-06-17 11:58:42 -04:00
Paul
fb4ef6fc0f
fix(templates): pass PORT into next in custom servers ( #6807 )
...
Closes https://github.com/payloadcms/payload/issues/4800
- [x] Chore (non-breaking change which does not add functionality)
2024-06-17 11:14:34 -04:00
Paul
6cf6ca3ea8
fix(website template): archiveBlock being populated with draft items by default, causing an error for graphql in the frontend ( #5643 )
...
* fix(website template): archiveBlock being populated with draft items by default, causing an error for graphql in the frontend
2024-04-03 19:34:36 -03:00
Paul
23b135b963
fix(templates): fix conflicting routes with Nextjs ( #4725 )
...
* Updated templates and readme to note conflicting routes
* Move information in readmes to blockquotes and move next-api to just next
* Remove unnecessary notes
2024-02-06 10:56:20 -05:00
James
f70943524b
fix(templates): #4662 , templates not building after having types generated
2024-01-02 19:49:09 -05:00
Jacob Fletcher
dff3f37313
fix(templates): collection archive block ( #4426 )
2023-12-11 18:28:10 -05:00
James
ee670b2b20
chore: introduces graphql_api_url to website template
2023-11-30 16:58:30 -05:00
Elliot DeNolf
2f8bcc977b
fix(templates): adjust graphql endpoint
2023-11-30 16:19:46 -05:00
Tylan Davis
cbeb0a8bc7
fix(templates): uses context to prevent infinite loop in populateArchiveBlock ( #4278 )
2023-11-27 10:47:03 -05:00
Jessica Chowdhury
d6233cbf42
templates: update fetch request in populateArchiveBlock hook ( #4127 )
2023-11-14 11:16:16 -05:00
Jacob Fletcher
6918be20ba
fix(templates): serializes internal links ( #3935 )
2023-10-30 15:02:01 -04:00
Dan Ribbens
650f78a2b9
chore(templates): fix types and seeding errors ( #3845 )
2023-10-25 09:45:09 -04:00
Jacob Fletcher
78312d9d8d
fix(templates): gql footer queries
2023-10-24 10:37:29 -04:00
Jacob Fletcher
01380bebe5
fix(templates/website): missing env vars ( #3799 )
2023-10-20 18:09:43 -04:00
Kalon Robson
55b9bf40df
chore(templates): fix website template unused ts-expect-error ( #3652 )
2023-10-20 13:37:02 -04:00
Elliot DeNolf
5282673746
chore(templates): revert unintentional change
2023-10-20 11:58:35 -04:00
Dan Ribbens
229e4459cb
fix(db-postgres): block and array inserts error ( #3714 )
...
Co-authored-by: James <james@trbl.design >
2023-10-18 16:53:26 -04:00
PatrikKozak
8b8ceabbdd
fix(templates): user access control ( #3712 )
2023-10-17 12:07:37 -04:00
James
8c75f32620
chore: website seed script compatibility with postgres + mongo
2023-10-16 18:39:28 -04:00
James Mikrut
9f0ef9b7da
chore: template compatibility with postgres ( #3701 )
...
* fix: blocks within groups in postgres
* chore: template compatibility
2023-10-16 16:26:21 -04:00
James
dfa861557d
chore: website template postgres compatibility
2023-10-16 14:47:18 -04:00
PatrikKozak
1a006fef19
chore(templates/website): uses correct logo color in dark mode ( #3667 )
2023-10-16 10:14:09 -04:00
Elliot DeNolf
ab984b3ea9
fix(templates): peer dependencies for pnpm ( #3603 )
...
* fix(templates): peer dependencies for pnpm
* chore: more concise dep versions
2023-10-12 14:16:55 -04:00
Elliot DeNolf
0985825b08
fix(templates/website): account view query
2023-10-09 15:25:56 -04:00
Elliot DeNolf
9006643102
chore(templates): fix website template error
2023-10-09 08:56:08 -04:00
Dan Ribbens
7e5d322d6b
chore(template): remove comments
2023-10-08 23:46:29 -04:00
Dan Ribbens
b04f6b2b5b
Merge branch 'main' of github.com:payloadcms/payload
2023-10-08 23:45:25 -04:00
Dan Ribbens
36225d1455
chore(template): fix lint error in webpage template
2023-10-08 23:45:13 -04:00
Elliot DeNolf
c9fdcebb9e
chore(templates): fix website template error
2023-10-08 23:38:20 -04:00
Dan Ribbens
5e6bec773f
Merge branch 'main' of github.com:payloadcms/payload
2023-10-08 23:28:43 -04:00
Dan Ribbens
5ebe375743
chore (template): website template type error
2023-10-08 23:28:28 -04:00
Elliot DeNolf
25d20cf87b
feat: 2.0 template updates ( #3488 )
...
* feat: update templates to 2.0 and support create-payload-app
* chore: rich text updates
* chore(templates): remove mongoURL
* chore: migrates rich text fields in website
* chore: manually aliases dotenv in templates
* chore: installs new beta in website template
* chore: type issues
* chore (template): add alias for fs to website template
* chore: more template updates
---------
Co-authored-by: James <james@trbl.design >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-10-08 23:23:51 -04:00
Elliot DeNolf
b398c44bfe
chore: update all references to main in docs, examples, and templates
2023-10-08 19:45:54 -04:00
Jacob Fletcher
d8f6f86228
chore: merges templates
2023-10-08 16:57:52 -04:00
Elliot DeNolf
06fe3f4ac8
chore(templates): move bundler under admin
2023-10-06 14:01:19 -04:00
Elliot DeNolf
1107a1d7d1
chore: rename editors
2023-10-04 13:27:19 -04:00
Elliot DeNolf
40f4014920
feat(templates): add editor import and config lines
2023-10-01 15:40:59 -04:00
Elliot DeNolf
7b6fd62895
feat(templates): update templates for 2.0 ( #3358 )
...
* chore: add reinstall script
* feat(templates): update blank template
* chore(templates): update website and ecommerce
2023-09-19 16:17:37 -04:00
Elliot DeNolf
75a428ddc4
chore: prettier on all templates
2023-09-18 14:43:51 -04:00
Alessio Gravili
9467074fb9
chore: update 2.0 branch from master ( #3207 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: PatrikKozak <patrik@trbl.design >
Co-authored-by: Lucas Blancas <lablancas@gmail.com >
Co-authored-by: Stef Gootzen <37367280+stefgootzen@users.noreply.github.com >
Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com >
Co-authored-by: Jessica Chowdhury <67977755+JessChowdhury@users.noreply.github.com >
Co-authored-by: PatrikKozak <35232443+PatrikKozak@users.noreply.github.com >
Co-authored-by: Greg Willard <Wickett06@gmail.com >
Co-authored-by: James Mikrut <james@payloadcms.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
fix: WhereBuilder component does not accept all valid Where queries (#3087 )
fix: passes in height to resizeOptions upload option to allow height resize (#3171 )
2023-08-22 16:04:50 -04:00
Jacob Fletcher
49f117e220
chore: adds website template ( #2928 )
2023-06-28 12:48:08 -04:00