Skip to content

Latest commit

 

History

History
130 lines (109 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

130 lines (109 loc) · 5.78 KB

Changelog

0.3.0 - #11 - 2020-05-30

Added

  • lighthouse-ci github action
  • doc badges
    • lighthouse-ci
    • david’s
    • snyk
    • lgtm
  • lgtm.yml
  • .editorconfig

Changed

  • use snowpack
    • build:js snowpack:plugin-babel (.babelrc)
      • babel/plugin-proposal-class-properties
      • babel/plugin-proposal-private-methods
    • build:css postcss (.postcssrc)
    • bundle: snowpack:plugin-parcel
      • parcel-plugin-metaimage
      • .htmlnanorc
  • eslint
    • parser: babel-eslint
    • eslint-config-rollup
  • build GitHub Pages from /docs folder

0.2.3 - #7 - 2020-03-08

Changed

  • eliminate render-blocking resources 71dd00b
    • remove google fonts stylesheet
    • preconnect {ajax,fonts}.googleapis
    • load google font using WebFont api
    • defer main script
  • hover style to main buttons ba264ef

0.2.2 - #6 - 2020-03-02

Added

Fixed

  • alpha=0 text constrast 1388cea
  • aria-hidden for buttons with svg icons and typo bdd3ca6

0.2.1 - 2020-03-01

Changed

  • Add new supported models to page description and default share text for twitter 8c1c0fd

Fixed

0.2.0 - #5 - 2020-03-01

Added

  • Associated labels to inputs 90cff5a
  • #RRGGBBAA support a80b545
    • Using Pickr’s toHEXA method
    • Display Pickr’s opacity slider
    • html’s checkerboard pattern to distinguish transparency
  • new CSS Variables --cc-main-solid-color
  • Mobile: apple-mobile-web-app-status-bar-style => black-translucent 0330ffe
  • HSV, CMKYK and LAB support a4560e6
  • Initial random color b663608

Changed

  • Update autoprefixer:browsers 'last 1 version' a487a4d

Removed

Fixed

  • Manually changing hash not updating UI 6e1f71f
  • Firefox 100% width input overflow c4c80f0

0.1.3 - #4 - 2020-02-18

Fixed

  • Fix site.webmanifest paths

0.1.2 - #3 - 2020-02-18

Fixed

  • site.webmanifest paths
  • History navigation

0.1.1 - #2 - 2020-02-18

Fixed

  • Fix assets path

0.1.0 - #1 - 2020-02-18

Added

  • HWB color model
  • feColorMatrix’s values
  • Default initial #FFFFFF color
  • History navigation
  • Random color button
  • Simonwep/pickr color picker
  • sindresorhus/copy-text-to-clipboard
  • Copied to clipboard feedback
  • CSS Variables to update the UI
  • Favicons and site.webmanifest

Changed

Removed

2014-09-16

1c53e9d - 2014-03-04

  • hash based url
  • disable HSL input

2013-10-03

  • Initial release