Skip to content

Latest commit

 

History

History
99 lines (81 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

99 lines (81 loc) · 10.5 KB

0.2.1 (2017-01-10)

Bug Fixes

  • config: updated site title, removed unused Sass config (25dbb84)
  • images: images won’t blow out content now (a9b8d56), closes #2
  • includes: uses includes vs. hard coded values (c3f1b4a)
  • links: links inherit font weight now (540caa2)
  • path: added GH pages variable to save relative paths (c5174f9)

Features

  • content: added a sub-section for formatting (3345c5c)
  • content: added page stubs (83ee1fc)
  • content: removed content from the boilerplate (4ef0d84)
  • content: start of a Markdown cheatsheet (b8dc209)
  • default: added a default section + formatting section (61329ce)
  • defaults: added a default weight for pages (79a4ac4)
  • design: minor design tweaks (4841c3e)
  • formatting: beginnings of a Markdown cheatsheet (98ec85f)
  • highlight: added syntax highlighting theme (ecf676c)
  • icons: added full FontAwesome 4.7 support (6044d20)
  • images: added a border to images in content (581041b)
  • images: reorganized content to make more sense (a31ba10)
  • initial: first commit; still a WIP (631239b)
  • links: better link generation with URL-based fallback (98c2ea0)
  • links: moved 2-col links to an include (ea9fbad)
  • nav: added support and edit links (4ba8ad5)
  • repo: added a repo to support "edit this page" links (898c9c8)
  • sections: smarter section detection + fallback (f91b02f)
  • support: added a support page — needs content (bab1a10)
  • tables: added docs for tables (fd75719), closes #4
  • tables: styled tables (020cd48)
  • tables: styled tables (f8fb8df), closes #3
  • typography: heading, blockquote, list styles (1a8c34e)
  • ui: added hover/focus state for main button (3174ac0)

0.2.0 (2017-01-09)

Bug Fixes

  • app-chrome: use fixed vs. flex for better internal linking (6f6eede)
  • config: updated site title, removed unused Sass config (25dbb84)
  • images: adjustments to images and figures for better layout (c566845), closes #34
  • images: images won’t blow out content now (a9b8d56), closes #2
  • includes: uses includes vs. hard coded values (c3f1b4a)
  • links: links inherit font weight now (540caa2)
  • lists: updated styles to support multi-paragraph list items (fa27c7c), closes #39
  • path: added GH pages variable to save relative paths (c5174f9)
  • sidebar: adjusted line-height for wrapped items (3bbec55), closes #48

Features

  • content: added a sub-section for formatting (3345c5c)
  • content: added page stubs (83ee1fc)
  • content: start of a Markdown cheatsheet (b8dc209)
  • default: added a default section + formatting section (61329ce)
  • defaults: added a default weight for pages (79a4ac4)
  • design: minor design tweaks (4841c3e)
  • favicon: added a favicon (f67d2e8), closes #32
  • formatting: beginnings of a Markdown cheatsheet (98ec85f)
  • highlight: added syntax highlighting theme (ecf676c)
  • icons: added full FontAwesome 4.7 support (6044d20)
  • images: added a border to images in content (581041b)
  • images: reorganized content to make more sense (a31ba10)
  • initial: first commit; still a WIP (631239b)
  • js: added support for JavaScript bundling via Rollup (7221b21)
  • link-headings: add styles for linked headings (0927158)
  • link-headings: generate links for headings (f5c555d), closes #9
  • links: better link generation with URL-based fallback (98c2ea0)
  • links: moved 2-col links to an include (ea9fbad)
  • lists: added a page stub (ecba6ef)
  • lists: added content for the lists page (ea702f6), closes #35
  • nav: added support and edit links (4ba8ad5)
  • quickstart: added a first draft of the quickstart page (1c160fe)
  • quickstart: added remaining images (baca959), closes #11
  • repo: added a repo to support "edit this page" links (898c9c8)
  • scripts: added Ramda as a dependency (f724748)
  • sections: added sections page + stubs for linked pages (ff6de5a)
  • sections: smarter section detection + fallback (f91b02f)
  • sidebar: current page is now highlighted in the sidebar (a020415), closes #8
  • support: added a support page — needs content (bab1a10)
  • table-of-contents: docs for ToC generation (717e714), closes #14
  • tables: added docs for tables (fd75719), closes #4
  • tables: styled tables (f8fb8df), closes #3
  • toc: added page stubs to flesh out the table of contents (f5085a5), closes #10
  • typography: heading, blockquote, list styles (1a8c34e)
  • ui: added hover/focus state for main button (3174ac0)