Commit Graph

419 Commits

Author SHA1 Message Date
9902b76f98 Added missing entry to yarn.lock 2019-07-01 14:13:26 -07:00
e2d876cfaa Merge branch 'master' into workflow 2019-07-01 14:08:50 -07:00
1a844387fe Remove artifactory references from yarn.lock 2019-06-27 16:47:26 -07:00
63f11f8305 Make versioned folders be behind v/ 2019-06-27 16:45:07 -07:00
b8d6fd2b41 Change prepublish to prepublishOnly in package.json 2019-06-27 11:09:17 -07:00
f375fc3f20 Fix registry reference for fs-extra and delete *.js files in src/ 2019-06-27 11:02:23 -07:00
0412b9aae4 Add automatic version spec in deploy.sh 2019-06-26 10:52:13 -07:00
3f2ae0737a Fix bug in deploy 2019-06-25 20:49:20 -07:00
d6a0078911 Remove versioned folder if already exists during deploy 2019-06-25 20:46:51 -07:00
ae47fd9840 Return to your working branch after deploy 2019-06-25 20:38:29 -07:00
42b0a6d473 Make commiting to gh-pages silent 2019-06-25 20:28:16 -07:00
89a1fc1b6e Update the Twemoji project and push to gh-pages-new 2019-06-25 20:26:57 -07:00
84b5aa5693 Update the Twemoji project and push to gh-pages-new 2019-06-25 20:24:56 -07:00
5ecf25d10e Added fs-extra for creation of a dist and deploy procedure 2019-06-25 19:55:51 -07:00
feee6da8b1 Added deploy script to push built files to gh-pages 2019-06-25 19:24:28 -07:00
57d4cdb63b Fixed preview generation and finished reorganization 2019-06-25 18:28:11 -07:00
54df6a1340 Reorganized folder structure and dropped version references 2019-06-25 18:15:00 -07:00
893a177626 Organized development-only files 2019-06-19 15:43:56 -07:00
31545d5878 Update yarn.lock with external registry URLs 2019-06-06 14:45:27 -07:00
d46240b8c1 Add Twemoji-Amazing (#318)
Add note that twemoji-awesome is no longer being maintained,
Fix status link for Elle
2019-06-06 10:53:20 -07:00
4fde81aeb5 Fix broken link to GitHub article on interactive rebasing in CONTRIBUTING.md (#341) 2019-06-06 10:16:34 -07:00
b7084792d6 Update generated docs for v12.0.4 2019-05-29 17:14:01 -07:00
f11c6abee3 v12.0.4 v12.0.4 2019-05-29 17:10:54 -07:00
7471bdde37 Regenerate previews 2019-05-29 17:09:18 -07:00
e789942c00 Revert adding SRI hashes to our recommended script tags - the way we handle resources via MaxCDN cache would mean we'd break old script tags when we publish (and the local cached file is evicted) 2019-05-29 17:08:37 -07:00
523e8f703c Remove dead code 2019-05-29 16:50:28 -07:00
11966415cc Updated script references 2019-05-29 16:50:10 -07:00
c6fd9fe6cc v12.0.3 v12.0.3 2019-05-29 16:45:03 -07:00
c20860ff5a Regenerate previews based on current version 2019-05-29 16:41:02 -07:00
36a6083dcc Write the current version into the script tags when generating 2019-05-29 16:40:31 -07:00
252a288f16 Sort dependencies 2019-05-29 16:30:35 -07:00
08f769bba1 Remove the old assets directory 2019-05-29 16:12:50 -07:00
171655247d Switch from the npmignore blacklist to package.json whitelist on what files to include when publishing 2019-05-29 16:11:59 -07:00
676941b7b9 Run build & test before publishing 2019-05-29 13:55:21 -07:00
0c60d81123 Remove old svg script 2019-05-29 13:46:22 -07:00
a46d6f11d4 Point package module at twemoji.esm.js; remove old file 2019-05-29 13:45:23 -07:00
68306e0278 Also generate twemoji.esm.js 2019-05-29 13:43:48 -07:00
a2b8b5d88c Update npmignore based on removed files 2019-05-29 13:33:25 -07:00
82db69eda4 Remove old previews 2019-05-29 13:31:30 -07:00
0385242be4 Stop running and remove the old tests 2019-05-29 13:27:56 -07:00
1682323089 Move testrunner.js into 2/test/ 2019-05-29 13:25:42 -07:00
e4376f9574 Regenerate built assets 2019-05-29 13:11:07 -07:00
91e9e4b068 Generate sha384 for SRI; update script tags 2019-05-29 13:07:32 -07:00
c116c26cbc Reference uglify via yarn rather than reaching in to node_modules 2019-05-29 13:07:32 -07:00
cc12da6fff Refactor create-dist script to not mix sync and async 2019-05-29 13:07:31 -07:00
cb19c3f777 Regenerate previews as a part of generation 2019-05-29 13:07:31 -07:00
cd648edac5 Add SRI hash to the preview scripts 2019-05-29 13:07:31 -07:00
e1faf8fb2b Remove previews and scripts for v1 2019-05-29 13:07:31 -07:00
ffcfe7ef62 Bumped version number to 12.0.2
Incorporates recent community additions
* Added SRI to CDN link, bumped to 12.0.1 (#355)
* Update esm.js (#354)
v12.0.2
2019-05-29 11:33:43 -07:00
d47248dd1d Added SRI to CDN link, bumped to 12.0.1 (#355)
From [MaxCDN Support](https://www.maxcdn.com/one/visual-glossary/subresource-integrity/):
> Subresource Integrity (SRI) is a security feature that instructs browsers to verify that resources fetched from third parties like CDNs have been delivered without any manipulation. SRI does this by comparing the hash values of the third-party-hosted resources to the values in the website’s HTML elements.

I used https://www.srihash.org/ to generate the SHA384 hash on https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.1 on 2019-05-23 8:15 PM EST.
2019-05-28 16:26:05 -07:00