Skip to content

Vanilla JS & Build Process Rework

Compare
Choose a tag to compare
@trvswgnr trvswgnr released this 09 Apr 07:05
· 54 commits to main since this release
  • Reworked entire build process, no longer packages any existing Bootstrap 5 components, resulting is drastically reduced file sizes
  • Ditched TypeScript for now to increase accessibility and pure-javascript clarity
  • Added feature to allow custom HTML in data-src with data-type="html"
  • Added "module" to package.json for ES modules, allowing Tree Shaking
  • Bugfixes and general improvements