Don Corleone
5cedce67ef
docs: fix typo in jekyll.md ( #3835 )
2020-06-01 10:37:04 +03:00
Bekzat Samatov
5bbaf41f73
docs: Update Docs: Guides “nextjs” ( #3826 )
2020-05-28 11:37:07 +03:00
Bartholomew
812716e18b
feat: add pre save/ post save hooks ( #3812 )
2020-05-27 16:14:35 +03:00
Erez Rokah
90ebee9abb
docs: update manual init docs ( #3815 )
2020-05-26 17:12:53 +03:00
Erez Rokah
624b7ff14b
feat: add allowed_hosts support in local_backend ( #3805 )
2020-05-26 11:50:09 +03:00
Max Metral
2ecafd3354
feat: allow author login/name to work in commit message templates #3793 ( #3794 )
2020-05-25 09:36:35 +03:00
Shashank Bairy R
c28cc0c9e7
feat: add filter to collection view ( #3741 )
2020-05-24 20:37:08 +03:00
Shawn Erquhart
bdf5261e27
Update Updates “releases” ( #3786 )
...
Automatically generated. Merged on Netlify CMS.
2020-05-19 18:35:55 -04:00
Derek Nguyen
2f435f875b
feat(widget-relation): target file collections ( #3754 )
2020-05-19 10:17:57 +03:00
renovate[bot]
668372fa8d
chore(deps): update gatsby monorepo ( #3777 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-18 08:59:13 +03:00
Hannes Küttner
4dd58c5dcb
feat(widget-list): add hiding list content with minimize_collapsed option ( #3607 )
2020-05-17 16:47:07 +03:00
Nick Holden
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
Derek Nguyen
7cc4c89539
feat(netlify-cms-widget-list): allow 'summary' field ( #3616 )
2020-05-11 16:30:29 +03:00
Alan Braithwaite
c9a2fec2da
docs: emphasise configuration file location note ( #3687 )
2020-05-11 15:48:15 +03:00
renovate[bot]
2e830f6563
chore(deps): update gatsby monorepo ( #3732 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-11 14:57:53 +03:00
Chase Collins
0ac3592e26
docs: Update Docs: Guides “hugo” ( #3708 )
2020-05-05 19:20:10 +03:00
renovate[bot]
628eee4d1c
chore(deps): lock file maintenance ( #3695 )
2020-05-04 14:47:55 +03:00
Erez Rokah
213ae86b54
feat(widget-relation): string templates support ( #3659 )
2020-04-30 16:03:08 +03:00
renovate[bot]
2fcf1a046a
chore(deps): lock file maintenance ( #3665 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-27 10:07:02 +03:00
Shashank Bairy R
88b6c633af
feat: add hide property to collections ( #3618 ) ( #3643 )
2020-04-22 15:32:13 +03:00
Nick Holden
ebb4eb4e29
docs: remove reference to Date widget from DateTime widget ( #3629 )
2020-04-20 10:20:22 +03:00
renovate[bot]
df1c27073b
chore(deps): lock file maintenance ( #3636 )
2020-04-20 10:15:49 +03:00
Sebastian Ulbel
72b26f4435
chore: add netlifycms-gridsome to examples ( #3625 )
2020-04-18 15:33:11 +02:00
Hannes Küttner
9f17363bee
feat(widget-object): add collapsed option to collapse object by default ( #3606 )
2020-04-15 14:46:09 +03:00
renovate[bot]
718bd84a83
chore(deps): update dependency netlify-cms-app to v2.12.7 ( #3593 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-13 09:45:15 +03:00
renovate[bot]
b68e5a3b18
chore(deps): update dependency dayjs to v1.8.24 ( #3591 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-13 09:44:35 +03:00
Erez Rokah
4afbbdd8a9
feat(yaml): support comments ( #3529 )
2020-04-07 15:00:06 +03:00
Munawar Ahmed
2fe9ab72f3
docs: Update Docs: Quick Start “examples” ( #3555 )
2020-04-06 13:01:16 +03:00
Erez Rokah
67e3483b1c
docs: add missing backends collections to CMS ( #3556 )
2020-04-06 10:44:48 +03:00
renovate[bot]
7d1e1ec663
chore(deps): lock file maintenance ( #3554 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-06 10:28:36 +03:00
Noah Kissinger
afb2f72ea5
Update Docs: Guides “jekyll” ( #3536 )
2020-04-03 17:50:48 +02:00
Erez Rokah
174d86f0a0
Feat: entry sorting ( #3494 )
...
* refactor: typescript search actions, add tests avoid duplicate search
* refactor: switch from promise chain to async/await in loadEntries
* feat: add sorting, initial commit
* fix: set isFetching to true on entries request
* fix: ui improvments and bug fixes
* test: fix tests
* feat(backend-gitlab): cache local tree)
* fix: fix prop type warning
* refactor: code cleanup
* feat(backend-bitbucket): add local tree caching support
* feat: swtich to orderBy and support multiple sort keys
* fix: backoff function
* fix: improve backoff
* feat: infer sortable fields
* feat: fetch file commit metadata - initial commit
* feat: extract file author and date, finalize GitLab & Bitbucket
* refactor: code cleanup
* feat: handle github rate limit errors
* refactor: code cleanup
* fix(github): add missing author and date when traversing cursor
* fix: add missing author and date when traversing cursor
* refactor: code cleanup
* refactor: code cleanup
* refactor: code cleanup
* test: fix tests
* fix: rebuild local tree when head doesn't exist in remote branch
* fix: allow sortable fields to be an empty array
* fix: allow translation of built in sort fields
* build: fix proxy server build
* fix: hide commit author and date fields by default on non git backends
* fix(algolia): add listAllEntries method for alogolia integration
* fix: handle sort fields overflow
* test(bitbucket): re-record some bitbucket e2e tests
* test(bitbucket): fix media library test
* refactor(gitgateway-gitlab): share request code and handle 404 errors
* fix: always show commit date by default
* docs: add sortableFields
* refactor: code cleanup
* improvement: drop multi-sort, rework sort UI
* chore: force main package bumps
Co-authored-by: Shawn Erquhart <shawn@erquh.art>
2020-03-31 23:13:27 -04:00
renovate[bot]
e3eb44ad77
fix(deps): update gatsby monorepo ( #3502 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-30 09:40:07 +03:00
renovate[bot]
682f483056
chore(deps): lock file maintenance ( #3504 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-30 09:31:02 +03:00
Brandon Phillips
c6ef7e555f
docs: Add 'netlify-cms-oauth-provider-node' external OAuth client ( #3472 )
2020-03-23 19:30:33 +02:00
Erez Rokah
df33bc64a9
feat: add publish configuration option to collections ( #3467 )
2020-03-23 12:01:37 +02:00
renovate[bot]
2f86d6fc36
chore(deps): lock file maintenance ( #3466 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-23 09:24:11 +02:00
ChrisLasar
70fbccd4da
docs: clarify absolute path with additional path argument ( #3461 )
2020-03-22 18:40:36 +02:00
Erez Rokah
e0fa93b37b
chore(deps): update yarn & node versions on Netlify builds ( #3446 )
2020-03-20 14:50:27 +02:00
Shawn Erquhart
bc5f13e3ea
chore: update website ticker, force version bumps
2020-03-19 15:43:00 -04:00
Erez Rokah
a4a036fe05
docs: scroll to widget on load, fix widget navigation history ( #3441 )
2020-03-19 16:07:21 +02:00
Erez Rokah
9087da5850
docs(widgets-boolean): clarify default value usage ( #3440 )
2020-03-19 13:35:43 +02:00
Justin Smith
ab7ba435ba
docs: Update Quick Start “collection-types” ( #3438 )
2020-03-18 20:26:13 +02:00
renovate[bot]
c9b82551ed
chore(deps): update gatsby monorepo ( #3425 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-16 12:58:42 +01:00
renovate[bot]
d812eecc51
chore(deps): lock file maintenance ( #3428 )
...
* chore(deps): lock file maintenance
* fix: don't add undefined children property
* chore: add missing axios dependency
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2020-03-16 12:38:10 +01:00
dependabot-preview[bot]
dca63953c0
build(deps): [security] bump acorn from 6.4.0 to 6.4.1 in /website ( #3419 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.4.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-13 23:42:28 +01:00
Shawn Erquhart
8b0248bdc3
Update Updates “releases” ( #3416 )
...
Automatically generated. Merged on Netlify CMS.
2020-03-12 17:00:20 -04:00
Erez Rokah
5339735994
docs: update editorial workflow notes ( #3380 )
2020-03-05 11:32:21 +01:00
Erez Rokah
e1f43f0860
docs: rephrase previews support for variable types ( #3376 )
2020-03-04 11:22:13 +01:00
Erez Rokah
12444ca761
feat: support filename and extension vars in summary ( #3375 )
2020-03-04 11:08:15 +01:00