Skip to content

Releases: mdo/code-guide

v4.0.0

26 May 18:24
@mdo mdo
95e7712
Compare
Choose a tag to compare

Content and design refresh to modernize the guide.

  • Rewrites content in Markdown for easier maintenance and removes all _includes for code snippets.
  • Rebuilds page layout using CSS Grid.
  • Removed outdated JavaScript-generated markup section given proliferation of numerous JS frameworks.
  • Removed outdated Prefixed properties section as majority of the properties this applied to no longer require prefixes (e.g., border-radius, box-shadow, etc).
  • Redesigns masthead and introduces new project icon.

Closed issues

  • Fixes #91: Be more explicit about classes over element selectors
  • Fixes #92: Mention child combinator for selectors
  • Fixes #119: Removed Prefixed properties section, fixing a broken character
  • Fixes #126: Include style and tabindex in property order
  • Fixes #143: Updated language reference link
  • Fixes #156: Mention mixins and functions in CSS property order
  • Fixes #170: Mention border placement in Visual section of declaration order
  • Fixes #213: Removes JavaScript-generated markup section
  • Fixes #238: Update HTML spec links
  • Fixes #258: Update link to Stylelint config

v3.1.1

11 May 20:09
@mdo mdo
Compare
Choose a tag to compare

Capturing all the changes since the last release ahead of a v4.0.0 release.

v3.1.0

03 Jun 17:17
@mdo mdo
Compare
Choose a tag to compare
  • Cleanup HTML, CSS, and JS from v3 update
  • Update lang
  • Lowercase meta tag values

v3.0.0

03 Jun 03:19
@mdo mdo
Compare
Choose a tag to compare

Updated design and some copyediting.

v2.1.0

28 Feb 03:35
@mdo mdo
Compare
Choose a tag to compare
  • Same content, new format.
  • Now only uses the gh-pages branch.
  • Built on Jekyll with each code snippet coming from an include.
  • Page layout utilizes @mdo/table-grid and scalable typography.
  • Slight reorganization of content.

v2.0.0

26 Feb 18:34
@mdo mdo
Compare
Choose a tag to compare

Rewrites much of the document and adds some new hotness:

  • Rewrote golden rule
  • Added boolean attributes to HTML section
  • Added media query placement to CSS section
  • Added editor preferences section
  • Rewrote hella other stuff
  • Added some source/additional reading links

<3

v1.0.0

26 Feb 18:32
@mdo mdo
Compare
Choose a tag to compare

This releases serves as a snapshot of what once was. It's not technically v1.0.0, but it's close enough.