Skip to content

Releases: usabilla/button-generator

Bumping node version

01 Nov 12:17
Compare
Choose a tag to compare
v1.0.4

chore(nvmrc): bump node version to latest stable (#27)

v1.0.3

23 May 13:48
Compare
Choose a tag to compare

Fixes a bug where a custom font file was not being used if a css font was also included, even though the font name referenced it.

v1.0.2 Support for custom font files

04 May 12:50
Compare
Choose a tag to compare
Add support for fontFileUrl (#23)

* Add support for fontFileUrl

* Pull out fontEmbed function and test

v1.0.1: fix(font): custom font css applies correctly

15 Mar 10:06
Compare
Choose a tag to compare
Custom font css was not being applied to the button unless the font
already existed in your local font directory. Fonts from the CSS file
were not loaded.

Fix is to use svg2png which renders the svg buffer in PhantomJS and
pulls an image from there.

Also removed some extrenuous methods that cuased issues when applying
fix and were not being used anywhere.

Closes https://usabilla.atlassian.net/browse/FOO-63

Initial release

10 Feb 13:30
Compare
Choose a tag to compare
Merge pull request #14 from usabilla/buffer-return

Return buffer for the publisher