Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

83 lines (58 loc) · 2.74 KB

Changelog

0.1.2 — 2019-10-13

  • Use @smotaal.io/prettier
  • Improve findMatch blends
  • Replace frictionless-theme.png link

0.1.1 — 2019-10-12

  • Improve rules for token colors — jsdoc, and json and html mostly
  • Shorten color definitions — ie #xxx and #xxxx

[0.1.0][] — 2019-10-02

  • Initial release

0.0.1 — 2019-10-02

  • Prerelease release

[Unreleased 0.0.1-alpha.2b][] - 2019-10-02

Changed

  • Harmonized light/dark blending for all UI aspects
  • Enhanced light/dark background and contrast
  • Improved cascading of token colors — now closer to markup-light

[Unreleased 0.0.1-alpha.2]] - 2019-09-30

Added

  • Created themes/tokens.json for token colors
  • Created themes/base.json with a new blending model — extending tokens.json
    • Implemented a new blending color scheme model
  • Created themes/light.json and themes/dark.json — extending base.json
    • Added light/dark blend overrides for dominant token colors
  • Created static markout content
    • Created .nojekyll to disable github pages prerendering
    • Created index.html redirect page

Changed

  • Updated package.json to reflect frictionless prefix and requirements for new blend theme
    • Switched to support vscode^1.38.0 upwards
    • Defined frictionless-material in contributions:iconThemes — replaces #experimental-icon-theme
    • Defined frictionless-light and frictionless-dark in contributions:themes — replaces #experimental-light-theme
  • Simplified color values in themes/
    • Rounded principal colors to #0369c0 steps
  • Deleted themes/experimental-light.json variant
  • Refactored meta/ artifacts
    • Moved vsc-extension-quickstart.md into meta/
  • Refactored icons/pkief-material-icons/ artifacts
    • Renamed icons/experimental-icon-theme.json to icons/pkief-material-icons.json
    • Renamed icons/material-icons/ to icons/pkief-material-icons/

Fixed

  • Fixed dark contrast for <kbd> elements
  • Fixed light/dark active line number element vibrance

[Unreleased 0.0.1-alpha.1] - 2019-03-30

Added