Releases: IjzerenHein/famous-bkimagesurface
Releases · IjzerenHein/famous-bkimagesurface
Fixed bug where BkImageSurface could show content left over from another surface
This version fixes a bug where the BkImageSurface could show the content (innerHTML) from another surface which had has been recalled from the render-tree. Famo.us re-uses DOM elements, and the BkImageSurface did not reset the innerHTML correctly when a re-used DOM element was used.
Fixed urls containing parentheses + added browserify/famousify support
v1.0.2 Bump version to v1.0.2 and added browserify/famousify support
Added ignores to bower.json + fixed warning on npm
v1.0.1 Bump to v.1.0.1 and added bower ignores + fixed npm warning
First official release
v1.0.0 Bump to v1.0.0
New PositionMode + supports using css-styles directly.
This version breaks SizeMode form the previous version. SizeMode has been split up into SizeMode + PositionMode. Also, css-style values can now be used directly, to make the component more flexible and in-line with css capabilities.
v0.0.3
Bump version to v0.0.3
Fixed bower.json after previous rename of the repo
v0.0.2 Bump to version 0.0.2
Initial release
v0.0.1 Fixed some typos in the read me & docs