Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

106 lines (72 loc) · 4.42 KB

CHANGELOG

vNEXT

v1.0.16

  • Re-introduce the scrolling ability within search results. PR #83

v1.0.15

  • Update Prism version to 1.15.0. PR #82

  • Bundle yaml syntax highlighting in as a Prism options. PR #81

v1.0.14

  • Allow the "Edit on GitHub" button to work on "versioned" documentation. PR #80

v1.0.13

  • Align headings with tiered structure content. PR #78

v1.0.12

  • Fix the tiered structure of the sidebar items to maintain content nesting! PR #77

v1.0.11

  • Update theme with new look for Apollo. The Meteor theme is mostly untouched but there have been some small changes in it as well. PR #71

v1.0.10

  • Add cookie consent banner to help accommodate GDPR regulations.

v1.0.9

  • Fix the dropdown so it can detect single digit versions from the URL.

v1.0.8

  • Update the letter-spacing on the sidebar title, in order to fit additional content onto a single line (like a version dropdown).

v1.0.7

  • Fix the color of charcoal colored dropdown boxes on the charcoal colored background.
  • Fix the version selector to support path-based docs deployments.

v1.0.6

  • Elements with HTML IDs of analytics will no longer break Segment.io. PR #65
  • Update Segment.io JavaScript code to latest version. PR #66
  • Separates various JavaScript snippets into their own context to avoid errors from affecting other scripts. PR #67

v1.0.5

  • The search box is now pinned to the menu and won't scroll off the page when arriving via an anchor link (which intentionally highlights the target page in the sidebar. PR #62
  • The background color on <code> blocks has been re-instated after it was inadvertently removed. PR #64

v1.0.4

  • Prism is now used for highlighting, which enables the graphql syntax and fixes the less-than-ideal jsx highlighting! PR #61
  • The versions property is no longer mandatory in _config.yml configurations.
  • Fix incorrectly escaped anchor URLs due to bug in ancient version of smooth-scroll. PR #60 Issue #57
  • mobile: The menu button no longer necessitates the use of the pinky finger to reliably expand and contract it. PR #59 Issue #35
  • The theme now lives in a repository with the same name as the npm (i.e. meteor-theme-hexo instead of meteor-theme-hexo). This simplifies using a local checkout of the package for testing.

v1.0.3

  • Uses the latest version of the Algolia DocSearch JavaScript library.
  • Supports using a specific CSS theme bundle, as defined by the css_bundle setting in the deployment's configuration, allowing individual deployments to have isolated CSS bundles, while still sharing most all of the LESS source. This is automatically set in the global configurations and no changes are necessary. The existing bundle is still being served in the same location as a fallback. This change eliminates the need for individual deployments to specify their own colors in their ./assets/theme-colors.less file, but maintains the support for the file in case individual deployments necessitate it in the future. PR #56

v1.0.2

  • Add support for Algolia's appId parameter to various repository's _config.yml files. PR #54.
  • Only load Docsearch JavaScript when Docsearch is configured. PR #54
  • Rename _config.yaml to _config.yml.

v1.0.1

  • Initial version of theme published to npm.