Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

37 lines (35 loc) · 1.89 KB

Change Log

Changes that require better visibility than from a commit log will be documented here.

TLA used in this document:

  • TD => Technical Debt
  • FIX => A bug fix
  • CHORE => Grunt work, maintenance or just a chore [duh!]

[0.5.01] - 03NOV2023

  • TD: Webpack, good bye!
    • move to parcel; might end up using lightning.dev to compile and package kis.css eventually
    • parcel has its own quirks... sources that helped address them are provided below for reference:
      • serving static files
        • decided to use the 'url' import pattern as a temp fix
      • when dev server starts acting wierd, delete .parcel-cache and/or restart
      • TODO: add more here
    • wip-todo: document changes to kis.css...

[0.4.01] - 03MAR2020