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

chore(refactor): use modern JS features in additional places (#1107)

github.com/snabbdom/snabbdom - 890dac8d3ebd13e219798426ece8c9bc65578302 authored 11 months ago by Simon Friis Vindum <[email protected]>
chore(tools): remove workaround for ts-add-js-extension

Version 1.6.1 fixed the bug upstream

github.com/snabbdom/snabbdom - f3f7b9f561552d1d95521afec64a675cf0fe3dc8 authored 11 months ago by Jan van Brügge <[email protected]>
chore(release): v3.6.2

github.com/snabbdom/snabbdom - 5fe9584284e9d6a8be6cd373342860cd59834e36 authored 12 months ago by Simon Friis Vindum <[email protected]>
fix: detect opportunity to insert new vnode earlier for more efficient DOM manipulation (#1106)

ISSUES CLOSED: #1099

github.com/snabbdom/snabbdom - 438381794e2e664d9eb4970f0a46618635cf75e1 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(release): v3.6.1

github.com/snabbdom/snabbdom - 07d0645c016fc304f73ea2a506c99547193d50db authored 12 months ago by Jan van Brügge <[email protected]>
fix: work around bug in ts-add-js-extension (#1105)

ISSUES CLOSED: #1087, #1102

github.com/snabbdom/snabbdom - 649c760f79a00a1a484a6258d74b27adcfcf69d0 authored 12 months ago by Jan van Brügge <[email protected]>
chore(docs): document the selector property and its use in identifying nodes (#1098)

ISSUES CLOSED: #333

github.com/snabbdom/snabbdom - f511eaa2a615bdd69e48df96faad51dd8d6a8603 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(docs): document that Snabbdom now requires TypeScript 4.1

github.com/snabbdom/snabbdom - 97fa1626d0fb91ef4cb6516098f4ee8e649f2ab8 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(release): v3.6.0

github.com/snabbdom/snabbdom - 710b319622557196db90422d67a3ed44d48908c6 authored 12 months ago by Simon Friis Vindum <[email protected]>
fix: handle falsy values correctly in the dataset and style modules (#1094)

ISSUES CLOSED: #303, #1093

github.com/snabbdom/snabbdom - 60c604159038680cdd70d9725d2a209746569bb8 authored 12 months ago by Simon Friis Vindum <[email protected]>
fix: allow innerHTML to replace non-empty node, credit @tokichie (#1083)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - c063d57f8878d38483973c19615d04aaf06dd77f authored 12 months ago by iambumblehead <[email protected]>
fix: detect window.requestAnimationFrame function before calling (#1082)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - ba080f5a4df1437fb6a208c871411c7420df5b4c authored 12 months ago by iambumblehead <[email protected]>
chore(tools): use npm ci instead of npm install (#1095)

github.com/snabbdom/snabbdom - 809829de3f722cebdb139b5d43511a9951a5c186 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(refactor): format files with Prettier

github.com/snabbdom/snabbdom - 20d1ce2cc535ad316ce61b4868a5ba5e9024ebd9 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(test): enforce prettier format for pull requests using lint ci job (#1081)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - d0db5c5c6bac64b4bdf489c49a2a2f75f74c2069 authored 12 months ago by iambumblehead <[email protected]>
chore(docs): make minor changes to toVNode documentation

github.com/snabbdom/snabbdom - 9deab8150f9d664c42f2222366f4946d561d4379 authored 12 months ago by Simon Friis Vindum <[email protected]>
chore(docs): add attributesModule to first README example (#958) (#1078)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 0bedf23b4db04ccb25a7c79c74d0ffca66425493 authored 12 months ago by iambumblehead <[email protected]>
Enhance JSX and VNode types (#1092)

* Enhance JSX types with HTML property auto-complete

Get HTML properties from lib.dom's HTMLT...

github.com/snabbdom/snabbdom - 357c5464562730d01a8ef4497c3fec9de847335a authored about 1 year ago by Max Battcher <[email protected]>
fix: correct minimum node version to one that supports modules (#1085)

* fix: correct minimum node version to one that supports modules

* fix: choose the node versi...

github.com/snabbdom/snabbdom - 5fa4e8480814401a18b90dca8d48069eed32d097 authored about 1 year ago by Michael Reinstein <[email protected]>
chore(test): increase browserStartTimeout, reduce frequent pipeline timeout failures (#1089)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 996d2ddf5110a0806d8d88f7dfaa15305a787a20 authored about 1 year ago by iambumblehead <[email protected]>
fix: patch should apply textNodes (#1062)

ISSUES FIXED: #971, #972

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 404b7536546b5a0ca117a38585caf2b5a58e82c5 authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): lint all files, simplify npm lint script command (#1074)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 1487e0a1e9b753b53e95e1669ed996306bee71a0 authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): add lint job to ci pipeline (#1068)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - c17b3435af5034d5002b300e4ae728f8d7740da3 authored about 1 year ago by iambumblehead <[email protected]>
chore(test): rename ci job from CI to test-browser (#1075)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 856f26a52ea3d92add1d65dc3e5758a54e1fe51e authored about 1 year ago by iambumblehead <[email protected]>
fix: generate valid javascript modules in build (#1080)

Before this change snabbdom could only be consumed by bundlers like webpack.
Now we add the `.j...

github.com/snabbdom/snabbdom - 7ec0e9018a5c1c239a9dab5b81854275f7bf7724 authored about 1 year ago by Michael Reinstein <[email protected]>
chore(tools): apply prettier-format to all files (#1077)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - f5fcde33ec948e79ba198d6d12349e1d3c97e172 authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): remove devdependency lodash-es; used once, ~622kB (#1073)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 49c01df531fe0394c61f61e185df3e24240d568e authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): remove un-needed dot-files; .prettierignore (#1076)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 87a27eba0271458b1a1f306b1ecbb221afb09810 authored about 1 year ago by iambumblehead <[email protected]>
docs(docs): readme section on related packages (#946)

Co-authored-by: Simon Friis Vindum <[email protected]>

github.com/snabbdom/snabbdom - 581543e8e2277ab3720fa58ad49765b7427a8d94 authored about 1 year ago by Shahar "Dawn" Or <[email protected]>
chore(tools): remove devdependency cross-env; un-maintained, not used, ~86kB (#1072)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - d05aec634debb5cc1035a74569e96f6a766ad98b authored about 1 year ago by iambumblehead <[email protected]>
chore(test): move from deprecated pixel phone to oneplus

github.com/snabbdom/snabbdom - eee7c6f28e60eb5eac22ff1c2c60a102f69ee164 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(tools): remove un-needed dot files; .node-version, .npmignore, .nvmrc (#1071)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 13dc0b93aa50112b1186ed9d426a2a4b48e11fe4 authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): added github package publishing job, runs when release is created (#1070)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - e4862d349abe97a8a695cd55a1e785d6b43698d9 authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): convert .eslintrc.cjs to declarative .eslintrc.json (#1069)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 38ee0df895bfa0635ed98c1e35d74fcce0cea500 authored about 1 year ago by iambumblehead <[email protected]>
chore(refactor): prettier --write src/init.ts (#1067)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 36bd53955793c93b7fcaa798cd327d461d9089be authored about 1 year ago by iambumblehead <[email protected]>
chore(test): use actions/checkout@v4, replacing v3 (#1065)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - e9771776ced8508ce112b9d5740ccafa9ec86929 authored about 1 year ago by iambumblehead <[email protected]>
fix: patching namespaced attributes (#1049) (#1061)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 8c67f426b678d8823945e967dd94aea82e0659e8 authored about 1 year ago by iambumblehead <[email protected]>
chore(docs): reference readme-title image from github (#1064)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - e91d4d150bd70f6eb3b306eea83ddc731feca1fb authored about 1 year ago by iambumblehead <[email protected]>
chore(tools): use npm files directive for smaller publish size (#1063)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 52d70221169e6e8a5ec42b6940b0d536dc73975b authored about 1 year ago by iambumblehead <[email protected]>
Fix link to Hindi translation in readme

github.com/snabbdom/snabbdom - 21b6df15c6bdc551c990ac15dc97ad59cea2a285 authored about 1 year ago by Simon Friis Vindum <[email protected]>
Link to Hindi translation of readme

github.com/snabbdom/snabbdom - 86627b49a5bed37069d703d2a2ba2dde3f57de48 authored about 1 year ago by Simon Friis Vindum <[email protected]>
chore(test): use default concurrency 1, so that local unit tests do not hang (#1060)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - b82c809d60809e892fff7ba0a8f36f1c6bed07b0 authored about 1 year ago by iambumblehead <[email protected]>
feat: optimise detection of data and svg names (#1058)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - 71813ff5583a01813296a4604326f47f7c2dfb15 authored about 1 year ago by iambumblehead <[email protected]>
Feature Request: Add Support for Hindi Language (#1055)

* Fixed typos in the README

* feat(feature-requests): Add support for Hindi language

This ...

github.com/snabbdom/snabbdom - 6ee1e6b5aacc380ed6a0b708b95fa22cb0ae1b0c authored about 1 year ago by Sundaram Sharma <[email protected]>
chore(test): use actions/checkout@v3, replacing v2 (#1056)

Co-authored-by: chris <[email protected]>

github.com/snabbdom/snabbdom - ed31057285f2e75955c03bcd75eebb2a75a59a01 authored about 1 year ago by iambumblehead <[email protected]>
chore(docs): fix typo (#1023)

github.com/snabbdom/snabbdom - 9ffbb5e6c5ca227baab23b852414575208def43f authored about 1 year ago by Fuqiao Xue <[email protected]>
chore(test): remove iOS from browserstack, causes webdriver errors

github.com/snabbdom/snabbdom - 4c3484f2834ab732aea28e7df37177b07b8973a6 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): try a different iPhone

github.com/snabbdom/snabbdom - f4c7501496446d500afa2da6f0a4e9dfaa4ef743 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): also test on iOS device

github.com/snabbdom/snabbdom - 9af1ae951dcb58dceadf59221b4e1a4d14881a70 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): lower concurrency in CI

github.com/snabbdom/snabbdom - 1aca381dd40dff414e3e5f8169565bd6d00fe8e0 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): remove old browsers due to issues with automation

github.com/snabbdom/snabbdom - 031ab7683f76f9c35d07aa70c2fe44a02496ba70 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): remove old browserstack device

github.com/snabbdom/snabbdom - 1973a329a3e4b1b789dca00cee9b131a379f647b authored about 1 year ago by Jan van Brügge <[email protected]>
chore(tools): fix eslint config

github.com/snabbdom/snabbdom - 2df8d5865de82ccfe5620f56175c30cd6d9f6d57 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): fix test script name in CI

github.com/snabbdom/snabbdom - ef0f0ea864c84739b3c848aa8ad3dcbef57534d7 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(test): move from deprecated karma to web-test-runner for browser tests (#1052)

github.com/snabbdom/snabbdom - 0a4fb34ffa743bd3c11cdd03fb59ec7ec1f6b423 authored about 1 year ago by Jan van Brügge <[email protected]>
chore(deps): update devDependencies

ISSUES CLOSED: #1051

github.com/snabbdom/snabbdom - 6ff10c720bdc9a02189342b3f4088e6167125a84 authored about 1 year ago by Jan van Brügge <[email protected]>
fix README's example (#1048)

To make it compilable by default when copy-pasting.

Co-authored-by: kraktus <[email protected]...

github.com/snabbdom/snabbdom - 420fa78abe98440d24e2c5af2f683e040409e0a6 authored over 1 year ago by kraktus <[email protected]>
fix: minor typo in code comment (#1043)

github.com/snabbdom/snabbdom - 794f6c210d25d6b095154b559828292359e1d298 authored almost 2 years ago by Mike <[email protected]>
chore(deps): update devDependencies (#1036)

github.com/snabbdom/snabbdom - f30fa337078318f548fbb8ac9cc6c5520501b2da authored about 2 years ago by Jan van Brügge <[email protected]>
chore(release): v3.5.1

github.com/snabbdom/snabbdom - 3be76a428b4b627fb845f94534355a186bc11231 authored over 2 years ago by Jan van Brügge <[email protected]>
fix(fragment): fixed patching fragment nodes (#1015)

github.com/snabbdom/snabbdom - 230aa23a694726921c405c4b353e8cb6968483bb authored over 2 years ago by Eduardo Rosostolato <[email protected]>
fix: datasets -> dataset (#1020)

github.com/snabbdom/snabbdom - c21d569333491afd4459344ac697b6dad5d1fa15 authored over 2 years ago by nexteditorjs <[email protected]>
7.1.0

github.com/snabbdom/snabbdom-to-html - f2725f94eab5069e89bb3358d105ca3b3b9b3bce authored over 2 years ago by Arturo Castillo Delgado <[email protected]>
Merge pull request #40 from tobli/svg-style-and-script

Make style and script tags work in svg.

github.com/snabbdom/snabbdom-to-html - 1c150e304814f0f7a8eb98e8c67e3f22e881d2f1 authored over 2 years ago by Arturo Castillo Delgado <[email protected]>
Merge pull request #64 from gregor-i/master

Fix handling of (some) svg container elements

github.com/snabbdom/snabbdom-to-html - 831b62a7fb308c61c9097fc32a8e72bdb79b35f0 authored over 2 years ago by Arturo Castillo Delgado <[email protected]>
Fix handling of (some) svg container elements

Fixing issue #56

github.com/snabbdom/snabbdom-to-html - 974c048c274222e6036bad07358afc78db071481 authored over 2 years ago by Gregor Ihmor <[email protected]>
chore(release): v3.5.0

github.com/snabbdom/snabbdom - fed2f31b8990258839e4547b967d3d9f21a94032 authored over 2 years ago by Jan van Brügge <[email protected]>
feat: notify hooks and modules about textContent changes

Before, it was impossible to act on changes to the text content as it
is not part of `vnode.data...

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

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

github.com/snabbdom/snabbdom - 23b842256fe43dd7df538fc4484df957ae1d72a2 authored almost 3 years ago by Jan van Brügge <[email protected]>
chore(docs): update CI status badge

github.com/snabbdom/snabbdom - e9a7136a63987297bd6410b9bd19221b6250d3f2 authored almost 3 years ago by Jan van Brügge <[email protected]>
chore(refactor): run prettier on all files

github.com/snabbdom/snabbdom - 75cc9de952ef6f690c4d182cd176b073e1673894 authored almost 3 years ago by Jan van Brügge <[email protected]>
fix: use array access instead of string.startsWith

Currently we still support IE11 which does not have that method. Direct
array access solves this...

github.com/snabbdom/snabbdom - 515bc97c27239521c516e403d975117ad268ba6b authored almost 3 years ago by Jan van Brügge <[email protected]>
feat: export `Options` type (#1005)

github.com/snabbdom/snabbdom - dca0b0c9af5ff514b26ca684c2c75b11733c2418 authored almost 3 years ago by Ryota Kameoka <[email protected]>
feat: toVnode is support dataset (#1008)

ISSUES CLOSED: #976

Co-authored-by: DM <[email protected]>

github.com/snabbdom/snabbdom - 47ef5c14e92c15fde7d018a94fa2c6dad2a1a342 authored almost 3 years ago by Jan van Brügge <[email protected]>
chore(docs): translate README into chinese (#1002)

github.com/snabbdom/snabbdom - ffc9a09bb217d20b1af0e139508f555dbd0c75f8 authored almost 3 years ago by Censwin <[email protected]>
chore(deps): update devDependencies

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

github.com/snabbdom/snabbdom - b130c26cc1ed4fc03f51b6425a24c19757ccce44 authored almost 3 years ago by Jan van Brügge <[email protected]>
chore(docs): style module does remove styles if removed from the object (#1001)

ISSUES FIXED: #1000

github.com/snabbdom/snabbdom - 44afd386827139a1159cc40d8caa813e2da6e826 authored almost 3 years ago by Censwin <[email protected]>
fix: ensure SVG namespaces are added to nodes (#996)

This ensures that SVG namespaces are correct on children and when copying a thunk.

ISSUES CLO...

github.com/snabbdom/snabbdom - f89f085f558baf6a41b43ffa50c9b5b1b1c6b034 authored almost 3 years ago by macarc <[email protected]>
chore(release): v3.3.0

github.com/snabbdom/snabbdom - 9de2307dd9bec6106f587a18eb7b0c994e24722b authored almost 3 years ago by Jan van Brügge <[email protected]>
chore(test): remove snabbdom benchmarks

The benchmark code was not yet updated to version 3 of snabbdom and
thus cannot be run at the mo...

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

This also converts the lockfile from version 1 to version 2

github.com/snabbdom/snabbdom - cf3e6ac03872ae9d7a0f5d63b208bdff44996e43 authored almost 3 years ago by Jan van Brügge <[email protected]>
feat: support JSX fragments (#974)

ISSUES CLOSED: #560

github.com/snabbdom/snabbdom - 50ff2db40701380cd49b854ab27e475783b543a9 authored almost 3 years ago by Ryota Kameoka <[email protected]>
chore(release): v3.2.0

github.com/snabbdom/snabbdom - ce95a24e73e9b8a6ceedccdb5a9fd743e0ecba19 authored about 3 years ago by Jan van Brügge <[email protected]>
fix: assert that fragment functions are implemented

github.com/snabbdom/snabbdom - df0f031255f3dafa6b30522fc5c2f3d8234ca5d6 authored about 3 years ago by Jan van Brügge <[email protected]>
chore(refactor): make patching child vnode more readable (#992)

Co-authored-by: wangzhangsheng(cary) <[email protected]>

github.com/snabbdom/snabbdom - 044dfef8c3b99d7e843e16b71036e4a88d7be7a1 authored about 3 years ago by cary <[email protected]>
chore(docs): add a documentation for `fragment` function

github.com/snabbdom/snabbdom - 9e2cecd249ef89ac075a3534ff85a1199331b938 authored about 3 years ago by Ryota Kameoka <[email protected]>
feat: allow DocumentFragment as a container

github.com/snabbdom/snabbdom - 35058798ae0aac46c0f4252a9c54497c44eff243 authored about 3 years ago by Ryota Kameoka <[email protected]>
feat: support DocumentFragment

Snabbdom now can handle `DocumentFragment` via `fragment` function.
https://developer.mozilla.or...

github.com/snabbdom/snabbdom - 7e863862929bd2ed0b01a778a90e5458180ac925 authored about 3 years ago by Ryota Kameoka <[email protected]>
chore(docs): remove outdated note about eventlisteners from README

This functionality was always unnecessary, because the example could be done with a curried func...

github.com/snabbdom/snabbdom - e54012e8112a54643962c08595e44d6ff570a450 authored about 3 years ago by Toby Mao <[email protected]>
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#986)

github.com/snabbdom/snabbdom - 621bbc54cde460168c52620f20cf2421a5ee38a3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update dev dependencies

github.com/snabbdom/snabbdom - 6696e627df38944209c3ef328f02ddedd95efd18 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(tools): add npm run example (#982)

github.com/snabbdom/snabbdom - 60832ac91b1a30fd6cdf6d77b35319bbb96a5459 authored over 3 years ago by shanyue <[email protected]>
chore(release): v3.1.0

github.com/snabbdom/snabbdom - b22e46a9a9fd08701c7a9b63c60e7432aa2f5ab5 authored over 3 years ago by Jan van Brügge <[email protected]>
chore(test): fix tests for string object children (#983)

github.com/snabbdom/snabbdom - 5a5cce2161ab77c10cac96b0c1f24103db7e6c09 authored over 3 years ago by Jan van Brügge <[email protected]>
feat: allow String and Number objects to be used as children (#979)

ISSUES FIXED: #977

github.com/snabbdom/snabbdom - 19d1d29260e63e49b619e7a2abe2e1def08dda57 authored over 3 years ago by Toby Mao <[email protected]>
chore(refactor): simplify init() code using "for of" (#980)

github.com/snabbdom/snabbdom - 79457fdf14ea5b8b8e7769119d139daf238e2e61 authored over 3 years ago by shanyue <[email protected]>
7.0.0

github.com/snabbdom/snabbdom-to-html - 6d5730f84e4f1ccf007d0b225a2f18861c17dcef authored over 3 years ago by Arturo Castillo Delgado <[email protected]>
Merge pull request #62 from mreinstein/master

update all deps (including snabbdom)

github.com/snabbdom/snabbdom-to-html - d737f0ff738dd058fe744a923bbe796940a6707a authored over 3 years ago by Arturo Castillo Delgado <[email protected]>