Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

50 lines (36 loc) · 3.58 KB

v0.0.5 June 30, 2023

  • [TASK] add quick-release config 41cae1c (dmh)
  • [TASK] include utils.css, update html markup for demo site, add internal to have more styling control dc8f2c3 (dmh)
  • [TASK] add docs npm cmd to generate docs and include it as a git hook 0dde13b (dmh)
  • [TASK] add antialiased font-smoothing for macOS and hard wrap for paragraphs 03829b3 (dmh)
  • [TASK] update license 6b9597d (dmh)

v0.0.4 June 8, 2023

  • [DOC] add how to contribute info to readme (b322a42)
  • [TASK] update npm packages, add browserslist as a separate config (3977c04)
  • [TASK] cleanup docs files, add script to run cleanup before each watch run (5eee1f1)
  • [TASK] modify the build process, provide only initial.css as a main distribution file (1e7da5d)
  • [DOC] add readme file (144db40)
  • [TASK] update package.json, add bugs page, description, repository link, main entry file (5b1ab79)
  • [TASK] move responsive-table and vertical navigation from initial to utilities (cef8fd8)

v0.0.3 June 6, 2023

  • [TASK] add responsive table support (eb336fb)

v0.0.2 June 5, 2023

  • [TASK] rename package with prefix @resultify (f64d28d)

v0.0.1 June 5, 2023

  • [TASK] add utils.css (a9f2d74)
  • [TASK] add print.css (2e02761)
  • [TASK] rename demo folder fo docs (5cdde27)
  • [TASK] add heading links initial styles (19fe31b)
  • [TASK] update accessibility styles, add target blank icon, and aria-expanded=false styles (51649d4)
  • [TASK] add scroll-margin-top to prevent the anchor link from being hidden under the sticky header (55ae640)
  • [TASK] position icons in html not css (b97ce3f)
  • [TASK] rename repo, add .hidden class styles, update hr to use border, add initial video styles (155843d)
  • [TASK] add buttons design variations (1ea0bef)
  • [TASK] add headings design variation with fluid font size demo (5004637)
  • [TASK] add theme page with Light/Dark theme, small fixes (b9d8dc3)
  • [TASK] update build process to create demo site and prepare for npm package (2b0301b)