Skip to content

Releases: IjzerenHein/famous-bkimagesurface

Fixed bug where BkImageSurface could show content left over from another surface

07 Apr 12:47
Compare
Choose a tag to compare

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

09 Nov 10:53
Compare
Choose a tag to compare
v1.0.2

Bump version to v1.0.2 and added browserify/famousify support

Added ignores to bower.json + fixed warning on npm

30 Aug 08:18
Compare
Choose a tag to compare
v1.0.1

Bump to v.1.0.1 and added bower ignores + fixed npm warning

First official release

30 Aug 07:50
Compare
Choose a tag to compare
v1.0.0

Bump to v1.0.0

New PositionMode + supports using css-styles directly.

10 Jul 13:01
Compare
Choose a tag to compare

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

08 Jul 12:30
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Bump version to v0.0.3

Fixed bower.json after previous rename of the repo

20 Jun 10:25
Compare
Choose a tag to compare
v0.0.2

Bump to version 0.0.2

Initial release

20 Jun 10:19
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.0.1

Fixed some typos in the read me & docs