Skip to content

Latest commit

 

History

History
198 lines (141 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

198 lines (141 loc) · 11.3 KB

Change Log

v1.1.5 (2019-04-16)

Full Changelog

Implemented enhancements:

  • Support tags on pages #86

v1.1.4 (2019-04-15)

Full Changelog

Fixed bugs:

  • r:root incorrectly looks for a page context #83
  • r:if and r:content_for cause duplicate output #82
  • Calling a missing yaml partial causes white screen of death without a helpful error message. #81

v1.1.3 (2019-04-08)

Full Changelog

Implemented enhancements:

  • Include better error backtracing when there is a partial error #80
  • Better syntax surrounding shared_theme partials #79
  • Add better depreciation notices #78
  • Add version to hammer toolbar #75

v1.1.2 (2019-03-28)

Full Changelog

Implemented enhancements:

  • Tag feature needs documented #74

Fixed bugs:

  • Blog article content missing key does not display parent key #73

v1.1.1 (2019-03-28)

Full Changelog

Fixed bugs:

  • Blog tags if comma delimited attribute contains a space #72
  • Hammer not reporting correct version. #71

v1.1.0 (2019-03-27)

Full Changelog

Implemented enhancements:

  • Add the ability to use tag attribute on blogs #70

Fixed bugs:

  • <r:article:id /> outputs duplicate ID's in a loop #69

v1.0.14 (2019-03-22)

Full Changelog

Implemented enhancements:

  • Add environment for loading only development dependencies #68
  • When hammer is run in daemon mode, log errors #67
  • Hammer version check reports fatal error with git describe in dev mode #66

v1.0.13 (2019-03-20)

Full Changelog

Implemented enhancements:

  • Add a flag in mock_data to show/hide the Hammer breadcrumb toolbar #65
  • Change ARIA Label on Hammer <nav> element. #64
  • Give a more helpful error message when the blog array in mock data isn't formatted properly #59
  • Add support for attributes to r:files #36

v1.0.12 (2019-03-19)

Full Changelog

Implemented enhancements:

  • Changelog line should always display #62

Fixed bugs:

  • Changelog is incorrectly located #61

v1.0.11 (2019-03-19)

Full Changelog

v1.0.10 (2019-03-19)

Full Changelog

v1.0.9 (2019-03-19)

Full Changelog

Fixed bugs:

  • Hammer incorrectly checking and displaying latest tagged version #60

v1.0.8 (2019-03-19)

Full Changelog

v1.0.7 (2019-03-15)

Full Changelog

v1.0.6 (2019-03-15)

Full Changelog

v1.0.5 (2019-03-14)

Full Changelog

v1.0.4 (2019-03-14)

Full Changelog

v1.0.3 (2019-03-14)

Full Changelog

v1.0.2 (2019-03-14)

Full Changelog

v1.0.1 (2019-03-14)

Full Changelog

v1.0.0 (2019-03-06)

Implemented enhancements:

  • Allow users to configure the URL for "Home" in breadcrumbs #55
  • Add support for <r:stylesheet_content /> #52
  • Add better support for r:get_page #50
  • Add support for radius tags XML files #49
  • Add support for r:xslt_transform #48
  • Add support for math inside Radius Tags #47
  • Add support for the r loop index tag #46
  • Set charset as UTF-8 #45
  • Add support for r:site:data #42
  • Add support for if_has_content_for and unless_has_content_for #40
  • Add support for r:blog:archive #39
  • Obey limit in r:articles:each #38
  • Add support for pulling in multiple editable regions on a blog index page. #37
  • Add support for async and defer for r:include_javascript #33
  • Set timeout for checking version of Code repo #32
  • r:root does not work as expected #30
  • Add support for <r:edit_mode_only /> #26
  • Shared Themes with same partial paths. #22
  • VM for Hammer #20
  • Add support for <r:page:edit_url/> #18
  • Serve RSS files as HTML #17
  • Support for: r:page:created_at, updated_at, published_at #16
  • Add <r:site:domain /> attribute #14
  • Add r:site_count tag #11
  • Wiki Home page cleanup #9
  • Windows and pik updates for readme #8
  • Implement <r:page:template:name /> tag #5
  • Implement <r:page:next_sibling> & <r:page:previous_sibling> #4
  • Better error handling for undefined tags #2

Fixed bugs:

  • Pages key outputs the same page ID for each item in the loop #58
  • Blog index pages are unable to display blog article content #57
  • Recent changes break local images in mock data file #44
  • Setting an integer for a key in mock_data outputs lorem ipsum when source comes from a loop #43
  • Shared themes with different name vs repo names are busted #41
  • Add support for pulling in multiple editable regions on a blog index page. #37
  • Hammer VM - Consol Error #35
  • Issue with url param query variables #34
  • Shared Themes with same partial paths. #22
  • r:page_name doesn't read from mock_data.yml #12
  • Windows and pik updates for readme #8
  • Radius image_url tag doesn't work #3

Closed issues:

  • <r:page:published_at /> needs a default value #54
  • Ruby version 2.3.4 when 2.3.3 is installed #53
  • Add support for <r:stylesheet_url /> #51
  • Breadcrumbs output inconsistent with Cleanslate output #31
  • Support tag page:data #29
  • children tag unsupported in hammer #28
  • Page Javascript #27
  • Partials break unless paths are relative to current file #25
  • Add != operator to if tag #24
  • Add support to \<r:loop\> #23
  • Add to documentation that the names of shared themes directories may not be the repo slug #21
  • Add tags for generating image thumbnails #19
  • r:page:content snippet is not supported #13
  • Implement <r:page:url /> #6
  • Change git clone URL in README.md #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator