Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Snabbdom

Developing Snabbdom
Collective - Host: opensource - https://opencollective.com/snabbdom - Code: https://github.com/snabbdom

tweak code on updated version of standard module

github.com/snabbdom/snabbdom-to-html - fca4cc05376c5300894adcc1fc66ef2a8a042f51 authored over 3 years ago by Mike <[email protected]>
Merge pull request #60 from mreinstein/master

make class inclusion check truthy to match snabbdom. fixes #59

github.com/snabbdom/snabbdom-to-html - 4ab896c599db9a20527d56717016dcdaeecffa96 authored over 3 years ago by Arturo Castillo Delgado <[email protected]>
make class inclusion check truthy to match snabbdom. fixes #59

github.com/snabbdom/snabbdom-to-html - 0b992ea49c4a9ec4c6947a93150d1fab3de55ca8 authored over 3 years ago by Mike <[email protected]>
chore(release): v3.0.3

github.com/snabbdom/snabbdom - 27e9c4d5dca62b6dabf9ac23efb95f1b6045b2df authored over 3 years ago by Jan van Brügge <[email protected]>
fix: build and test code before release

github.com/snabbdom/snabbdom - b8707ad68e2cb7257528f22157a18ded53379d0a authored over 3 years ago by Jan van Brügge <[email protected]>
chore(release): v3.0.2

