v0.5.4
Notable Changes
Active Change
Ripple now exposes the active changes that occured to trigger the render to components. There is only one change ({ key, value, type, time }
) that may be flowing through the system, but since components are rAF batched, there be multiple changes that occur between frames so they are queued on the element (.change
). Having access directly to the fine-grained, low-level changes allows components to better check whether a render can be skipped.
Housekeeping
Bunch of docs have been updated (see new homepage) and repo's organised better. This central repo (pemrouz/ripple) has now moved to rijs/fullstack to be co-located with other official builds (e.g. rijs/minimal).
- [
a5e3a5e
] - docs: update readme - [
2d33683
] - should not make multiple requests for same resource - [
b44b6e0
] - add client tests and do not pull on bailed render
- [
46e52cd
] - docs: update readme
- [
09f9eca
] - docs: update readme
- [
1775c1f
] - docs: update
- [
d0d2804
] - docs: update readme
- [
b7a00c8
] - docs: update readme
- [
c066669
] - docs: update readme
- [
ef68a1f
] - docs: update readme
- [
dff5fc2
] - docs: update readme
- [
e023f98
] - docs: update readme
- [
4a1f8b2
] - docs: update readme
- [
366cf0e
] - docs: update readme
- [
f277caf
] - docs: update readme
- [
2bc066c
] - docs: update readme - [
33ab8d6
] - should make shadow properties setter transparent - [
77c2346
] - add ie9 testing on ci - [
bf53007
] - ie fixes - [
045fa04
] - clear light dom after reflection - [
21e6077
] - use one-off transparent getters
- [
048cc06
] - docs: update readme
- [
ff245e2
] - docs: update readme
- [
359971c
] - docs: update readme