1588 Commits

Author SHA1 Message Date
Sol Park
1d41620509 Add collection label next to search results (#1068)
* add collection name next to title

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* only show collection name when entries are searched

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* add simple design to collection label

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* remove  from higher components. Add props passing down directly from EntryListing

* fix design of collection label to top left corner

* update collection label styling to match workflow
2018-02-07 15:16:20 -07:00
README Bot
e29199003e Add CodeTriage badge to netlify/netlify-cms (#1084)
* Add CodeTriage badge to netlify/netlify-cms
2018-02-07 17:01:59 -05:00
Tim Carry
5b7fead286 Fix DocSearch link alignment (#1080)
Fix DocSearch link alignment
2018-02-07 15:30:56 -05:00
Caleb
27b523c116 Cleanup links in contributor-guide.md (#1081)
* Update contributor-guide.md
2018-02-07 15:28:18 -05:00
Sagar Khatri
e9ec6def04 Mention Gitter channel in the Community section 2018-02-05 10:11:53 -07:00
Sagar Khatri
d48b7cc70c Adding Gitter community link on this page might be helpful. 2018-02-02 20:35:15 -07:00
Caleb
3e4e482840 Fix CTA overflow. 2018-02-02 19:58:13 -07:00
Caleb
756d562c66 Support writing frontmatter in multiple formats (#933)
* Format JSON files.

Currently we store JSON as a single line in files. We should prettify it
like we do the other formats.

* Add output parsers to the frontmatter list.

* Cleanup frontmatter format parser options.

* Support writing frontmatter in TOML and JSON.

Right now we can read TOML or JSON frontmatter by inferring,
but we can only write frontmatter in YAML. This change allows the
frontmatter format to be explicitly set for reading and writing.

* Fix frontmatter formatter.

* Update Frontmatter formatter tests.

* Update frontmatter format docs.
2018-01-29 17:35:36 -05:00
Doocey
61e0b23194 Add myself as a new NetlifyCMS contributor 2018-01-28 18:33:18 -07:00
Doocey
9208b8cfcf Change collapsed arrow direction for lists and editor widgets 2018-01-28 18:33:18 -07:00
Caleb
347fa403c4 Use scaled avatars for website contributors.
Right now we are using full size contributor avatars on the website,
which really slows down the loading. This PR allows us to use avatars
scaled down to the size that we are actually using.
2018-01-27 11:47:08 -07:00
ragasirtahk
60e9d160e7 Adding myself as contributor. 2018-01-27 09:54:57 -05:00
Sagar Khatri
bdd3610303 Update examples.md
I have created a blog on Netlify CMS and created a guide for it. Including links for it.
2018-01-26 08:54:47 -05:00
Caleb
ddbfae6b39 Fix babel-preset-env implementation (#765)
* Add supported browsers list to babel-preset-env.

This was fixed in v7 of babel-preset-env so that you could use the
browserslist directly from package.json. We'll have to wait until Babel
v7 is release, see #702.

* add node 6 to babel-preset-env targets

* Only build for Node during testing.
2018-01-25 16:43:09 -05:00
Shawn Erquhart
19e76479f6 Release 1.1.0 2018-01-25 13:18:26 -05:00
Tony Alves
7053ccd8ec Register Internal and Custom backend API's (#1011)
* allow backend register

* handle multiple backends, including internal
2018-01-25 11:55:13 -05:00
Sumeet Jain
22d8475e36 Adds @sumeetjain to contributors 2018-01-24 11:54:18 -05:00
Sumeet Jain
b272553c7b Corrects docs re: 'relation' widget configuration
Fixes #1042
2018-01-24 11:54:18 -05:00
Luís Miguel
3c21a6a6db Fix relation lists (regression #359) 2018-01-23 16:50:10 -05:00
Shawn Erquhart
5be7d3c7e4 Release 1.0.4 2018-01-23 10:37:49 -05:00
remmah
ac4c87fd03 Note that Folder Collections require 'title' field (#1037) 2018-01-23 10:03:36 -05:00
Lennart Ziburski
5b92525f5e Fixes CTA spacing on desktop
(removes bottom margin below p element)
2018-01-21 19:55:03 -05:00
Luís Miguel
3691417856 Fix proptype warning 2018-01-19 18:56:35 -05:00
Caleb
8db37ff023 Remove Babel stage presets. 2018-01-17 15:15:15 -07:00
Caleb
12ff47d7ba remove unneeded package
originally removed in #640, accidently added as part of #638
2018-01-17 15:13:18 -07:00
delucis
c8766485bd Add @delucis to all-contributors list as requested in #1010. 2018-01-17 09:15:51 -07:00
Caleb
6ccc253599 Fix showing success message if PR force-merge fails. (#1016) 2018-01-16 18:41:18 -08:00
Jessica Parsons
d74087e14c
Merge pull request #1018 from netlify/cms/contributor-guide
Automatically generated. Merged on Netlify CMS.
2018-01-16 18:37:43 -08:00
Caleb
3848f95709 Update Docs “contributor-guide” 2018-01-16 19:06:02 -07:00
Jessica Parsons
7d0efb40ea
Merge pull request #1015 from netlify/cms/custom-widgets
Automatically generated. Merged on Netlify CMS.
2018-01-16 17:21:45 -08:00
Caleb
d384ac9025 Update Docs “custom-widgets” 2018-01-16 18:19:16 -07:00
Jessica Parsons
629991f797
Merge pull request #1009 from netlify/cms/custom-widgets
Automatically generated. Merged on Netlify CMS.
2018-01-16 16:57:50 -08:00
Jessica Parsons
eee17ced4b Update Docs “custom-widgets” 2018-01-17 00:54:07 +00:00
Chris Swithinbank
d03e92b2e6 Fix missing line breaks in code example (#1010) 2018-01-16 16:51:45 -08:00
Caleb
efa3ceff40 Update Docs “custom-widgets” 2018-01-12 17:40:28 +00:00
Shawn Erquhart
56857f0d92
Merge pull request #1006 from netlify/cms/custom-widgets
Automatically generated. Merged on Netlify CMS.
2018-01-12 11:09:32 -05:00
Shawn Erquhart
c62c4f56e5 Update Docs “custom-widgets” 2018-01-12 11:09:17 -05:00
Caleb
197fcc6785 Add missing contributors. (#996) 2018-01-10 17:09:21 -08:00
Caleb
e722373e89 Add ebernard as a contributor. 2018-01-10 16:16:45 -07:00
Etienne Bernard
7491274dca quick documentation fix for markdown table by escaping the | between React.Component and string 2018-01-10 16:16:45 -07:00
Vyacheslav Matyukhin
5bb459c8b1 fix lists markup
Right now the lists are rendered correctly on github thanks to GFM, but not on https://www.netlifycms.org/docs/architecture/
2018-01-08 09:37:04 -07:00
Shawn Erquhart
aa1e75ff19
Merge pull request #989 from netlify/cms/custom-widgets
Automatically generated. Merged on Netlify CMS.
2018-01-05 16:26:32 -05:00
Shawn Erquhart
f476af3c4b Update Docs “custom-widgets” 2018-01-05 16:26:17 -05:00
Shawn Erquhart
90781f337f
Merge pull request #988 from netlify/cms/custom-widgets
Automatically generated. Merged on Netlify CMS.
2018-01-05 16:25:49 -05:00
Shawn Erquhart
a696bb3598 Update Docs “custom-widgets” 2018-01-05 21:25:35 +00:00
Shawn Erquhart
a7c662fb5b Upload /website/site/static/img/screen shot 2018-01-05 at 4.25.07 pm.png 2018-01-05 16:25:25 -05:00
Shawn Erquhart
a2a6b7504a Delete website/site/static/img/screen shot 2018-01-05 at 4.24.25 pm.png 2018-01-05 16:25:03 -05:00
Shawn Erquhart
2a017117a0 Upload /website/site/static/img/screen shot 2018-01-05 at 4.24.25 pm.png 2018-01-05 16:24:56 -05:00
Shawn Erquhart
cf8c564ff3 Delete website/site/static/img/screen shot 2018-01-05 at 4.19.26 pm.png 2018-01-05 16:24:48 -05:00
Shawn Erquhart
cba4240fa9 Update Docs “custom-widgets” 2018-01-05 21:21:21 +00:00