Commit Graph

18 Commits (b8a7ea64b2d6aad53b74599b690e661ae4ca410e)

Author SHA1 Message Date
patomation d790f97bef docs(eventlisteners): correct eventlisteners section title
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
patomation 4a78787da7 docs(style): `transition-property:all` not supported
closes #38

Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
patomation 8213be658a chore(karma): decouple webpack from karma
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
patomation d6ec0c1cc5 docs(github): use refs/pull in allowing ci
co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
patomation 8111f6234a fix(examples): example import paths
fixes #761
5 years ago
Shahar Or (mightyiam) faed6c9cc7 style(commitlint): conventional 5 years ago
Shahar Or (mightyiam) 616df35909 ux(docs): provide a release changelog
Also set up a documented release process.

Fixes #670.
5 years ago
Shahar Or (mightyiam) 3b6baee049 ux(docs): fix wrong module import paths
Fixes #691.
5 years ago
Shahar Or (mightyiam) e77615b16b dx(format): sort file lists
Fixes #673.
5 years ago
Shahar Or (mightyiam) 6fe56f8538 dx(package): consistent values in files field
Fixes #672.
5 years ago
Shahar Or (mightyiam) 28461899bd dx(relic): remove @types/assert 5 years ago
Shahar Or (mightyiam) b34e9a9d3a dx(git): ignore each test artifact specifically 5 years ago
Shahar Or (mightyiam) c862993359 ux(exports): remove the /snabbdom.bundle path
BREAKING CHANGE: the import path `snabbdom/snabbdom.bundle` is removed.
5 years ago
Shahar Or (mightyiam) b56a0ac796 dx(commitlint): add type auto and scope deps for renovate 5 years ago
Shahar Or (mightyiam) d58121755f dx(eslint): lint cjs files 5 years ago
Shahar Or (mightyiam) 0620b5eda0 ux(typescript): do not redeclare Element.setAttribute(NS)
BREAKING CHANGE: Types exported by this package have re-declared
the global `Element.setAttribute` and `Element.setAttributeNS` to
accept `number` and `boolean` for the `value` parameter. This
change removes that re-declaration and thus the only valid value is
`string`. If your code provides `number` and/or `boolean`, then it
may now fail to compile.

Fixes #615.
5 years ago
Shahar Or (mightyiam) ba3e85bf90 dx(vscode): eslint.validate short forms 5 years ago
Shahar Or (mightyiam) f8cf5ccba4 dx(commitlint): fix and enable in CI
Fixes #662
5 years ago