package react
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- v1.2.1 2017-03-16 La Forclaz (VS)
- v1.2.0 2014-08-24 Cambridge (UK)
- v1.1.0 2014-04-27 La Forclaz (VS)
- v1.0.1 2014-04-21 La Forclaz (VS)
- v1.0.0 2014-04-02 La Forclaz (VS)
- v0.9.4 2012-08-05 Lausanne
- v0.9.3 2012-03-17 La Forclaz (VS)
- v0.9.2 2010-04-25 Lausanne
- v0.9.1 2010-04-15 Paris
- v0.9.0 2009-01-19 Lausanne
Declarative events and signals for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
react-1.2.2.tbz
sha512=18cdd544d484222ba02db6bd9351571516532e7a1c107b59bbe39193837298f5c745eab6754f8bc6ff125b387be7018c6d6e6ac99f91925a5e4f53af688522b1
doc/CHANGES.html
v1.2.2 2022-01-09 La Forclaz (VS)
- Require OCaml 4.08.
- Handle deprecation of
Pervasives(and thus support OCaml 5.00)
v1.2.1 2017-03-16 La Forclaz (VS)
- Allow signals to be created and
S.stopped instantaneously (#18) Previously this could lead to failed assertions in updates (e.g.S.bindtrying to switch to an uninitialized signal). Thanks to Arthur Wendling for the report. - Fix implementation of
S.Bool.flip, its initial value on creation could be wrong in dynamic creation (#17). Thanks to Arthur Wendling for the report. - Fix bug in
S.Option.valuewith`AlwaysonS.const None(#19). Thanks to Arthur Wendling for the report. - Safe-string support.
- Build depend on topkg.
- Relicense from BSD3 to ISC
v1.2.0 2014-08-24 Cambridge (UK)
- Fix bug in dynamic creation of
S.{diff,changes}(#8). - Fix bug in dynamic creation of
S.switch(#7). - Add support for toplevel: automatically
open Reacton#require "react". - Add
S.Bool.{flip,edge,fall,rise}.
v1.1.0 2014-04-27 La Forclaz (VS)
- Fix
S.switchrank's initialisation. - Add
E.l{1,2,3,4,5,6}, lifting combinators on events. - Add
E.Option.{some,value}. - Add
S.{Float,Int}.{zero,one,minus_one}. - Add
S.Bool.{zero,one}. - Add
S.Option.{none,some,value}. - Add
{S,E}.onequivalent to{S,E}.when_. - Deprecate
{S,E}.when_(syntax error prone).
v1.0.1 2014-04-21 La Forclaz (VS)
- Fix
S.bind. - Use package builder topkg for distribution.
v1.0.0 2014-04-02 La Forclaz (VS)
- OPAM friendly workflow and drop OASIS support.
- Add
S.bind.
The following changes are incompatible.
- Add support for update steps, see the
React.Stepmodule. Allows to specify simultaneous primitive signal updates and event occurences. The functions returned by{S,E}.createnow have an optional?stepargument; if unused the previous semantics is preserved. - Add support for strong stops, can be used on platforms where weak arrays are not to prevent leaks. The function
{E,S}.stopnow have an optional?strongargument; if unused the previous semantics is preserved. - Change signature of
S.switch. Any existing callS.switch ~eq s escan be replaced byS.(switch ~eq (hold ~eq:( == ) s es)).
v0.9.4 2012-08-05 Lausanne
- OASIS 0.3.0 support.
v0.9.3 2012-03-17 La Forclaz (VS)
- OASIS support.
v0.9.2 2010-04-25 Lausanne
- Fix a bug in weak heap implementation (thanks to Jake Donham for reporting and a discussion about the fix).
v0.9.1 2010-04-15 Paris
- Added
E.retainandS.retain. - A few
List.mapwhere replaced byList.rev_map. - Fixes to
breakout.mlto make it work on vte based terminals.
v0.9.0 2009-01-19 Lausanne
- First release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
- v1.2.1 2017-03-16 La Forclaz (VS)
- v1.2.0 2014-08-24 Cambridge (UK)
- v1.1.0 2014-04-27 La Forclaz (VS)
- v1.0.1 2014-04-21 La Forclaz (VS)
- v1.0.0 2014-04-02 La Forclaz (VS)
- v0.9.4 2012-08-05 Lausanne
- v0.9.3 2012-03-17 La Forclaz (VS)
- v0.9.2 2010-04-25 Lausanne
- v0.9.1 2010-04-15 Paris
- v0.9.0 2009-01-19 Lausanne