github.com/snabbdom/snabbdom - ca33a03142e2d4e8c9ebf30de2ebfccf887d2726 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(deps): update dev dependencies (#968)

github.com/snabbdom/snabbdom - 9e7db265eeaad1182fed26991709087f87a06845 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(docs): add additional JSX usage information (#967)

github.com/snabbdom/snabbdom - ecc87ab07e9a4bb9ade0bb997f7283d057686943 authored over 3 years ago by George Treviranus <[email protected]>
fix: avoid className check to handle SVG elements within shadow DOM (#966)

ISSUES FIXED: #965

github.com/snabbdom/snabbdom - 95fa8ad6b6957adfbbd6d080ffc82a9381ae19fc authored over 3 years ago by Mike Reinstein <[email protected]>
chore(deps): update dev dependencies (#962)

github.com/snabbdom/snabbdom - 7c93d793f9c07af3979d984c9cb98b52af40ad6e authored over 3 years ago by Jan van Brügge <[email protected]>
chore(docs): explain that the repo uses conventional commits

This adds a new section to CONTRIBUTING.md that explains that we are
using conventional commits ...

github.com/snabbdom/snabbdom - 310bd757c72708a43eb3f99bd26ac6c6da6d1b5e authored over 3 years ago by Jan van Brügge <[email protected]>
chore(tools): do not use npm exec in git hooks

`npm exec` was added in npm version 7, so users of older versions of
npm will get a very weird e...

github.com/snabbdom/snabbdom - 66d08e48618e99733860771decb0aee326574d8d authored over 3 years ago by Jan van Brügge <[email protected]>
chore(tools): enable the use of secrets on PRs from forks

The only secret that is configured is the access key for browserstack.
The worst case of getting...

github.com/snabbdom/snabbdom - 714f4ad7706747364302c095c1dddd1d8af878e1 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(deps): update devDependencies (#956)

github.com/snabbdom/snabbdom - 014ad7e74db062699fe59c43ca2ffe7b7d108903 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(tools): lower browserstack concurrency

github.com/snabbdom/snabbdom - 255c87d1a99e38e7ec973267ff993994562b85c9 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(release): v3.0.1

github.com/snabbdom/snabbdom - adbdf229d2dc5b10c56ff1563cf29ed572a80887 authored almost 4 years ago by Jan van Brügge <[email protected]>
fix: reference type declarations in package.json

github.com/snabbdom/snabbdom - 995b983f04f3f2a888c290ac485aa5b49478a1b9 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(release): v3.0.0

github.com/snabbdom/snabbdom - a16b47e947a1df1fb3aac9dea3a48738b219a7e4 authored almost 4 years ago by Jan van Brügge <[email protected]>
feat: allow symbols as keys (#954)

ISSUES CLOSED: #124

github.com/snabbdom/snabbdom - ad80c6ea530a058501465cfcb45698e380ceb96a authored almost 4 years ago by Jan van Brügge <[email protected]>
feat: mark the snabbdom package as side effect free

This is useful for bundlers. When dealing with reexports, this setting
allows e.g. webpack to op...

github.com/snabbdom/snabbdom - 852401345e9b0e66ae5b450915067488ceb0aae1 authored almost 4 years ago by Jan van Brügge <[email protected]>
fix: remove the hero module (#953)

The hero module is very specific and not really a good fit for a low
level library like snabbdo...

github.com/snabbdom/snabbdom - 30b7df61ab45c2c4b1c52e36b07274011eb1d9af authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): remove obsolete tsconfig.json

This was forgotten by #948

github.com/snabbdom/snabbdom - e313d41b37c0419589e59e83bba816c5a96f0146 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(deps): update devDependencies

github.com/snabbdom/snabbdom - f2d49f1658975387cd7f01b02b30b7691d414d41 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): run CI on pushes to the master branch

github.com/snabbdom/snabbdom - e537a94ba32d55ccda4fab79134164cb5a28dd95 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): new tooling (#948)

github.com/snabbdom/snabbdom - f3a088596e62fa55dc7baaa72da68b4ac86fe376 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): enable tests for old iPhone

Since disabling the tests the internals of snabbdom apparently changed
enough so this works agai...

github.com/snabbdom/snabbdom - 96384b3cc0b0367384d3e875cb311ba1269dba54 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): enable tests for old safari

3 tests are still failing for safari 9.1 at the moment. On safari 10.1
all the tests pass howeve...

github.com/snabbdom/snabbdom - fd2daaf2596bdca2511119b61e8edcb7ce053574 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): enable tests again for old google chrome

Chrome 49 was disabled in the browserstack tests because of failing
tests. Trying those tests no...

github.com/snabbdom/snabbdom - 17d116f19b7855a2fade775b1e0719ec9ee7967a authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): drop IE10 from tested browsers

Currently even IE11 is marked as End-Of-Life (EOL), IE10 is even
longer. Karma internally uses `...

github.com/snabbdom/snabbdom - 942b2a84246f5c17d15c0bdda2a1df1b609ad366 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): make tests run again on older browsers

When removing unnecessary dependencies, polyfills like core-js were
removed, as well as webpack ...

github.com/snabbdom/snabbdom - 0e34828632b9ab209cf0fdf13637535efffdb7e5 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): do not use environments for CI

The environment was used to ensure that the browserstack access keys
are only available after ap...

github.com/snabbdom/snabbdom - 795e9968d9089583d74517a85df819ee3682cd79 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(docs): explain how to setup JSX with snabbdom

github.com/snabbdom/snabbdom - 07f768c5a6c59663a402d613ebbb0bb1e62ce64e authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): replace standard-version with release-it

release-it automates all the steps defined in CONTRIBUTING.md. In
addition to that it can also c...

github.com/snabbdom/snabbdom - afec1f609fa2e3faba583e3846935e7360387350 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(docs): reformat README with prettier

github.com/snabbdom/snabbdom - f98d64b90a98ad719adc8a425613db0e764ebb64 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): remove remark

Now that we use prettier, we can automatically format the README
anyways. The only difference th...

github.com/snabbdom/snabbdom - 91b9f13c85db6441a582636e435d7292b4996f88 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(deps): update dependencies

github.com/snabbdom/snabbdom - 02dffe1060f2229be044b675db9288e53d9cac41 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(docs): reorder fields in package.json

This puts the fields a user of snabbdom would be interested in at the
very top (including stuff ...

github.com/snabbdom/snabbdom - a973885c8afd48c999bbd6a03d4acf357fbdb6ac authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(deps): remove unused dependencies

github.com/snabbdom/snabbdom - 7a0606c424c20b3473201f1b0e59888908bb3526 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): use commithelper instead of commitlint

commitlint can't provide the user with a convenient prompt to create a
fitting commit message, w...

github.com/snabbdom/snabbdom - 821d12af2794b4b77a87d7bb74101a8a7fdfd4cc authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): do not run tests on pre-commit

github.com/snabbdom/snabbdom - aad70ebb8c728f339854cdcb925df3ba8810fad2 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(test): fix custom elements tests

github.com/snabbdom/snabbdom - cd55ebd34e6acfbf3a85ac8761614b7097fb1515 authored almost 4 years ago by Jan van Brügge <[email protected]>
feat: add JSX namespace to jsx factory

This allows the user to use multiple different JSX factory functions in
the same project as each...

github.com/snabbdom/snabbdom - 5d5fc5a362384b3d6377b2671a20f16d89e1006b authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): add markdown and import plugin

github.com/snabbdom/snabbdom - e2a8acab7deac06bbe27e7c8480ad245a575c40d authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(refactor): apply eslint hints

github.com/snabbdom/snabbdom - 5a539559ef7cfb835a022efa1db3bb0c48069fa5 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(refactor): format code with prettier

github.com/snabbdom/snabbdom - 37f58835faac251cd691aed0991a4e74d1ae9a9a authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): enable eslint with prettier config

ISSUES CLOSED: #709

github.com/snabbdom/snabbdom - 8d0a666182cb280168b7357fce2ba1a7905936d1 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): replace webpack with karma-typescript for unit tests

ISSUES CLOSED: #538, #801

github.com/snabbdom/snabbdom - b7ddb945830c6ba98e25934a0e76e17005a005c7 authored almost 4 years ago by Jan van Brügge <[email protected]>
feat: offer esm and commonjs bundles

This makes it easier to use snabbdom with tools like mocha that do not
support ES modules

github.com/snabbdom/snabbdom - ebf6915794fc4b13a149f8d762372d7b412ab469 authored almost 4 years ago by Jan van Brügge <[email protected]>
feat: export everything from 'snabbdom'

ISSUES CLOSED: #913, #748
BREAKING CHANGE:
The imports of snabbdom functions have changed. Every...

github.com/snabbdom/snabbdom - 7af7e3f684f0854a3466a94ac4d1bb7737993875 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(refactor): move tests to own folder

github.com/snabbdom/snabbdom - a1e505370d350c7381fbc43968cadc66c2822f99 authored almost 4 years ago by Jan van Brügge <[email protected]>
chore(tools): remove custom compiler plugin

github.com/snabbdom/snabbdom - 3f428cf80836384ddd15b9ec247423f245b27003 authored almost 4 years ago by Jan van Brügge <[email protected]>
fix: node similarity checking (#949)

github.com/snabbdom/snabbdom - d66905438dc6866b2a7ab21d719c45a156d1252e authored almost 4 years ago by Mohammad Hasani <[email protected]>
Support custom elements v1 (#829)

* feat(core): support custom elements v1

closes #141

* style: remove unintentional spaced
...

github.com/snabbdom/snabbdom - 3aa02ed1ad659a5774d89ac4dbdee3b80dd179c2 authored almost 4 years ago by Mohammad Hasani <[email protected]>
docs(docs): add WebCell to readme

github.com/snabbdom/snabbdom - e22a369ce2b9370590d2cbf8e70e8b0668e04150 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(relic): disable renovate bot

Fixes #929.

github.com/snabbdom/snabbdom - 8f160a07e6dd55f243a931bf09a5fe780a010c91 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update eslint packages

github.com/snabbdom/snabbdom - 2d88e73c137daa68ea7b5625de3ea7c6b7ad5341 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update webpack packages

github.com/snabbdom/snabbdom - 8741f90d06e589cbfdf715cd2335f0e9000005d2 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency karma-firefox-launcher to v2

github.com/snabbdom/snabbdom - 373572ec4143960727d3abf3b690bf4cc8f16555 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency @types/faker to v5.1.6

github.com/snabbdom/snabbdom - f4e0b1a12a980308b62ea988543bad6732003935 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): pin dependencies

github.com/snabbdom/snabbdom - 9d031ad7eb996a6fe1417e118612623306915390 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency mathjs to v9

github.com/snabbdom/snabbdom - 0b4607b67860bf79ee232d814ca1a870b7a642e3 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(npm): update to npm@7

github.com/snabbdom/snabbdom - 1463152a004b7f5f0a1ca9eeb8b47a894df9127a authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
fix(package): rm script mark-pr-head-as-trusted

github.com/snabbdom/snabbdom - d74b8478cd4fb7cd59305beb92b4ee4d4186906f authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency husky to v5

github.com/snabbdom/snabbdom - ca4483438ef88a98d0adbdae71a2760c51b2c463 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency faker to v5.4.0

github.com/snabbdom/snabbdom - d1582aa60aba04c316c87b01f7b8df30d8980b9d authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(ci): replace travis with gh actions

github.com/snabbdom/snabbdom - d04b7ad43539b39a6ff56a049c8795a689bc21c1 authored almost 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency @babel/preset-env to v7.12.16

github.com/snabbdom/snabbdom - 275c299e956423f46a4d8b4de0783bdd91ca6e41 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @babel/core to v7.12.16

github.com/snabbdom/snabbdom - 42d3a445510acd218c87fbac447261f204a7f184 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update node.js to v15.8.0

github.com/snabbdom/snabbdom - c7ea3dbb9c8c35b7856662621f81e4992aac8417 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency globby to v11.0.2

github.com/snabbdom/snabbdom - 89a8ba6efae1c072c28a475e7dbe4e43dbcfcd5e authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency webpack to v4.46.0

github.com/snabbdom/snabbdom - 39e00cec67d828739c5382e619d26cd80249121c authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency karma to v6

github.com/snabbdom/snabbdom - 54c9e60ae9042fb7b5374c9170bcf164fdce17c2 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency cross-env to v7.0.3

github.com/snabbdom/snabbdom - d07b3dd73a6bf1b3e2783fe5cf7f1aa1def83b30 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency standard-version to v9.1.0

github.com/snabbdom/snabbdom - 2205d58d7108a23e05b2d9bcc50dff7c47df9082 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency remark-toc to v7.1.0

github.com/snabbdom/snabbdom - 900bbc580b508f3893bed2cbe4933a4d1b055a58 authored almost 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency eslint-plugin-promise to v4.3.1

github.com/snabbdom/snabbdom - f29c60499d59b465e245f83b7cbafd08e4b4ffbe authored almost 4 years ago by Renovate Bot <[email protected]>
chore(examples): update examples (#923)

github.com/snabbdom/snabbdom - 7020652d1d94e026a0353ce42d35cb665403ae16 authored almost 4 years ago by gzg1023 <[email protected]>
chore(deps): bump ini from 1.3.5 to 1.3.8 (#919)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://githu...

github.com/snabbdom/snabbdom - 4c6a4704a81cdb708edb9516311ff302738a6e24 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump socket.io from 2.3.0 to 2.4.1 (#918)

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes]...

github.com/snabbdom/snabbdom - bc6246e152f48e41bb3ba43ddd4d3640aa3bccb0 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update node.js (#875)

Co-authored-by: Renovate Bot <[email protected]>

github.com/snabbdom/snabbdom - d3de9f28ca0db72dac7844c856e88abcce465960 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/faker to v5.1.2

github.com/snabbdom/snabbdom - 6927e50e0ad7ae314a35b1f15c7a2764d8617fa3 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @types/faker to v5.1.1

github.com/snabbdom/snabbdom - ff5495c79e1e66280174af44320e2d463e260424 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update node.js

github.com/snabbdom/snabbdom - 9e6cd0b1f3355d5ca8898e515f806bce99f4ad55 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.2.0

github.com/snabbdom/snabbdom - f8133f7207054cfb8c8e9db596b3f21a42bde2d8 authored over 4 years ago by Renovate Bot <[email protected]>
docs(docs): svg title

github.com/snabbdom/snabbdom - 4730583ed2bc049f03c33f988d1712616f711edf authored over 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(docs): add graphics source file

github.com/snabbdom/snabbdom - 974fb97458e949d3b210f450d941ffadf10aadf2 authored over 4 years ago by Shahar Or (mightyiam) <[email protected]>
chore(deps): update dependency typescript to v4.0.3

github.com/snabbdom/snabbdom - b606f2eafd29ece578089ce23a393aa72787717a authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency webpack to v4.44.2

github.com/snabbdom/snabbdom - 8636ac46608bd9e2cb27a331226795b1b422aa09 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update node.js

github.com/snabbdom/snabbdom - 5cab8eea659b0d94c823aa22425778fe071dced5 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency latest-snabbdom-release to v2.1.0

github.com/snabbdom/snabbdom - 6c5f62c6ba99ad5f2be610e039e7309433840c4c authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @typescript-eslint/eslint-plugin to v4.1.1

github.com/snabbdom/snabbdom - 5bdc90799f5dc341e1f91034ad5c97b79aa91bff authored over 4 years ago by Renovate Bot <[email protected]>
chore(release): 2.1.0

github.com/snabbdom/snabbdom - 4e1b99462584d2a8078e90bd59a6b58b3836b29c authored over 4 years ago by Shahar Or (mightyiam) <[email protected]>
feat(eventlisteners): add types for VNode in listener

fixes #796

Co-authored-by: Shahar Dawn Or <[email protected]>

github.com/snabbdom/snabbdom - 63b1b6c22e49d06b1fb509a14d321ec19f324bb5 authored over 4 years ago by patomation <[email protected]>
feat(eventlisteners): relax custom event listener type

fixes #850

Co-authored-by: Shahar Dawn Or <[email protected]>

github.com/snabbdom/snabbdom - 15ce059e2b5e80d1975168fff2d2a44f71bd5cbb authored over 4 years ago by patomation <[email protected]>
chore(deps): update dependency @commitlint/travis-cli to v11

github.com/snabbdom/snabbdom - 8d1d9455da67a607307752fbff4657d6e5ee085b authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @commitlint/cli to v11

github.com/snabbdom/snabbdom - 0a32d8ee8c4b3c940e57c9baf4836e0c08c27943 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency @commitlint/config-conventional to v11

github.com/snabbdom/snabbdom - 1d1c9e896a3b22761e3ecca2af631a8a757e71bc authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency eslint to v7.9.0

github.com/snabbdom/snabbdom - fb0af959295f90dff6b1dd2c9f8b7cb26fec1827 authored over 4 years ago by Renovate Bot <[email protected]>
chore(deps): update dependency editorconfig-checker to v3.2.0 (#843)

Co-authored-by: Renovate Bot <[email protected]>

github.com/snabbdom/snabbdom - 349c663b795adcc9b1b3fd28e3630e2098228c9d authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>