Shahar Or (mightyiam)
6f316c141b
fix(props): do not attempt to delete node properties
...
BREAKING CHANGE: props module does not attempt to delete node
properties. This may affect you if you are using the props module
to add non-native (custom) properties to DOM nodes. Instead, it is
recommended to use _data-* attributes_.
https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes
Fixes #623 .
Fixes #283 .
Closes #415 .
Closes #307 .
Closes #151 .
Closes #416 .
5 years ago
Shahar Or (mightyiam)
dad44f0d63
feat: only esm and correct import paths
...
BREAKING CHANGE: CommonJS module are no longer provided.
BREAKING CHANGE: import paths in ES modules include file name
extensions.
BREAKING CHANGE: Compiled to ES2015 (was ES5).
Fixes #516 .
Fixes #437 .
Fixes #263 . Kind of. Because there is no build step.
Thanks to @mreinstein on starting this work.
5 years ago
Shahar Or (mightyiam)
76fdeb98a6
docs: update maintenance policy
5 years ago
Serhii Khoma
d9c4abd7c5
docs(thunk): describe renderFn invocation condition
...
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
Serhii Khoma
0522408f43
docs(core): explain uniqueness of key property
...
Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
5 years ago
Shahar Or (mightyiam)
11e9b04e67
chore(deps): update dependency remark-cli to v8
5 years ago
Shahar Dawn Or
97a8d50013
docs: rm unimplemented unmounting by 2nd arg null ( #539 )
...
Fixes #461 .
5 years ago
Shahar Dawn Or
5014e65cca
Merge pull request #490 from snabbdom/remark
...
docs: introduce remark and some readme tweaks
5 years ago
Toby Mao
f5486713b0
Update README.md
5 years ago
Toby Mao
f277d64eed
Add Snabberb to README.
5 years ago
Shahar Or (mightyiam)
0cc0064a94
docs: introduce remark and some readme tweaks
...
Fixes #483 .
5 years ago
Simon Friis Vindum
8edc47fe75
Merge pull request #393 from jscissr/patch-1
...
Replace broken SVG classes example in readme with link to classList polyfill
5 years ago
Sachin Philip Mathew
c2e66b5eb1
removed broken link of Benchmark from readme
5 years ago
Shahar Or (mightyiam)
a907828f12
chore: editorconfig + checker
5 years ago
Shahar Or (mightyiam)
21511f3058
docs: maintenance policy
...
Fixes #462 .
5 years ago
Simon Friis Vindum
ae3703d1a4
Add travis badge to readme and BrowserStack message
6 years ago
Simon Friis Vindum
8787d60221
Merge pull request #392 from trusktr/patch-1
...
make it obvious how to unmount
6 years ago
Simon Friis Vindum
4e25f868b3
Merge branch 'master' into rosmaro_snabbdom_starter
6 years ago
irony
a0518b9a00
Added Pureact
6 years ago
Simon Friis Vindum
256e35f63b
Merge pull request #433 from grimalschi/master
...
Adding a new Snabbdom logo
6 years ago
Veaceslav Grimalschi
fab31f3562
Add logo to README.md
6 years ago
Łukasz Makuch
9a68a1e8a5
Mentioned the Rosmaro Snabbdom starter in the README.
6 years ago
Simon Friis Vindum
29b2829f16
Merge pull request #378 from kay999/master
...
Updated documentation for eventlisteners and fixed missing event/vnode for arrays of handlers
6 years ago
Jan van Brügge
a34ffffffa
Explain insertBefore in README
6 years ago
Jan van Brügge
276f78d859
Add snabbdom-looks-like to README
7 years ago
Jan Schär
102fb5940c
Suggesst using classList polyfill
...
This seems like a much better solution
7 years ago
Jan Schär
00129c25ab
Fix SVG classes example in readme
...
This snippet was added in #287 , but it clearly was never tested because it doesn't work (the `underline` class is simply overwritten).
7 years ago
Joe Pea
0095162699
make it obvious how to unmount
7 years ago
Scott McCormack
3fe95cccde
Merge branch 'master' into patch-1
7 years ago
JC Brand
053a387559
Mention Backbone.VDOMView in the README
7 years ago
Scott McCormack
37a522dfbd
Add puddles to README.md
7 years ago
kay999
efda964ddb
Updated documentation for eventlisteners
7 years ago
Jocs
1a8892c35a
Update: add Mark Text to README
7 years ago
NoBey
006133228a
fix README
7 years ago
Simon Friis Vindum
2271b7bdf1
Merge pull request #287 from caesarsol/fix-svg-classname-docs
...
Update and improve docs section "Using Classes in SVG Elements"
7 years ago
Maciej Sitko
c8b8d58490
Update README.md
7 years ago
Maciej Sitko
b8fcaf99a9
Update README.md
7 years ago
answershuto
edf349dc59
README: Fix capitalization for 'JavaScript'
8 years ago
Daniel Gómez
0e0c7ab008
Add badges
8 years ago
Jan Köhnlein
038203dbd4
Update README.md
8 years ago
caesarsol
f102bb7ccd
Update and improve section "Using Classes in SVG Elements", taking #276 into account (fix SVG selector classes)
8 years ago
Steve Lee
de8509e5c0
Remove trailing heading ###
...
De nit
8 years ago
Steve Lee
18343d1f92
Fix type-o
8 years ago
Steve Lee
741b382696
Added dataset module docs
8 years ago
Reon90
33cc60b863
Add Tung to README
8 years ago
Jan van Brügge
c7488d784f
Replace snabbdom-jsx with snabbdom-pragma
...
fixes #248
As snabbdom-jsx and snabbdom-jsx-babel hadn't had an update in 7 to 8 month and expecially the former has several bugs I would not advertise to use them.
Snabbdom-pragma works more reliable and thanks to a few PRs by me it works just as good with svg as it does with html
8 years ago
Patricio M. Ros
c117be989e
Add Cyclow framework to README
...
Cyclow is a new reactive frontend framework for JavaScript I've created. It uses Snabbdom. Please, consider add it to "Structuring applications" section. Thank you.
8 years ago
Emil Persson
94780592c6
Add Tweed to the list of example projects
8 years ago
Jamen Marz
b39d1c9de9
Punctuation
8 years ago
Jamen Marz
fc3749e1a8
Add reference to snabby
8 years ago