Skip to content

Commit f45ccce

Browse files
committed
v0.115.4
1 parent 992cbda commit f45ccce

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.115.4
2+
- Added lazy loading for videos. (Videos are added by putting a single text field containing the video URL in a layer with a ":video" suffix appended to the layer name.)
3+
- Made videos tappable on mobile devices.
4+
15
### v0.115.3
26
- Fixed the webfont name of an NYT font (nyt-magsans).
37

ai2html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function main() {
4444
// - Update the version number in package.json
4545
// - Add an entry to CHANGELOG.md
4646
// - Run 'npm publish' to create a new GitHub release
47-
var scriptVersion = '0.115.3';
47+
var scriptVersion = '0.115.4';
4848

4949
// ================================================
5050
// ai2html and config settings

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai2html",
3-
"version": "0.115.3",
3+
"version": "0.115.4",
44
"description": "A script for Adobe Illustrator that converts your Illustrator artwork into an html page.",
55
"main": "./ai2html.js",
66
"scripts": {

0 commit comments

Comments
 (0)