Skip to content

v0.5.4

Compare
Choose a tag to compare
@pemrouz pemrouz released this 02 May 16:57
· 49 commits to master since this release

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).

backpressure

  • [a5e3a5e] - docs: update readme
  • [2d33683] - should not make multiple requests for same resource
  • [b44b6e0] - add client tests and do not pull on bailed render

components

data

db

delay

docs

features

fn

helpers

hypermedia

mysql

needs

offline

perf

precss

resdir

sessions

shadow

singleton

sync

versioned