famous/core:
- FIX
Scene
now has support foralign
. - UPDATE
requestAnimationFrame
scoped towindow
.
famous/inputs:
- FIX
ScrollSync
position type set onstart
instead ofreset
on end. - FIX
FastClick
typo fix.
famous/math:
- FIX
Vector
.put
can be called from aVector
instead of only aregister
.
famous/physics:
- FIX
Walls
.forEach
bug.
famous/core:
- FEATURE
Transform
now has.skewX
and.skewY
methods
famous/inputs:
- ADD
DesktopEmulationMode
is a convenience utility to cancel mouse events - UPDATE
ScaleSync
now outputscenter
for the[x,y]
point between two fingers
famous/physics:
- FIX time-stepping bug which caused jittering
famous/surfaces:
- FIX
InputSurface
blur
event
famous/transitions:
- FIX
Transitionable
callback bug on.reset
method - FIX
Transitionable
.delay
bug when_engineInstance
not defined.
famous/utilities:
- FIX
Timer
bug indebounce
for clearing timers
famous/views:
- UPDATE
SequentialView
now hasitemSpacing
- FIX
FlexibleLayout
caching bug - FIX
Scrollview
groupScroll
option - FIX
ContextualView
DEFAULT_OPTIONS
inheritance
famous/core:
- FEATURE
Modifier
now takesalign
as well asorigin
for layout - FIX
Surface
{size : [true, true]}
now works with origin and alignment - FIX Famo.us can now run before the
<body>
tag loads - FIX
Engine
resize
event when aninput
field has focus
famous/inputs:
- ADD
Accumulator
can accumulate differentials from various syncs - UPDATE
GenericSync
now acts as a registry for various syncs - UPDATE
Scroll
Rotate
andPinch
syncs now emitcenter
for stable zooming - UPDATE
clientX
,clientY
, onMouse
andTouch
syncs - UPDATE
offsetX
,offsetY
onMouseSync
famous/modifiers:
- UPDATE
StateModifier
takesalign
attribute
famous/transitions:
- FIX
Transitionable
can now transition arrays with non-numeric (boolean
,undefined
) values
famous/views:
- ADD
FlexibleLayout
, a layout for defining proportions of a sizing context for responsive and fixed layouts - ADD
ContextualView
is similar tocore/View
but passes in contextual information (transform
,size
, etc) for dynamic layouts. - FEATURE
GridLayout
now has agutterSize
attribute - FEATURE
Flipper
now hassetAngle
method
- ADD
package.json
andGruntfile.js
to automate linting with Grunt and eslint - ADD
.travis.yml
for continuous integration with Travis-CI - Improved documentation
famous/core:
- FEATURE Automatic CSS
transform-matrix
pixel rounding - FIX
Modifier
zero sizing - FIX Firefox
z-index
bug
famous/inputs:
- UPDATE
FastClick
improvements forclick
events
famous/modifiers:
- FIX
StateModifier
opacity 0 bug
famous/physics:
- FIX
Walls
bug
famous/surfaces:
- ADD
Textarea
surface - ADD
FormContainerSurface
surface - ADD
SubmitInputSurface
surface
famous/views:
- FEATURE
Scrollview
group piping flag for automatic eventing - FIX
Scrollview
options
passing - FIX
ScrollContainer
typo
famous/widgets:
- FIX
NavigationBar
optionsManager
typo
- Initial release