aboutsummaryrefslogtreecommitdiff
path: root/src/rx.ts
AgeCommit message (Collapse)Author
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