Skip to content

Releases: codewithkyle/sandbox-framework

v0.2.1

11 Sep 13:49
Compare
Choose a tag to compare

Updates

  • compiler bugs for initial gh-pages deployment
  • added Deploying to GitHub Pages section to the readme
  • added documentation about how to add a custom domain to the project

v0.2.0

09 Sep 13:58
Compare
Choose a tag to compare

Reworked framework to be built around Web Components for deployment with GitHub actions to GitHub Pages. The new goal of this project is to provide a simple framework for building demos, prototypes, and web applications for modern web browsers. This means the following:

  • Browsers that do not support ES6 are no longer supported (IE 11)
  • Browsers that do not support Web Components are no longer supported (Non-chromium Edge)
  • Browsers that do not support CSS variables are no longer supported