Skip to content

Latest commit

 

History

History
299 lines (198 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

299 lines (198 loc) · 7.84 KB
layout title tags toc permalink
default.njk
Release Notes
page
true
changelog.md/index.html

Release Notes

v0.6 - Jan 5th, 2020

Overview

Release Notes

Content Additions

Enhancements

  • #30 add insert, mark, and spoiler md syntax
  • #10 add netlify CMS
  • #69 add dark mode
  • #81 add markdown files in project root (ex. Readme) to site
  • #78 add noindex to draft posts
  • Update format of display density toggle
  • Add ability to embed tweets
  • add link to drafts page during dev
  • add kbd styles
  • add table of contents to root documents
  • #74 add dev and prod build modes
  • #89 ensure npm scripts work cross platform
  • fix collection builder category validation

Fixes

  • #84 don't link to tags that don't have landing pages
  • #77 fix horizontal scrolling
  • fix blurry hr
  • fix contrast on syntax highlighting theme colors
  • don't display toc if empty
  • fix search on 404 page and update styling

Tech Debt

  • #22 add frontmatter snippet for posts
  • #80 update nunjucks workspace support and recommendations
  • #35 add ie11 compatibility for grid, es6, and polyfills
  • #87 fix build perf for css and js minification
  • #91 add pull request template
  • refactor drafts and posts to separate collections

v0.5 - Sep 18th, 2019

Overview

Release Notes

Multiple content updates from multiple authors!!! That's the mission, not the bells & whistles; although I will admit, the whistles are fun.

Content Additions

  • Removing Duplicates Using CTE
  • Using SQL Merge
  • Added page for redgate snippets
  • run apps locally DRAFT

Enhancements

  • #57 refactor asset paths to work the same locally and on prod
  • #60 switch to network first with cache fallback
  • #62 update copy button and syntax highlighting

Fixes

  • add role="img" to svgs

Thanks

  • John (@jmathias3) - First Post (2x) 🎉
  • Brian (@MudPunk) - Redgate Article & Copy Editing

v0.4 - Sep 13th, 2019

Overview

Release Notes

Now deployed to docgov.dev

Content Additions

  • #61 add offline page when site isn't cached
  • add authentication draft

Enhancements

  • #23 add css tooltip
  • #29 add service worker
  • #40 add draft status
  • #41 add syntax highlighting theme picker
  • #43 add swipe to open side nav
  • #48 add settings page
  • #52 add last update field
  • #53 add github setup intro
  • #54 create doc gov icon and icon assets
  • #60 serve google fonts locally
  • #61 detect offline and add offline banner
  • #62 Add copy button to code snippets
  • DocGov.Dev domain acquired!

Fixes

  • simplify toc text & update hash for scrollIntoView

Thanks

  • Brian (@MudPunk) - Worked on #52 add last update field

v0.3 - Sep 6th, 2019

Overview

Release Notes

Content Additions

  • add acronyms page
  • #12 add contributing docs
  • #12 add code of conduct
  • #14 add author, team, project, and department pages

Enhancements

  • #1 add issue templates
  • #3 add side navbar
  • #13 add metadata linting / validation
  • #15 add syntax highlighting support
  • #17 add link to page history
  • #18 add social meta tags
  • #20 add 404 page
  • #21 add table of contents sidenav
  • #26 create re-usable post preview template
  • #28 add archive with all posts and limit homepage post count
  • #29 create brand icon, manifest, and social thumbnail
  • #30 add def list markdown syntax
  • #33 add responsive site title styles
  • #34 add minimal print styles
  • #37 add toggle to side navbar
  • #38 highlight active side navbar item
  • #42 use multi-word match, improve result highlighting
  • #45 better manage client side dependencies
  • add scrollspy and smooth scroll to toc

Fixes

  • #31 allow line wraps on anchor tag highlights

v0.2 - Aug 31st, 2019

Overview

Release Notes

Renamed from OpenSourced to DocGov, with much consternation from Katie

Content Additions

  • add new hire intro materials
  • add M&O Jira ticket priorities
  • add how to install SSIS from sandra
  • #16 add markdown sample page

Enhancements

  • #2 create tag pages and tab page index
  • #4 add search function with text highlighting.
  • #6 add metadata post layout
  • #27 add display density toggle
  • add inline js filter
  • rebrand doc gov

Fixes

  • fix lighthouse audit perf and a11y

Thanks

  • Brian (@MudPunk) - First Post & Copy Editing 🎉
  • Sandra - First Post 🎉

v0.1 - Aug 23rd, 2019

Overview

Release Notes

Create initial 11ty site engine with sample contents, master layout, and post template

Content Additions

  • IT Orientation
  • Hiring Overview

Enhancements

  • add edit button
  • add layout page and styles
<style> /* only show release tag in toc */ .toc li > ol { display: none; } </style>