All notable changes to min-dom are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
FIX
: make closest
work inside shadow DOM (#5)FIX
: correct TypeScript export definitionsFEAT
: add TypeScript definitionsFIX
: remove browser field again; it confuses modern module bundlers. This partially reverts v2.1.0
CHORE
: mark utils as side-effect free via sideEffects: false
CHORE
: add browser
fieldCHORE
: expose utils via main entry point only; use imports / destructuring to access them: import { bind } from 'min-dom';
CHORE
: expose query.all()
as queryAll
CHORE
: migrate libray to ES6CHORE
: build and publish ES6, CommonJS and UMD distributionsCHORE
: remove component-query
and rely on native querySelector(All)
Check git log
for earlier history.