Commit Graph

936 Commits (21b6df15c6bdc551c990ac15dc97ad59cea2a285)
 

Author SHA1 Message Date
Simon Friis Vindum 21b6df15c6
Fix link to Hindi translation in readme 1 year ago
Simon Friis Vindum 86627b49a5
Link to Hindi translation of readme 1 year ago
iambumblehead b82c809d60
chore(test): use default concurrency 1, so that local unit tests do not hang (#1060)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
iambumblehead 71813ff558
feat: optimise detection of data and svg names (#1058)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
Sundaram Sharma 6ee1e6b5aa
Feature Request: Add Support for Hindi Language (#1055)
* Fixed typos in the README

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

This commit adds a feature request for supporting the Hindi language, which would enhance accessibility for Hindi-speaking users. It includes translation, language selection options, and testing for a seamless user experience.

Closes #1054

* fix(docs): Correct grammar errors in README.md

Addressed grammar mistakes that were identified in the previous pull request. This commit ensures the README.md is free from errors and provides clear and accurate information.

Closes #1053
1 year ago
iambumblehead ed31057285
chore(test): use actions/checkout@v3, replacing v2 (#1056)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
Fuqiao Xue 9ffbb5e6c5
chore(docs): fix typo (#1023) 1 year ago
Jan van Brügge 4c3484f283
chore(test): remove iOS from browserstack, causes webdriver errors 1 year ago
Jan van Brügge f4c7501496
chore(test): try a different iPhone 1 year ago
Jan van Brügge 9af1ae951d
chore(test): also test on iOS device 1 year ago
Jan van Brügge 1aca381dd4
chore(test): lower concurrency in CI 1 year ago
Jan van Brügge 031ab7683f
chore(test): remove old browsers due to issues with automation 1 year ago
Jan van Brügge 1973a329a3
chore(test): remove old browserstack device 1 year ago
Jan van Brügge 2df8d5865d
chore(tools): fix eslint config 1 year ago
Jan van Brügge ef0f0ea864
chore(test): fix test script name in CI 1 year ago
Jan van Brügge 0a4fb34ffa
chore(test): move from deprecated karma to web-test-runner for browser tests (#1052) 1 year ago
Jan van Brügge 6ff10c720b
chore(deps): update devDependencies
ISSUES CLOSED: #1051
1 year ago
kraktus 420fa78abe
fix README's example (#1048)
To make it compilable by default when copy-pasting.

Co-authored-by: kraktus <kraktus@users.noreply.github.com>
2 years ago
Mike 794f6c210d
fix: minor typo in code comment (#1043) 2 years ago
Jan van Brügge f30fa33707
chore(deps): update devDependencies (#1036) 2 years ago
Jan van Brügge 3be76a428b
chore(release): v3.5.1 3 years ago
Eduardo Rosostolato 230aa23a69
fix(fragment): fixed patching fragment nodes (#1015) 3 years ago
nexteditorjs c21d569333
fix: datasets -> dataset (#1020) 3 years ago
Jan van Brügge fed2f31b89
chore(release): v3.5.0 3 years ago
Jan van Brügge c230eb8ade
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`, this is now fixed. To not break modules
that (technically incorrectly) assume that `vnode.data` is always
defined, empty objects are assigned.
3 years ago
Jan van Brügge 9d9275467a
chore(deps): update devDependencies 3 years ago
Jan van Brügge 23b842256f
chore(release): v3.4.0 3 years ago
Jan van Brügge e9a7136a63
chore(docs): update CI status badge 3 years ago
Jan van Brügge 75cc9de952
chore(refactor): run prettier on all files 3 years ago
Jan van Brügge 515bc97c27
fix: use array access instead of string.startsWith
Currently we still support IE11 which does not have that method. Direct
array access solves this problem
3 years ago
Ryota Kameoka dca0b0c9af
feat: export `Options` type (#1005) 3 years ago
Jan van Brügge 47ef5c14e9
feat: toVnode is support dataset (#1008)
ISSUES CLOSED: #976

Co-authored-by: DM <dmoosocool@gmail.com>
3 years ago
Censwin ffc9a09bb2
chore(docs): translate README into chinese (#1002) 3 years ago
Jan van Brügge aa4dc9c3a9
chore(deps): update devDependencies 3 years ago
Jan van Brügge b130c26cc1
chore(release): v3.3.1 3 years ago
Censwin 44afd38682
chore(docs): style module does remove styles if removed from the object (#1001)
ISSUES FIXED: #1000
3 years ago
macarc f89f085f55
fix: ensure SVG namespaces are added to nodes (#996)
This ensures that SVG namespaces are correct on children and when copying a thunk.

ISSUES CLOSED: #388 #867

Co-authored-by: macarc <pipescore@outlook.com>
Co-authored-by: Jan van Brügge <supermanitu@gmail.com>
3 years ago
Jan van Brügge 9de2307dd9
chore(release): v3.3.0 3 years ago
Jan van Brügge 77d6753dd4
chore(test): remove snabbdom benchmarks
The benchmark code was not yet updated to version 3 of snabbdom and
thus cannot be run at the moment. Further, it depends on faker, which is
not available any more. So for now, the benchmark code and all its
dependencies have been removed. In the future we should again add
benchmarks and can reference this commit for some code.
3 years ago
Jan van Brügge cf3e6ac038
chore(deps): update dev dependencies
This also converts the lockfile from version 1 to version 2
3 years ago
Ryota Kameoka 50ff2db407
feat: support JSX fragments (#974)
ISSUES CLOSED: #560
3 years ago
Jan van Brügge ce95a24e73
chore(release): v3.2.0 3 years ago
Jan van Brügge df0f031255
fix: assert that fragment functions are implemented 3 years ago
cary 044dfef8c3
chore(refactor): make patching child vnode more readable (#992)
Co-authored-by: wangzhangsheng(cary) <wb-wzs728893@alibaba-inc.com>
3 years ago
Ryota Kameoka 9e2cecd249
chore(docs): add a documentation for `fragment` function 3 years ago
Ryota Kameoka 35058798ae
feat: allow DocumentFragment as a container 3 years ago
Ryota Kameoka 7e86386292
feat: support DocumentFragment
Snabbdom now can handle `DocumentFragment` via `fragment` function.
https://developer.mozilla.org/docs/Web/API/DocumentFragment

ISSUES CLOSED: #560
3 years ago
Toby Mao e54012e811
chore(docs): remove outdated note about eventlisteners from README
This functionality was always unnecessary, because the example could be done with a curried function for example:
```js
function makeEventListener(number) {
    return (event) => console.log("button " + number + " was clicked!");
}
```

ISSUES FIXED: #988
3 years ago
dependabot[bot] 621bbc54cd
chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#986) 3 years ago
Jan van Brügge 6696e627df
chore(deps): update dev dependencies 3 years ago