aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
6 daysAdd interface to pick example to runJoris
8 daysExport s function for svg nodesJoris
10 daysAdd withState7Joris
12 daysReplace double quotes by simple quotesJoris
12 daysUse correct element in setAttributeJoris
13 daysExport AttributesJoris
14 daysAllow using nullJoris
2025-04-07Allow adding svg elementsJoris
It may well be better to provide a separate `s()` function, but it does the job for the moment.
2025-03-23Add withState6 and map6Joris
2025-03-23Add map2, map3, map4 and map5Joris
2025-03-23Add withState4 and withState5Joris
2025-03-22Configure element to mount toJoris
2025-03-17Update only if still availableJoris
2025-03-17Add withState2 and withState3Joris
2025-03-162.0.12.0.1Joris
2025-03-16Call onmount when the element is on the pageJoris
Otherwise, using the element to call focus for example would not work.
2023-02-19Bump to 2.0.02.0.0Joris
2023-02-19Fix setting an attribute to falseJoris
2023-02-19Add pure and sequenceJoris
2023-02-19Rename withVar to withStateJoris
2023-02-19Integrate update function with VarJoris
But still don’t expose `Var`, so that it would be still passed as a Rx.
2023-02-13Bump to 1.1.0Joris
2023-02-13Accept attribute undefinedJoris
2023-02-13Simplify types and reduce exports1.0.1Joris
Only export what should be necessary
2023-02-13Init to version 1.0.01.0.0Joris
2023-02-12Fix double map childJoris
The rx-base was not added at the right location, and not cleaned up.
2023-02-07Init versionJoris