Shawn Erquhart
855bfde79b
allow custom auth endpoint ( #1294 )
2018-04-24 21:35:56 -04:00
Phil Hawksworth
9431112e63
nudge the contributor count up ( #1319 )
2018-04-24 18:51:43 -04:00
Phil Hawksworth
780ab60d71
nudge the contribitor count
2018-04-24 23:07:12 +01:00
Damien Duhamel
a5d4fd41a4
Don’t try to validate an optional field if it is empty ( #1237 )
2018-04-24 12:28:09 -04:00
Sylvain Lesage
63df2e8baa
docs: Format code block.
2018-04-24 08:05:13 -06:00
Shawn Erquhart
a2723f488e
fix code block styling in widgets section ( #1312 )
2018-04-23 19:57:00 -04:00
Shawn Erquhart
03faa28a41
improve docs readability ( #1310 )
...
* improve docs readability
* update prism
2018-04-23 17:22:15 -04:00
Shawn Erquhart
ea338ba51f
Merge pull request #1252 from netlify/cms/authentication-backends
...
Automatically generated. Merged on Netlify CMS.
2018-04-23 16:18:49 -04:00
Shawn Erquhart
ca7f6e549e
Update Docs “authentication-backends”
2018-04-23 20:17:27 +00:00
Shawn Erquhart
29853b2c80
Merge pull request #1300 from netlify/cms/releases
...
Automatically generated. Merged on Netlify CMS.
2018-04-20 15:06:00 -04:00
Shawn Erquhart
6cde3d1f32
Update Updates “releases”
2018-04-20 15:05:47 -04:00
Shawn Erquhart
3e9f446ba0
fix github auth button icon alignment ( #1299 )
...
Partial revert of #1227 .
2018-04-20 15:04:13 -04:00
Shawn Erquhart
f5d26ba8b2
update changelog
2018-04-19 15:10:40 -04:00
Shawn Erquhart
3b24c42327
Release 1.6.0
2018-04-19 14:37:11 -04:00
Shawn Erquhart
df7486333b
allow login screen to be skipped for test repo demos
2018-04-19 13:11:42 -04:00
Caleb
1a3454f244
Update ISSUE_TEMPLATE.md
2018-04-16 20:10:26 -04:00
Jake Rayson
3035771d36
Add example
2018-04-16 18:49:00 -04:00
Damien Duhamel
32a340e608
Update markdown widget documentation
2018-04-16 18:12:11 -04:00
Damien Duhamel
79f6672228
Use an isHidden property
2018-04-16 18:12:11 -04:00
Damien Duhamel
4ff56a1838
Update markdown widget documentation
2018-04-16 18:12:11 -04:00
Damien Duhamel
106968990d
Add markdown editor toolbar customization
2018-04-16 18:12:11 -04:00
Damien Duhamel
9975c7e914
fix: Allow typing in date widget ( #1247 )
...
* Allow typing in date widget
* Handle empty case & warn user when invalid
* Try parsing date with moment
* Rename isValid -> isValidDate
* Warn user when date is invalid
2018-04-14 08:06:03 -06:00
Damien Duhamel
3eb30e5b1e
Fix property key iterator
2018-04-13 17:53:30 -04:00
Shawn Erquhart
5b269274b6
Merge pull request #1258 from netlify/cms/releases
...
Automatically generated. Merged on Netlify CMS.
2018-04-13 12:35:27 -04:00
Shawn Erquhart
7a0e136449
Update Docs “authentication-backends”
2018-04-13 15:44:06 +00:00
Shawn Erquhart
6814121a7a
Update Docs “authentication-backends”
2018-04-13 15:42:19 +00:00
Shawn Erquhart
046452720b
Update Updates “releases”
2018-04-13 07:42:55 -04:00
Caleb
db292abe03
Fix actual code errors listed by linter.
2018-04-12 14:17:42 -07:00
Shawn Erquhart
0f5a7b9606
update changelog
2018-04-12 13:51:21 -04:00
Shawn Erquhart
cd59b62b0a
update changelog
2018-04-12 13:47:54 -04:00
Shawn Erquhart
6b05b6f82b
add demo links to changelog
2018-04-12 13:27:24 -04:00
Shawn Erquhart
b838b326f0
Update Docs “authentication-backends”
2018-04-12 15:01:44 +00:00
Steve Lathrop
2033d535d1
Use double quotes consistently
2018-04-12 10:27:47 -04:00
Maciej Matuszewski
df2d5c2432
fix: button alignment on older safari ( #1227 )
...
* Fix button alignment on older safari
* Add @maciejmatu to contributors
2018-04-12 08:15:11 -06:00
Shawn Erquhart
57b392f404
update readme logos
2018-04-11 17:54:25 -04:00
Shawn Erquhart
66ae59f45c
add service logos to readme ( #1249 )
2018-04-11 17:47:23 -04:00
Shawn Erquhart
e83b59416f
Merge pull request #1246 from netlify/cms/releases
...
Automatically generated. Merged on Netlify CMS.
2018-04-11 10:54:25 -04:00
Shawn Erquhart
bc4dc646e4
Update Updates “releases”
2018-04-11 10:54:02 -04:00
Steve Lathrop
2f3a9d1e08
docs: Document display_url
.
...
* Add contributor
* Document the display_url setting
* Fix typo in pattern example
* Locate Display URL doc section appropriately
2018-04-11 08:13:53 -06:00
Shawn Erquhart
b16074e377
Release 1.5.0
2018-04-11 10:03:22 -04:00
Brian Macdonald
6b77aee214
Allow setting config URL with <link> ( #1146 )
...
* fix: allows for valid config types expansion
* feat: config url can now come through link tag
* fix: lints added coded
* fix: slims down code per review
* fix: expands query to find supported type
* fix: removes typo in test copy
* fix: changes validTypes to object
* fix: groups config functions into one getConfig func
* adds console message for config url
* adds to docs
* update docs
* fix test
* fix merge conflicts
contributor addition moved to #1241
* avoids empty path with link without href. changes link console message
* removes additional console
* fixes link path in console
* fix: remove superfluous .allcontributorsrc change
2018-04-10 13:48:04 -07:00
Caleb
7b58f2f32b
Add missing contributors. ( #1241 )
...
* Add missing contributors.
* typo
2018-04-09 15:12:50 -07:00
Jessica Parsons
d07476a33f
Add crgeary, cntributor of SEO plugin
2018-04-09 13:24:30 -06:00
S. Suzuki
100f56220c
Feature Reuest: Append slug: hour, minutes, secounds ( #1207 )
2018-04-05 08:16:18 -06:00
Shawn Erquhart
b97ce89f29
update changelog
2018-04-04 14:41:24 -04:00
Shawn Erquhart
e9153a3841
enable editorial workflow for test backend
2018-04-04 14:35:44 -04:00
Caleb
5e040eec62
Fix broken new media uploads in Git Gateway. ( #1221 )
...
* Use file data instead of inferring path for new uploads.
2018-04-04 14:30:31 -04:00
Jessica Parsons
fefd8bb398
Add jeremybise to contributors
2018-04-03 15:16:33 -06:00
Jeremy Bise
1e9b666baf
949 document hide preview by default ( #1219 )
...
* document config option to hide preview by default
* document config option to hide preview pane by default
* revise wording to specify preview disables entirely for a collection
* adjust wording of editor section to be more consistent with other settings
sections
* add note about defaulting to true
2018-04-03 12:46:10 -07:00
Shawn Erquhart
f948f7a408
Merge pull request #1215 from netlify/cms/releases
...
Automatically generated. Merged on Netlify CMS.
2018-03-29 17:36:44 -04:00