Skip to content

Releases: iblokz/dom

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 17:27

[1.0.1] - 2026-06-04

Fixed

  • IIFE / CDN bundle (dist/index.global.js): global iblokzDom was undefined in CodePen and <script> tags because a footer ran inside the IIFE before the global was assigned
  • CDN build uses src/browser.js (named exports only) and post-build window / globalThis assignment

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:03

[1.0.0] - 2026-06-04

Added

  • Initial release: select, create, on, tree helpers, style/dim helpers, class helpers
  • ESM, CJS, and IIFE (iblokzDom) builds via tsup
  • Legacy ES5 build under iblokz-dom/legacy
  • jsDelivr / unpkg CDN entry points
  • ESLint, jsdom test suite, CI workflow