286 Commits

Author SHA1 Message Date
2146b3605f feat(test): add docs linter to PR workflow actions (#4321) 2020-10-11 17:02:47 +03:00
89848e0344 fix(docs): Update Docs: Fix duplicate field name (#4391) 2020-10-04 10:22:06 +03:00
fa59dcb2fe fix(docs): update “custom-widgets” (#4328) 2020-09-29 13:27:14 +03:00
576e4f0f1a feat(core): Add {{dirname}} to summary and preview_path (#4279) 2020-09-28 16:20:07 +03:00
cb2ad687ee Feat: multi content authoring (#4139) 2020-09-20 20:30:46 +03:00
db86ea2954 docs: add Netlify CMS with pulumi example (#4319) 2020-09-20 16:56:46 +03:00
c173d651a0 docs: use netlify-cms-app instead of netlify-cms (#4287) 2020-09-20 16:22:18 +03:00
8ad007a1fa chore: fix misuse of the name JAMstack (#4290) 2020-09-13 15:02:09 +03:00
512e6370b2 feat(docs): docs settings, group values, post summaries, weight sorting (branch updated) (#4280) 2020-09-09 14:38:48 +03:00
6b8fa3fc45 feat: allow setting editorial workflow PR label prefix (#4181) 2020-09-06 21:13:46 +03:00
c0fc423040 feat(widget-markdown): add option mode (#4112) (#4217) 2020-09-03 14:16:49 +03:00
88a5a8098e fix: deprecate inconsistent config param case (#4172) 2020-08-31 14:25:48 +03:00
f1376aa5c3 docs(custom-widgets): add custom widget as a separate package guide (#4146) 2020-08-30 23:41:00 +03:00
86829ccc74 docs: fix nuxt guide (#4213) 2020-08-27 11:21:31 +03:00
f43c8d8648 docs: add NextJS example and template (#4178) 2020-08-26 16:22:41 +03:00
d649e960f0 feat(preview-pane): pass iframe window,document as props (#4150) 2020-08-16 12:50:32 +03:00
3029d5b5fb docs(nuxt): replace build & export with generate command (#4121) 2020-08-10 09:44:50 +03:00
8b37254712 docs: update nuxt guide (#4095) 2020-08-02 16:56:09 +03:00
9e4cb1181e docs: fix indentation of code blocks in lists (#4091) 2020-07-28 20:00:28 +03:00
75474897f4 fix(docs): typo in “nextjs” guide (#4090) 2020-07-28 14:38:34 +03:00
8df4926897 fix(nuxt-docs): Update Docs: Guides “nuxt” (#4035)
Replace `nuxt generate` with `nuxt build && nuxt export`
2020-07-23 17:31:42 +03:00
6a1cbc9e32 fix(docs-nextjs): fix spelling respository -> repository 2020-07-21 23:46:21 +03:00
39e68ff595 fix(docs): fix typo in nextjs guide easilly -> easily (#4055) 2020-07-21 18:56:35 +03:00
8ab7cfd0e8 docs: Update Docs: Guides “nextjs” (#4028) 2020-07-16 10:58:45 +03:00
6a0e918ffa feat: reorganizing the NetlifyCMS Docs navigation (#3766) 2020-07-07 10:49:31 +03:00
2da824bf71 docs(widget-relation): improve docs (#3990) 2020-07-06 15:43:28 +03:00
fb367f22da docs: Update Docs: Features “deploy-preview-links” (#3943) 2020-06-23 16:39:14 +03:00
ec04ea76aa docs: Update Docs: Backends “bitbucket-backend” (#3910) 2020-06-21 10:56:56 +03:00
af7bbbd9a9 Feat: nested collections (#3716) 2020-06-18 10:11:37 +03:00
b4c47caf59 docs: Update Docs: Backends “gitlab-backend” (#3906) 2020-06-17 21:41:20 +03:00
2114fe1857 docs: Update Docs: Guides “hugo” (#3863) 2020-06-07 16:04:06 +03:00
2b7a3c38d4 docs: Update Docs: Guides “gatsby” (#3860) 2020-06-07 15:25:05 +03:00
2b46608f86 feat: add widgets schema validation (#3841) 2020-06-03 16:43:34 +03:00
5cedce67ef docs: fix typo in jekyll.md (#3835) 2020-06-01 10:37:04 +03:00
5bbaf41f73 docs: Update Docs: Guides “nextjs” (#3826) 2020-05-28 11:37:07 +03:00
812716e18b feat: add pre save/ post save hooks (#3812) 2020-05-27 16:14:35 +03:00
90ebee9abb docs: update manual init docs (#3815) 2020-05-26 17:12:53 +03:00
624b7ff14b feat: add allowed_hosts support in local_backend (#3805) 2020-05-26 11:50:09 +03:00
2ecafd3354 feat: allow author login/name to work in commit message templates #3793 (#3794) 2020-05-25 09:36:35 +03:00
c28cc0c9e7 feat: add filter to collection view (#3741) 2020-05-24 20:37:08 +03:00
2f435f875b feat(widget-relation): target file collections (#3754) 2020-05-19 10:17:57 +03:00
4dd58c5dcb feat(widget-list): add hiding list content with minimize_collapsed option (#3607) 2020-05-17 16:47:07 +03:00
ef5ff031da feat: add pickerUtc option to datetime widget (#3721)
I have a field that I would like to contain just a date (with no specific
time). When I configure the datetime widget with sensible options for
a date-only field, dates are stored properly in the saved markdown,
but when I load those dates in the UI, I see the date before.

This is happening because the DateTime component from the
react-datetime library uses local timezones. It loads the date as the
start of day UTC and then converts to the local timezone, which is
going to be the previous day in any timezone with a negative UTC offset,
including all of the Americas.

This change adds a pickerUtc option to the datetime widget so that users
can specify when they would like the datetime picker to display times in
UTC rather than in the local timezone. By setting this new option to
true on date-only fields, users can ensure that everyone sees the same
date in the picker regardless of local timezones.
2020-05-13 11:44:01 +03:00
7cc4c89539 feat(netlify-cms-widget-list): allow 'summary' field (#3616) 2020-05-11 16:30:29 +03:00
c9a2fec2da docs: emphasise configuration file location note (#3687) 2020-05-11 15:48:15 +03:00
0ac3592e26 docs: Update Docs: Guides “hugo” (#3708) 2020-05-05 19:20:10 +03:00
213ae86b54 feat(widget-relation): string templates support (#3659) 2020-04-30 16:03:08 +03:00
88b6c633af feat: add hide property to collections (#3618) (#3643) 2020-04-22 15:32:13 +03:00
ebb4eb4e29 docs: remove reference to Date widget from DateTime widget (#3629) 2020-04-20 10:20:22 +03:00
72b26f4435 chore: add netlifycms-gridsome to examples (#3625) 2020-04-18 15:33:11 +02:00