8000 Releases · jekyll/jekyll · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jekyll/jekyll

v3.8.0.pre.rc2

12 Apr 19:16
Compare
Choose a tag to compare
v3.8.0.pre.rc2 Pre-release
Pre-release

This is a pre-release that has been superseded by Jekyll 3.8.0.

v3.8.0.pre.rc1

03 Apr 11:35
Compare
Choose a tag to compare
v3.8.0.pre.rc1 Pre-release
Pre-release

This is a pre-release that has been superseded by Jekyll 3.8.0.

v3.7.3

25 Feb 17:02
Compare
Choose a tag to compare

Bug Fixes

  • Do not hardcode locale unless certainly necessary (#6791)

v3.7.2

25 Jan 18:35
Compare
Choose a tag to compare

Development Fixes

  • CI: Test against Ruby 2.5.0 (#6664)
  • Bump rdoc to 6.0 (#6600)
  • Lint file and bump theme dependencies (#6698)
  • Write a Rubocop Cop to ensure no #p or #puts calls get committed to master. (#6615)
  • Remove redgreen gem (#6720)

Site Enhancements

  • Display latest version in header (#6676)
  • Update version in config.yml via YAML load / dump (#6677)

Documentation

  • Fix: Add note about posts in context of collections_dir (#6680)
  • Update deploy-script in documentation (#6666)
  • Add note about naming of collections_dir (#6703)
  • Update installation.md (#6694)
  • Add jekyll-html to plugins. (#6654)
  • Update plugins.md (#6716)
  • Release v3.7.1 (#6695)

Bug Fixes

  • inform that symlinks are not allowed in safe mode (#6670)
  • Glob scope path only if configured with a pattern (#6692)
  • Add gem "wdm" to all newly generated Gemfiles (#6711)
  • Fix timezone incosistencies between different ruby version (#6697)
  • Refactor collections_dir feature for consistency (#6685)

Minor Enhancements

  • Require external library only if necessary (#6596)

v3.7.0

02 Jan 19:25
4d6959c
Compare
Choose a tag to compare

Minor Enhancements

  • Add LiveReload functionality to Jekyll. (#5142)
  • Add Utils::Internet.connected? to determine whether host machine has internet connection. (#5870)
  • Disable default layouts for Pages with a layout: none declaration (#6182)
  • Scope path glob (#6268)
  • Allow the user to set collections_dir to put all collections under one subdirectory (#6331)
  • Upgrade to Rouge 3 (#6381)
  • Allow URL filters to work directly with documents (#6478)
  • filter relative_url should keep absolute urls with scheme/authority (#6490)
  • .sass-cache doesn't always land in options['source'] (#6500)
  • Allow plugins to modify the obsolete files. (#6502)
  • Add latin mode to slugify (#6509)
  • Log Kramdown warnings if log level is WARN (#6522)
  • Add an option to configure kramdown warning output (#6554)
  • Add json extension to list of directory indices (#6550)
  • Dependency: Bump jekyll-watch to 2.0 (#6589)
  • Remove paginate check (#6606)
  • update classifier-reborn to 2.2.0 (#6631)
  • Switch to an actively-maintained TOML parser. (#6652)
  • Do not coerce layout paths in theme-gem to the source directory (#6603)

Bug Fixes

  • Raise when theme root directory is not available (#6455)
  • Avoid block parser warning in SmartyPants (#6565)
  • Fail gracefully if "sass" gem cannot be loaded (#6573)
  • return correct file in dir if dir has same name as file (#6569)
  • Register reload hooks in Server#process (#6605)
  • Memoize path to metadata file (#6602)
  • Use require_relative to load Jekyll classes (#6609)

Development Fixes

  • Added direct collection access to future collection item feature test(#6151)
  • add failing test for non-utf8 encoding (#6339)
  • Upgrade to Cucumber 3.0 (#6395)
  • Provide a better default hash for tracking liquid stats (#6417)
  • Add configuration for first-timers bot (#6431)
  • Do not linkify escaped characters as PRs in History (#6468)
  • Rely on jekyll-mentions for linking usernames (#6469)
  • Update first-timers-issue-template.md (#6472)
  • Enable Lint/RescueWithoutErrorClass Cop (#6482)
  • Clean up Rubocop config (#6495)
  • Use Gem to discover the location of bundler (#6499)
  • Remove unnecessary encoding comment (#6513)
  • Suggest using Rubocop to automatically fix errors (#6514)
  • Assert raising Psych::SyntaxError when"strict_front_matter"=>true (#6520)
  • Use Kernel#Array instead of explicit Array check (#6525)
  • RuboCop: Enable Style/UnneededCapitalW cop (#6526)
  • Refactor method to reduce ABC Metric size (#6529)
  • Remove parentheses around arguments to raise (#6532)
  • Use double-quotes around gem name (#6535)
  • Dependencies: upgrade to toml 0.2.0 (#6541)
  • Lock to cucumber 3.0.1 on Ruby 2.1 (#6546)
  • Bump JRuby version in Travis config (#6561)
  • Rescue from Psych::SyntaxError instead of SyntaxError after parsing YAML(#5828)
  • Drop forwarding to private methods by exposing those methods as public(#6577)
  • Upgrade pygments to v1.x (#5937)
  • Bump yajl-ruby (#6582)
  • Cleanup test_redcarpet.rb (#6584)
  • Add PageWithoutAFile class from jekyll plugins (#6556)
  • Cleanup LiveReloadReactor (#6607)

Documentation

  • Add formester to the list of saas form backend (#6059)
  • GitHub Pages instructions (#6384)
  • Improve documentation for theme-gem installation (#6387)
  • Fix diff syntax-highlighting (#6388)
  • Update instructions (#6396)
  • Fix code-block highlighting in docs (#6398)
  • Filtering Posts with categories, tags, or other variables (#6399)
  • Fixes formatting on pre-formatted text. (#6405)
  • Added new tutorial to tutorials section on docs (#6406)
  • Updates (#6407)
  • Fix collections_dir example (#6408)
  • Renaming duplicate of "Scenario 6" to "Scenario 7" (#6411)
  • Mark collection_dir as unreleased (#6412)
  • Fix link to SUPPORT (#6415)
  • Fix list appearance by adding missing ol tag (#6421)
  • Explain how to override output collection index page (#6424)
  • Added github-cards to the list of plugins (#6425)
  • CoC violation correspondants (#6429)
  • Add a note about Liquid and syntax highlighting (#6466)
  • Remove sudo from macOS troubleshooting instructions (#6486)
  • Add a note on :jekyll_plugins group in the docs (#6488)
  • Updated custom-404-page.md (#6489)
  • Fix a few minor issues in the docs (#6494)
  • Add jekyll-pwa-plugin (#6533)
  • Remove Jekyll-Smartify from plugins directory (#6548)
  • Updated Jekyll-Pug listing to include official website (#6555)
  • Remove link to severly outdated asset plugin (#6613)
  • Default time zone depends upon server (#6617)
  • Add disqus-for-jekyll to plugins. (#6618)
  • Update "Requirements" for Ruby version (#6623)
  • Fix: Update link to i18n_filter plugin (#6638)
  • Correct WordPress capitalization (#6645)
  • Add Tweetsert, Stickyposts, Paginate::Content (#6651)
  • Post: Jekyll 3.7.0 released (#6634)

Site Enhancements

  • Add special styling for code-blocks run in shell (#6389)
  • Add post about diversity (#6447)
  • Update list of files excluded from Docs site (#6457)
  • Update site History (#6460)
  • Add default twitter card image (#6476)
  • Update normalize.css to v7.0.0 (#6491)
  • Optimize images (#6519)
  • Back to original main navigation (#6544)
  • Styles: mobile-docs select element (#6545)
  • Search with DocSearch by @algolia (#6557)
  • Site header redesign (#6567)
  • Move logo above site navigation on small screens (#6570)
  • Docs: Include version badge for latest features (#6574)
  • Use version-badge on an existing feature intro (#6575)
  • Add jekyll-category-pages plugin (#6632)
  • Improve docs styling for code to be run in shell (#6641)
  • Fix permalink icon markup in news-item layout (#6639)

v3.6.2

21 Oct 19:57
0d555a7
Compare
Choose a tag to compare

Development Fixes

  • Update Rubocop to 0.51.0 (#6444)
  • Add test for layout as string (#6445)

Bug Fixes

  • Problematic UTF+bom files (#6322)
  • Always treat data.layout as a string (#6442)

v3.6.1

21 Oct 19:57
d41f181
Compare
Choose a tag to compare

Documentation

  • Doc y_day in docs/permalinks (#6244)
  • Update frontmatter.md (#6371)
  • Elaborate on excluding items from processing (#6136)
  • Style lists in tables (#6379)
  • Remove duplicate "available" (#6380)

Development Fixes

  • Bump rubocop to use v0.50.x (#6368)

v3.6.0

21 Sep 21:30
3feafed
Compare
Choose a tag to compare

Minor Enhancements

  • Ignore final newline in folded YAML string (#6054)
  • Add URL checks to Doctor (#5760)
  • Fix serving files that clash with directories (#6222) (#6231)
  • Bump supported Ruby version to >= 2.1.0 (#6220)
  • set LiquidError#template_name for errors in included file (#6206)
  • Access custom config array throughout session (#6200)
  • Add support for Rouge 2, in addition to Rouge 1 (#5919)
  • Allow yield to logger methods & bail early on no-op messages (#6315)
  • Update mime-types. (#6336)
  • Use a Schwartzian transform with custom sorting (#6342)
  • Alias Drop#invoke_drop to Drop#[] (#6338)

Bug Fixes

  • Deprecator: fix typo for --serve command (#6229)
  • Reader#read_directories: guard against an entry not being a directory (#6226)
  • kramdown: symbolize keys in-place (#6247)
  • Call to_s on site.url before attempting to concatenate strings (#6253)
  • Enforce Style/FrozenStringLiteralComment (#6265)
  • Update theme-template README to note 'assets' directory (#6257)
  • Memoize the return value of Document#url (#6266)
  • delegate StaticFile#to_json to StaticFile#to_liquid (#6273)
  • Fix Drop#key? so it can handle a nil argument (#6281)
  • Guard against type error in absolute url (#6280)
  • Mutable drops should fallback to their own methods when a mutation isn't present (#6350)
  • Skip adding binary files as posts (#6344)
  • Don't break if bundler is not installed (#6377)

Documentation

  • Fix a typo in custom-404-page.md (#6218)
  • Docs: fix links to issues in History.markdown (#6255)
  • Update deprecated gems key to plugins. (#6262)
  • Fixes minor typo in post text (#6283)
  • Execute build command using bundle. (#6274)
  • name unification - buddy details (#6317)
  • name unification - application index (#6318)
  • trim and relocate plugin info across docs (#6311)
  • update Jekyll's README (#6321)
  • add SUPPORT file for GitHub (#6324)
  • Rename CODE_OF_CONDUCT to show in banner (#6325)
  • Docs : illustrate page.id for a collection's document (#6329)
  • Docs: post's date can be overriden in YAML front matter (#6334)
  • Docs: site.url behavior on development and production environments (#6270)
  • Fix typo in site.url section of variables.md :-[ (#6337)
  • Docs: updates (#6343)
  • Fix precedence docs (#6346)
  • add note to contributing docs about script/console (#6349)
  • Docs: Fix permalink example (#6375)

Site Enhancements

  • Adding DevKit helpers (#6225)
  • Customizing url in collection elements clarified (#6264)
  • Plugins is the new gems (#6326)

Development Fixes

  • Strip unnecessary leading whitespace in template (#6228)
  • Users should be installing patch versions. (#6198)
  • Fix tests (#6240)
  • Define path with __dir__ (#6087)
  • exit site.process sooner (#6239)
  • make flakey test more robust (#6277)
  • Add a quick test for DataReader (#6284)
  • script/backport-pr: commit message no longer includes the # (#6289)
  • Add Add CODEOWNERS file to help automate reviews. (#6320)
  • Fix builds on codeclimate (#6333)
  • Bump rubies on Travis (#6366)

v3.6.0.pre.beta1

23 Aug 16:56
709a344
Compare
Choose a tag to compare
v3.6.0.pre.beta1 Pre-release
Pre-release

Development Fixes

  • Strip unnecessary leading whitespace in template (#6228)
  • Users should be installing patch versions. (#6198)
  • fix tests (#6240)
  • Define path with dir (#6087)
  • exit site.process sooner (#6239)
  • make flakey test more robust (#6277)
  • Add a quick test for DataReader (#6284)
  • script/backport-pr: commit message no longer includes the # (#6289)
  • Add Add CODEOWNERS file to help automate reviews. (#6320)

Minor Enhancements

  • Ignore final newline in folded YAML string (#6054)
  • Add URL checks to Doctor (#5760)
  • Fix serving files that clash with directories (#6222) (#6231)
  • Bump supported Ruby version to >= 2.1.0 (#6220)
  • set LiquidError#template_name for errors in included file (#6206)
  • Access custom config array throughout session (#6200)
  • Add support for Rouge 2, in addition to Rouge 1 (#5919)
  • Allow yield to logger methods & bail early on no-op messages (#6315)

Bug Fixes

  • Deprecator: fix typo for --serve command (#6229)
  • Reader#read_directories: guard against an entry not being a directory (#6226)
  • kramdown: symbolize keys in-place (#6247)
  • Call to_s on site.url before attempting to concatenate strings (#6253)
  • Enforce Style/FrozenStringLiteralComment (#6265)
  • Update theme-template README to note 'assets' directory (#6257)
  • Memoize the return value of Document#url (#6266)
  • delegate StaticFile#to_json to StaticFile#to_liquid (#6273)
  • Fix Drop#key? so it can handle a nil argument (#6281)
  • Guard against type error in absolute url (#6280)

Documentation

  • Fix a typo in custom-404-page.md (#6218)
  • Docs: fix links to issues in History.markdown (#6255)
  • Update deprecated gems key to plugins. (#6262)
  • Fixes minor typo in post text (#6283)
  • Execute build command using bundle. (#6274)
  • name unification - buddy details (#6317)
  • name unification - application index (#6318)
  • trim and relocate plugin info across docs (#6311)
  • update Jekyll's README (#6321)
  • add SUPPORT file for GitHub (#6324)
  • Rename CODE_OF_CONDUCT to show in banner (#6325)
  • Docs : illustrate page.id for a collection's document (#6329)

Site Enhancements

  • Adding DevKit helpers (#6225)
  • Customizing url in collection elements clarified (#6264)
  • Plugins is the new gems (#6326)

v3.5.2

18 Aug 16:25
f8ae6be
Compare
Choose a tag to compare

Bug Fixes

  • Backport #6281 for v3.5.x: Fix Drop#key? so it can handle a nil argument (#6288)
  • Backport #6280 for v3.5.x: Guard against type error in absolute_url (#6287)
  • Backport #6266 for v3.5.x: Memoize the return value of Document#url (#6301)
  • Backport #6273 for v3.5.x: delegate StaticFile#to_json to StaticFile#to_liquid (#6302)
  • Backport #6226 for v3.5.x: Reader#read_directories: guard against an entry not being a directory (#6304)
  • Backport #6247 for v3.5.x: kramdown: symbolize keys in-place (#6303)
0