jekyll-theme-chalk 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (405) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +39 -0
  3. data/LICENSE +21 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +91 -0
  6. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.eot +0 -0
  7. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.ttf +0 -0
  8. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff +0 -0
  9. data/_assets/fonts/cormorant-garamond/Cormorant-Garamond-700.woff2 +0 -0
  10. data/_assets/fonts/ionicons/ionicons.eot +0 -0
  11. data/_assets/fonts/ionicons/ionicons.ttf +0 -0
  12. data/_assets/fonts/ionicons/ionicons.woff +0 -0
  13. data/_assets/fonts/lato/Lato-300.eot +0 -0
  14. data/_assets/fonts/lato/Lato-300.ttf +0 -0
  15. data/_assets/fonts/lato/Lato-300.woff +0 -0
  16. data/_assets/fonts/lato/Lato-300.woff2 +0 -0
  17. data/_assets/fonts/lato/Lato-700.eot +0 -0
  18. data/_assets/fonts/lato/Lato-700.ttf +0 -0
  19. data/_assets/fonts/lato/Lato-700.woff +0 -0
  20. data/_assets/fonts/lato/Lato-700.woff2 +0 -0
  21. data/_assets/fonts/lato/Lato-regular.eot +0 -0
  22. data/_assets/fonts/lato/Lato-regular.ttf +0 -0
  23. data/_assets/fonts/lato/Lato-regular.woff +0 -0
  24. data/_assets/fonts/lato/Lato-regular.woff2 +0 -0
  25. data/_assets/images/about.jpg +0 -0
  26. data/_assets/images/about@2x.jpg +0 -0
  27. data/_assets/images/apple-touch-icon.png +0 -0
  28. data/_assets/images/documentation/chalk-intro.png +0 -0
  29. data/_assets/images/documentation/chalk-intro@2x.png +0 -0
  30. data/_assets/images/documentation/enlarge.gif +0 -0
  31. data/_assets/images/documentation/enlarge@2x.gif +0 -0
  32. data/_assets/images/documentation/sample-image.jpg +0 -0
  33. data/_assets/images/documentation/sample-image@2x.jpg +0 -0
  34. data/_assets/images/og-image.jpg +0 -0
  35. data/_assets/javascripts/application.js +17 -0
  36. data/_assets/javascripts/scrollappear.js +25 -0
  37. data/_assets/javascripts/vendor.js +4 -0
  38. data/_assets/javascripts/webfonts.js +7 -0
  39. data/_assets/stylesheets/.csscomb.json +196 -0
  40. data/_assets/stylesheets/.scss-lint.yml +33 -0
  41. data/_assets/stylesheets/_base.scss +151 -0
  42. data/_assets/stylesheets/_mixins.scss +28 -0
  43. data/_assets/stylesheets/_variables.scss +47 -0
  44. data/_assets/stylesheets/dark.scss +71 -0
  45. data/_assets/stylesheets/fonts.scss +63 -0
  46. data/_assets/stylesheets/layouts/_footer.scss +17 -0
  47. data/_assets/stylesheets/layouts/_grid.scss +102 -0
  48. data/_assets/stylesheets/light.scss +71 -0
  49. data/_assets/stylesheets/modules/_about.scss +10 -0
  50. data/_assets/stylesheets/modules/_articles.scss +213 -0
  51. data/_assets/stylesheets/modules/_embed.scss +31 -0
  52. data/_assets/stylesheets/modules/_header.scss +57 -0
  53. data/_assets/stylesheets/modules/_highlights-dark.scss +415 -0
  54. data/_assets/stylesheets/modules/_highlights-light.scss +409 -0
  55. data/_assets/stylesheets/modules/_icons.scss +83 -0
  56. data/_assets/stylesheets/modules/_scrollappear.scss +14 -0
  57. data/_assets/stylesheets/notfound-dark.scss +91 -0
  58. data/_assets/stylesheets/notfound-light.scss +91 -0
  59. data/_assets/stylesheets/vendor/_normalize.scss +461 -0
  60. data/_assets/yarn/.yarn-integrity +22 -0
  61. data/_assets/yarn/fluidbox/.gitattributes +22 -0
  62. data/_assets/yarn/fluidbox/.npmignore +220 -0
  63. data/_assets/yarn/fluidbox/.travis.yml +6 -0
  64. data/_assets/yarn/fluidbox/Gruntfile.js +8 -0
  65. data/_assets/yarn/fluidbox/LICENSE.md +23 -0
  66. data/_assets/yarn/fluidbox/README.html +750 -0
  67. data/_assets/yarn/fluidbox/README.md +396 -0
  68. data/_assets/yarn/fluidbox/bower.json +35 -0
  69. data/_assets/yarn/fluidbox/demo/css/styles.min.css +2 -0
  70. data/_assets/yarn/fluidbox/demo/css/styles.min.css.map +1 -0
  71. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.eot +0 -0
  72. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.svg +233 -0
  73. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.ttf +0 -0
  74. data/_assets/yarn/fluidbox/demo/fonts/BLOKKRegular.woff +0 -0
  75. data/_assets/yarn/fluidbox/demo/fonts/fontello.eot +0 -0
  76. data/_assets/yarn/fluidbox/demo/fonts/fontello.svg +13 -0
  77. data/_assets/yarn/fluidbox/demo/fonts/fontello.ttf +0 -0
  78. data/_assets/yarn/fluidbox/demo/fonts/fontello.woff +0 -0
  79. data/_assets/yarn/fluidbox/demo/index.html +758 -0
  80. data/_assets/yarn/fluidbox/demo/src/css/styles.scss +1131 -0
  81. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css +2 -0
  82. data/_assets/yarn/fluidbox/dist/css/fluidbox.min.css.map +1 -0
  83. data/_assets/yarn/fluidbox/dist/js/jquery.fluidbox.min.js +1 -0
  84. data/_assets/yarn/fluidbox/grunt/aliases.yaml +20 -0
  85. data/_assets/yarn/fluidbox/grunt/clean.js +5 -0
  86. data/_assets/yarn/fluidbox/grunt/concurrent.js +33 -0
  87. data/_assets/yarn/fluidbox/grunt/jshint.js +10 -0
  88. data/_assets/yarn/fluidbox/grunt/postcss.js +47 -0
  89. data/_assets/yarn/fluidbox/grunt/sass.js +42 -0
  90. data/_assets/yarn/fluidbox/grunt/uglify.js +7 -0
  91. data/_assets/yarn/fluidbox/grunt/watch.js +28 -0
  92. data/_assets/yarn/fluidbox/index.html +8 -0
  93. data/_assets/yarn/fluidbox/license.txt +21 -0
  94. data/_assets/yarn/fluidbox/package.json +61 -0
  95. data/_assets/yarn/fluidbox/src/css/_fluidbox.scss +95 -0
  96. data/_assets/yarn/fluidbox/src/css/fluidbox.scss +2 -0
  97. data/_assets/yarn/fluidbox/src/js/jquery.fluidbox.js +722 -0
  98. data/_assets/yarn/jquery/AUTHORS.txt +301 -0
  99. data/_assets/yarn/jquery/LICENSE.txt +36 -0
  100. data/_assets/yarn/jquery/README.md +67 -0
  101. data/_assets/yarn/jquery/bower.json +14 -0
  102. data/_assets/yarn/jquery/dist/core.js +476 -0
  103. data/_assets/yarn/jquery/dist/jquery.js +10253 -0
  104. data/_assets/yarn/jquery/dist/jquery.min.js +4 -0
  105. data/_assets/yarn/jquery/dist/jquery.min.map +1 -0
  106. data/_assets/yarn/jquery/dist/jquery.slim.js +8160 -0
  107. data/_assets/yarn/jquery/dist/jquery.slim.min.js +4 -0
  108. data/_assets/yarn/jquery/dist/jquery.slim.min.map +1 -0
  109. data/_assets/yarn/jquery/external/sizzle/LICENSE.txt +36 -0
  110. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.js +2272 -0
  111. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  112. data/_assets/yarn/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  113. data/_assets/yarn/jquery/package.json +97 -0
  114. data/_assets/yarn/jquery/src/.eslintrc.json +5 -0
  115. data/_assets/yarn/jquery/src/ajax.js +855 -0
  116. data/_assets/yarn/jquery/src/ajax/jsonp.js +102 -0
  117. data/_assets/yarn/jquery/src/ajax/load.js +76 -0
  118. data/_assets/yarn/jquery/src/ajax/parseXML.js +30 -0
  119. data/_assets/yarn/jquery/src/ajax/script.js +77 -0
  120. data/_assets/yarn/jquery/src/ajax/var/location.js +5 -0
  121. data/_assets/yarn/jquery/src/ajax/var/nonce.js +7 -0
  122. data/_assets/yarn/jquery/src/ajax/var/rquery.js +5 -0
  123. data/_assets/yarn/jquery/src/ajax/xhr.js +169 -0
  124. data/_assets/yarn/jquery/src/attributes.js +13 -0
  125. data/_assets/yarn/jquery/src/attributes/attr.js +141 -0
  126. data/_assets/yarn/jquery/src/attributes/classes.js +174 -0
  127. data/_assets/yarn/jquery/src/attributes/prop.js +143 -0
  128. data/_assets/yarn/jquery/src/attributes/support.js +33 -0
  129. data/_assets/yarn/jquery/src/attributes/val.js +190 -0
  130. data/_assets/yarn/jquery/src/callbacks.js +234 -0
  131. data/_assets/yarn/jquery/src/core.js +476 -0
  132. data/_assets/yarn/jquery/src/core/DOMEval.js +16 -0
  133. data/_assets/yarn/jquery/src/core/access.js +70 -0
  134. data/_assets/yarn/jquery/src/core/init.js +128 -0
  135. data/_assets/yarn/jquery/src/core/nodeName.js +13 -0
  136. data/_assets/yarn/jquery/src/core/parseHTML.js +65 -0
  137. data/_assets/yarn/jquery/src/core/ready-no-deferred.js +96 -0
  138. data/_assets/yarn/jquery/src/core/ready.js +86 -0
  139. data/_assets/yarn/jquery/src/core/readyException.js +13 -0
  140. data/_assets/yarn/jquery/src/core/stripAndCollapse.js +14 -0
  141. data/_assets/yarn/jquery/src/core/support.js +20 -0
  142. data/_assets/yarn/jquery/src/core/var/rsingleTag.js +6 -0
  143. data/_assets/yarn/jquery/src/css.js +438 -0
  144. data/_assets/yarn/jquery/src/css/addGetHookIf.js +26 -0
  145. data/_assets/yarn/jquery/src/css/adjustCSS.js +71 -0
  146. data/_assets/yarn/jquery/src/css/curCSS.js +65 -0
  147. data/_assets/yarn/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  148. data/_assets/yarn/jquery/src/css/showHide.js +105 -0
  149. data/_assets/yarn/jquery/src/css/support.js +89 -0
  150. data/_assets/yarn/jquery/src/css/var/cssExpand.js +5 -0
  151. data/_assets/yarn/jquery/src/css/var/getStyles.js +17 -0
  152. data/_assets/yarn/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  153. data/_assets/yarn/jquery/src/css/var/rmargin.js +5 -0
  154. data/_assets/yarn/jquery/src/css/var/rnumnonpx.js +7 -0
  155. data/_assets/yarn/jquery/src/css/var/swap.js +26 -0
  156. data/_assets/yarn/jquery/src/data.js +179 -0
  157. data/_assets/yarn/jquery/src/data/Data.js +161 -0
  158. data/_assets/yarn/jquery/src/data/var/acceptData.js +19 -0
  159. data/_assets/yarn/jquery/src/data/var/dataPriv.js +7 -0
  160. data/_assets/yarn/jquery/src/data/var/dataUser.js +7 -0
  161. data/_assets/yarn/jquery/src/deferred.js +391 -0
  162. data/_assets/yarn/jquery/src/deferred/exceptionHook.js +21 -0
  163. data/_assets/yarn/jquery/src/deprecated.js +40 -0
  164. data/_assets/yarn/jquery/src/dimensions.js +56 -0
  165. data/_assets/yarn/jquery/src/effects.js +699 -0
  166. data/_assets/yarn/jquery/src/effects/Tween.js +123 -0
  167. data/_assets/yarn/jquery/src/effects/animatedSelector.js +15 -0
  168. data/_assets/yarn/jquery/src/event.js +746 -0
  169. data/_assets/yarn/jquery/src/event/ajax.js +22 -0
  170. data/_assets/yarn/jquery/src/event/alias.js +29 -0
  171. data/_assets/yarn/jquery/src/event/focusin.js +55 -0
  172. data/_assets/yarn/jquery/src/event/support.js +11 -0
  173. data/_assets/yarn/jquery/src/event/trigger.js +185 -0
  174. data/_assets/yarn/jquery/src/exports/amd.js +26 -0
  175. data/_assets/yarn/jquery/src/exports/global.js +34 -0
  176. data/_assets/yarn/jquery/src/jquery.js +41 -0
  177. data/_assets/yarn/jquery/src/manipulation.js +488 -0
  178. data/_assets/yarn/jquery/src/manipulation/_evalUrl.js +23 -0
  179. data/_assets/yarn/jquery/src/manipulation/buildFragment.js +104 -0
  180. data/_assets/yarn/jquery/src/manipulation/getAll.js +32 -0
  181. data/_assets/yarn/jquery/src/manipulation/setGlobalEval.js +22 -0
  182. data/_assets/yarn/jquery/src/manipulation/support.js +35 -0
  183. data/_assets/yarn/jquery/src/manipulation/var/rcheckableType.js +5 -0
  184. data/_assets/yarn/jquery/src/manipulation/var/rscriptType.js +5 -0
  185. data/_assets/yarn/jquery/src/manipulation/var/rtagName.js +5 -0
  186. data/_assets/yarn/jquery/src/manipulation/wrapMap.js +29 -0
  187. data/_assets/yarn/jquery/src/offset.js +229 -0
  188. data/_assets/yarn/jquery/src/queue.js +145 -0
  189. data/_assets/yarn/jquery/src/queue/delay.js +24 -0
  190. data/_assets/yarn/jquery/src/selector-native.js +237 -0
  191. data/_assets/yarn/jquery/src/selector-sizzle.js +19 -0
  192. data/_assets/yarn/jquery/src/selector.js +3 -0
  193. data/_assets/yarn/jquery/src/serialize.js +130 -0
  194. data/_assets/yarn/jquery/src/traversing.js +191 -0
  195. data/_assets/yarn/jquery/src/traversing/findFilter.js +106 -0
  196. data/_assets/yarn/jquery/src/traversing/var/dir.js +22 -0
  197. data/_assets/yarn/jquery/src/traversing/var/rneedsContext.js +8 -0
  198. data/_assets/yarn/jquery/src/traversing/var/siblings.js +17 -0
  199. data/_assets/yarn/jquery/src/var/ObjectFunctionString.js +7 -0
  200. data/_assets/yarn/jquery/src/var/arr.js +5 -0
  201. data/_assets/yarn/jquery/src/var/class2type.js +6 -0
  202. data/_assets/yarn/jquery/src/var/concat.js +7 -0
  203. data/_assets/yarn/jquery/src/var/document.js +5 -0
  204. data/_assets/yarn/jquery/src/var/documentElement.js +7 -0
  205. data/_assets/yarn/jquery/src/var/fnToString.js +7 -0
  206. data/_assets/yarn/jquery/src/var/getProto.js +5 -0
  207. data/_assets/yarn/jquery/src/var/hasOwn.js +7 -0
  208. data/_assets/yarn/jquery/src/var/indexOf.js +7 -0
  209. data/_assets/yarn/jquery/src/var/pnum.js +5 -0
  210. data/_assets/yarn/jquery/src/var/push.js +7 -0
  211. data/_assets/yarn/jquery/src/var/rcssNum.js +9 -0
  212. data/_assets/yarn/jquery/src/var/rnothtmlwhite.js +8 -0
  213. data/_assets/yarn/jquery/src/var/slice.js +7 -0
  214. data/_assets/yarn/jquery/src/var/support.js +6 -0
  215. data/_assets/yarn/jquery/src/var/toString.js +7 -0
  216. data/_assets/yarn/jquery/src/wrap.js +77 -0
  217. data/_assets/yarn/retinajs/.babelrc +4 -0
  218. data/_assets/yarn/retinajs/.editorconfig +15 -0
  219. data/_assets/yarn/retinajs/.eslintignore +2 -0
  220. data/_assets/yarn/retinajs/.eslintrc +9 -0
  221. data/_assets/yarn/retinajs/.npmignore +7 -0
  222. data/_assets/yarn/retinajs/.travis.yml +20 -0
  223. data/_assets/yarn/retinajs/LICENSE +20 -0
  224. data/_assets/yarn/retinajs/README.md +267 -0
  225. data/_assets/yarn/retinajs/bower.json +25 -0
  226. data/_assets/yarn/retinajs/dist/_retina.sass +68 -0
  227. data/_assets/yarn/retinajs/dist/_retina.scss +102 -0
  228. data/_assets/yarn/retinajs/dist/retina.js +100 -0
  229. data/_assets/yarn/retinajs/dist/retina.js.map +1 -0
  230. data/_assets/yarn/retinajs/dist/retina.less +56 -0
  231. data/_assets/yarn/retinajs/dist/retina.min.js +2 -0
  232. data/_assets/yarn/retinajs/dist/retina.min.js.map +1 -0
  233. data/_assets/yarn/retinajs/dist/retina.styl +56 -0
  234. data/_assets/yarn/retinajs/es/_retina.sass +68 -0
  235. data/_assets/yarn/retinajs/es/_retina.scss +102 -0
  236. data/_assets/yarn/retinajs/es/retina.js +91 -0
  237. data/_assets/yarn/retinajs/es/retina.js.map +1 -0
  238. data/_assets/yarn/retinajs/es/retina.less +56 -0
  239. data/_assets/yarn/retinajs/es/retina.styl +56 -0
  240. data/_assets/yarn/retinajs/gulpfile.babel.js +154 -0
  241. data/_assets/yarn/retinajs/package.json +57 -0
  242. data/_assets/yarn/retinajs/src/_retina.sass +68 -0
  243. data/_assets/yarn/retinajs/src/_retina.scss +102 -0
  244. data/_assets/yarn/retinajs/src/retina.js +246 -0
  245. data/_assets/yarn/retinajs/src/retina.less +56 -0
  246. data/_assets/yarn/retinajs/src/retina.styl +56 -0
  247. data/_assets/yarn/retinajs/test/DOM.js +44 -0
  248. data/_assets/yarn/retinajs/test/fixtures/image.js +19 -0
  249. data/_assets/yarn/retinajs/test/fixtures/less_expected_output.css +18 -0
  250. data/_assets/yarn/retinajs/test/fixtures/scss_expected_output.css +13 -0
  251. data/_assets/yarn/retinajs/test/fixtures/test.less +10 -0
  252. data/_assets/yarn/retinajs/test/fixtures/test.scss +11 -0
  253. data/_assets/yarn/retinajs/test/fixtures/xml_http_request.js +24 -0
  254. data/_assets/yarn/retinajs/test/functional/public/google-logo.png +0 -0
  255. data/_assets/yarn/retinajs/test/functional/public/google-logo@2x.png +0 -0
  256. data/_assets/yarn/retinajs/test/functional/public/google-logo@3x.png +0 -0
  257. data/_assets/yarn/retinajs/test/functional/public/index.html +190 -0
  258. data/_assets/yarn/retinajs/test/functional/public/ipad.png +0 -0
  259. data/_assets/yarn/retinajs/test/functional/public/ipad@2x.png +0 -0
  260. data/_assets/yarn/retinajs/test/functional/public/ipad@3x.png +0 -0
  261. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.sass +68 -0
  262. data/_assets/yarn/retinajs/test/functional/public/styles/_retina.scss +102 -0
  263. data/_assets/yarn/retinajs/test/functional/public/styles/less-base.less +13 -0
  264. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less +56 -0
  265. data/_assets/yarn/retinajs/test/functional/public/styles/retina.less.css +73 -0
  266. data/_assets/yarn/retinajs/test/functional/public/styles/retina.sass.css +42 -0
  267. data/_assets/yarn/retinajs/test/functional/public/styles/retina.scss.css +96 -0
  268. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl +56 -0
  269. data/_assets/yarn/retinajs/test/functional/public/styles/retina.styl.css +61 -0
  270. data/_assets/yarn/retinajs/test/functional/public/styles/sass-base.sass +10 -0
  271. data/_assets/yarn/retinajs/test/functional/public/styles/scss-base.scss +13 -0
  272. data/_assets/yarn/retinajs/test/functional/public/styles/styl-base.styl +10 -0
  273. data/_assets/yarn/retinajs/test/mocha-runner.js +7 -0
  274. data/_assets/yarn/retinajs/test/retina.spec.js +14 -0
  275. data/_assets/yarn/scrollreveal/.gitattributes +10 -0
  276. data/_assets/yarn/scrollreveal/.github/CONTRIBUTING.md +9 -0
  277. data/_assets/yarn/scrollreveal/.github/ISSUE_TEMPLATE.md +11 -0
  278. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/base.css +213 -0
  279. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/index.html +158 -0
  280. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/index.html +93 -0
  281. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/package.json.html +143 -0
  282. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/constructor.js.html +311 -0
  283. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/defaults.js.html +158 -0
  284. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/animate.js.html +395 -0
  285. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/delegate.js.html +179 -0
  286. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/index.html +145 -0
  287. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/initialize.js.html +197 -0
  288. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/rinse.js.html +311 -0
  289. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/functions/style.js.html +617 -0
  290. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/index.html +119 -0
  291. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/clean.js.html +137 -0
  292. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/destroy.js.html +182 -0
  293. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/index.html +132 -0
  294. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/reveal.js.html +524 -0
  295. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/methods/sync.js.html +125 -0
  296. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/instance/noop.js.html +89 -0
  297. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/index.html +93 -0
  298. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/polyfills/requestAnimationFrame.js.html +125 -0
  299. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/browser.js.html +272 -0
  300. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/core.js.html +434 -0
  301. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/generic.js.html +218 -0
  302. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/lib/src/utils/index.html +119 -0
  303. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.css +1 -0
  304. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/prettify.js +1 -0
  305. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sort-arrow-sprite.png +0 -0
  306. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov-report/sorter.js +158 -0
  307. data/_assets/yarn/scrollreveal/.ignore/coverage/PhantomJS 2.1.1 (Mac OS X 0.0.0)/lcov.info +1016 -0
  308. data/_assets/yarn/scrollreveal/.ignore/coverage/server.coverage.js +11 -0
  309. data/_assets/yarn/scrollreveal/.ignore/sandbox/css/styles.css +32 -0
  310. data/_assets/yarn/scrollreveal/.ignore/sandbox/index.html +68 -0
  311. data/_assets/yarn/scrollreveal/.ignore/sandbox/js/scrollreveal.js +1271 -0
  312. data/_assets/yarn/scrollreveal/.ignore/sandbox/rollup.conf.sandbox.js +15 -0
  313. data/_assets/yarn/scrollreveal/.ignore/sandbox/server.sandbox.js +11 -0
  314. data/_assets/yarn/scrollreveal/.npmignore +8 -0
  315. data/_assets/yarn/scrollreveal/CHANGELOG.md +268 -0
  316. data/_assets/yarn/scrollreveal/LICENSE.md +12 -0
  317. data/_assets/yarn/scrollreveal/README.md +413 -0
  318. data/_assets/yarn/scrollreveal/bower.json +24 -0
  319. data/_assets/yarn/scrollreveal/dist/scrollreveal.js +860 -0
  320. data/_assets/yarn/scrollreveal/dist/scrollreveal.min.js +1 -0
  321. data/_assets/yarn/scrollreveal/gulpfile.js +33 -0
  322. data/_assets/yarn/scrollreveal/lib/gulp/gulp-clean.js +7 -0
  323. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dev.js +6 -0
  324. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist-min.js +19 -0
  325. data/_assets/yarn/scrollreveal/lib/gulp/gulp-dist.js +6 -0
  326. data/_assets/yarn/scrollreveal/lib/gulp/gulp-server.js +9 -0
  327. data/_assets/yarn/scrollreveal/lib/gulp/gulp-validate-bower.js +13 -0
  328. data/_assets/yarn/scrollreveal/lib/gulp/gulp-watch.js +6 -0
  329. data/_assets/yarn/scrollreveal/src/scrollreveal.js +860 -0
  330. data/_assets/yarn/throttle-debounce-fn/.jscsrc +5 -0
  331. data/_assets/yarn/throttle-debounce-fn/.jshintrc +13 -0
  332. data/_assets/yarn/throttle-debounce-fn/.npmignore +1 -0
  333. data/_assets/yarn/throttle-debounce-fn/Gruntfile.js +76 -0
  334. data/_assets/yarn/throttle-debounce-fn/LICENSE.md +22 -0
  335. data/_assets/yarn/throttle-debounce-fn/README.md +55 -0
  336. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.js +164 -0
  337. data/_assets/yarn/throttle-debounce-fn/dist/throttle-debounce-fn.min.js +10 -0
  338. data/_assets/yarn/throttle-debounce-fn/package.json +36 -0
  339. data/_assets/yarn/throttle-debounce-fn/src/throttle-debounce-fn.js +156 -0
  340. data/_assets/yarn/turbolinks/LICENSE +20 -0
  341. data/_assets/yarn/turbolinks/README.md +473 -0
  342. data/_assets/yarn/turbolinks/dist/turbolinks.js +6 -0
  343. data/_assets/yarn/turbolinks/src/turbolinks/BANNER.js.erb +4 -0
  344. data/_assets/yarn/turbolinks/src/turbolinks/VERSION +1 -0
  345. data/_assets/yarn/turbolinks/src/turbolinks/browser_adapter.coffee +61 -0
  346. data/_assets/yarn/turbolinks/src/turbolinks/compatibility.coffee +30 -0
  347. data/_assets/yarn/turbolinks/src/turbolinks/controller.coffee +239 -0
  348. data/_assets/yarn/turbolinks/src/turbolinks/error_renderer.coffee +21 -0
  349. data/_assets/yarn/turbolinks/src/turbolinks/head_details.coffee +51 -0
  350. data/_assets/yarn/turbolinks/src/turbolinks/helpers.coffee +57 -0
  351. data/_assets/yarn/turbolinks/src/turbolinks/history.coffee +48 -0
  352. data/_assets/yarn/turbolinks/src/turbolinks/http_request.coffee +88 -0
  353. data/_assets/yarn/turbolinks/src/turbolinks/index.coffee +18 -0
  354. data/_assets/yarn/turbolinks/src/turbolinks/location.coffee +70 -0
  355. data/_assets/yarn/turbolinks/src/turbolinks/progress_bar.coffee +83 -0
  356. data/_assets/yarn/turbolinks/src/turbolinks/renderer.coffee +27 -0
  357. data/_assets/yarn/turbolinks/src/turbolinks/scroll_manager.coffee +28 -0
  358. data/_assets/yarn/turbolinks/src/turbolinks/snapshot.coffee +47 -0
  359. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_cache.coffee +43 -0
  360. data/_assets/yarn/turbolinks/src/turbolinks/snapshot_renderer.coffee +88 -0
  361. data/_assets/yarn/turbolinks/src/turbolinks/start.coffee +18 -0
  362. data/_assets/yarn/turbolinks/src/turbolinks/view.coffee +34 -0
  363. data/_assets/yarn/turbolinks/src/turbolinks/visit.coffee +162 -0
  364. data/_assets/yarn/webfontloader/CHANGELOG +419 -0
  365. data/_assets/yarn/webfontloader/LICENSE +176 -0
  366. data/_assets/yarn/webfontloader/README.md +394 -0
  367. data/_assets/yarn/webfontloader/package.json +37 -0
  368. data/_assets/yarn/webfontloader/src/closure.js +2 -0
  369. data/_assets/yarn/webfontloader/src/core/cssclassname.js +46 -0
  370. data/_assets/yarn/webfontloader/src/core/domhelper.js +405 -0
  371. data/_assets/yarn/webfontloader/src/core/eventdispatcher.js +195 -0
  372. data/_assets/yarn/webfontloader/src/core/font.js +140 -0
  373. data/_assets/yarn/webfontloader/src/core/fontmodule.js +16 -0
  374. data/_assets/yarn/webfontloader/src/core/fontmoduleloader.js +47 -0
  375. data/_assets/yarn/webfontloader/src/core/fontruler.js +60 -0
  376. data/_assets/yarn/webfontloader/src/core/fontwatcher.js +171 -0
  377. data/_assets/yarn/webfontloader/src/core/fontwatchrunner.js +249 -0
  378. data/_assets/yarn/webfontloader/src/core/initialize.js +97 -0
  379. data/_assets/yarn/webfontloader/src/core/nativefontwatchrunner.js +69 -0
  380. data/_assets/yarn/webfontloader/src/core/stylesheetwaiter.js +48 -0
  381. data/_assets/yarn/webfontloader/src/core/webfont.js +97 -0
  382. data/_assets/yarn/webfontloader/src/modules/custom.js +63 -0
  383. data/_assets/yarn/webfontloader/src/modules/fontdeck.js +66 -0
  384. data/_assets/yarn/webfontloader/src/modules/google/fontapiparser.js +181 -0
  385. data/_assets/yarn/webfontloader/src/modules/google/fontapiurlbuilder.js +77 -0
  386. data/_assets/yarn/webfontloader/src/modules/google/googlefontapi.js +54 -0
  387. data/_assets/yarn/webfontloader/src/modules/monotype.js +110 -0
  388. data/_assets/yarn/webfontloader/src/modules/typekit.js +73 -0
  389. data/_assets/yarn/webfontloader/webfontloader.js +17 -0
  390. data/_includes/footer.html +7 -0
  391. data/_includes/head.html +41 -0
  392. data/_includes/image.html +5 -0
  393. data/_includes/javascript.html +1 -0
  394. data/_includes/javascripts.html +19 -0
  395. data/_includes/navigation.html +75 -0
  396. data/_includes/stylesheet.html +1 -0
  397. data/_layouts/articles_by_tag.html +38 -0
  398. data/_layouts/default.html +16 -0
  399. data/_layouts/post.html +65 -0
  400. data/about.html +18 -0
  401. data/favicon.ico +0 -0
  402. data/feed.xml +20 -0
  403. data/index.html +49 -0
  404. data/robots.txt +5 -0
  405. metadata +596 -0
@@ -0,0 +1,88 @@
1
+ #= require ./renderer
2
+ #= require ./head_details
3
+
4
+ class Turbolinks.SnapshotRenderer extends Turbolinks.Renderer
5
+ constructor: (@currentSnapshot, @newSnapshot) ->
6
+ @currentHeadDetails = new Turbolinks.HeadDetails @currentSnapshot.head
7
+ @newHeadDetails = new Turbolinks.HeadDetails @newSnapshot.head
8
+ @newBody = @newSnapshot.body
9
+
10
+ render: (callback) ->
11
+ if @trackedElementsAreIdentical()
12
+ @mergeHead()
13
+ @renderView =>
14
+ @replaceBody()
15
+ @focusFirstAutofocusableElement()
16
+ callback()
17
+ else
18
+ @invalidateView()
19
+
20
+ mergeHead: ->
21
+ @copyNewHeadStylesheetElements()
22
+ @copyNewHeadScriptElements()
23
+ @removeCurrentHeadProvisionalElements()
24
+ @copyNewHeadProvisionalElements()
25
+
26
+ replaceBody: ->
27
+ @activateBodyScriptElements()
28
+ @importBodyPermanentElements()
29
+ @assignNewBody()
30
+
31
+ trackedElementsAreIdentical: ->
32
+ @currentHeadDetails.getTrackedElementSignature() is @newHeadDetails.getTrackedElementSignature()
33
+
34
+ copyNewHeadStylesheetElements: ->
35
+ for element in @getNewHeadStylesheetElements()
36
+ document.head.appendChild(element)
37
+
38
+ copyNewHeadScriptElements: ->
39
+ for element in @getNewHeadScriptElements()
40
+ document.head.appendChild(@createScriptElement(element))
41
+
42
+ removeCurrentHeadProvisionalElements: ->
43
+ for element in @getCurrentHeadProvisionalElements()
44
+ document.head.removeChild(element)
45
+
46
+ copyNewHeadProvisionalElements: ->
47
+ for element in @getNewHeadProvisionalElements()
48
+ document.head.appendChild(element)
49
+
50
+ importBodyPermanentElements: ->
51
+ for replaceableElement in @getNewBodyPermanentElements()
52
+ if element = @findCurrentBodyPermanentElement(replaceableElement)
53
+ replaceableElement.parentNode.replaceChild(element, replaceableElement)
54
+
55
+ activateBodyScriptElements: ->
56
+ for replaceableElement in @getNewBodyScriptElements()
57
+ element = @createScriptElement(replaceableElement)
58
+ replaceableElement.parentNode.replaceChild(element, replaceableElement)
59
+
60
+ assignNewBody: ->
61
+ document.body = @newBody
62
+
63
+ focusFirstAutofocusableElement: ->
64
+ @findFirstAutofocusableElement()?.focus()
65
+
66
+ getNewHeadStylesheetElements: ->
67
+ @newHeadDetails.getStylesheetElementsNotInDetails(@currentHeadDetails)
68
+
69
+ getNewHeadScriptElements: ->
70
+ @newHeadDetails.getScriptElementsNotInDetails(@currentHeadDetails)
71
+
72
+ getCurrentHeadProvisionalElements: ->
73
+ @currentHeadDetails.getProvisionalElements()
74
+
75
+ getNewHeadProvisionalElements: ->
76
+ @newHeadDetails.getProvisionalElements()
77
+
78
+ getNewBodyPermanentElements: ->
79
+ @newBody.querySelectorAll("[id][data-turbolinks-permanent]")
80
+
81
+ findCurrentBodyPermanentElement: (element) ->
82
+ document.body.querySelector("##{element.id}[data-turbolinks-permanent]")
83
+
84
+ getNewBodyScriptElements: ->
85
+ @newBody.querySelectorAll("script")
86
+
87
+ findFirstAutofocusableElement: ->
88
+ document.body.querySelector("[autofocus]")
@@ -0,0 +1,18 @@
1
+ Turbolinks.start = ->
2
+ if installTurbolinks()
3
+ Turbolinks.controller ?= createController()
4
+ Turbolinks.controller.start()
5
+
6
+ installTurbolinks = ->
7
+ window.Turbolinks ?= Turbolinks
8
+ moduleIsInstalled()
9
+
10
+ createController = ->
11
+ controller = new Turbolinks.Controller
12
+ controller.adapter = new Turbolinks.BrowserAdapter(controller)
13
+ controller
14
+
15
+ moduleIsInstalled = ->
16
+ window.Turbolinks is Turbolinks
17
+
18
+ Turbolinks.start() if moduleIsInstalled()
@@ -0,0 +1,34 @@
1
+ #= require ./snapshot
2
+ #= require ./snapshot_renderer
3
+ #= require ./error_renderer
4
+
5
+ class Turbolinks.View
6
+ constructor: (@delegate) ->
7
+ @element = document.documentElement
8
+
9
+ getRootLocation: ->
10
+ @getSnapshot().getRootLocation()
11
+
12
+ getSnapshot: ->
13
+ Turbolinks.Snapshot.fromElement(@element)
14
+
15
+ render: ({snapshot, error, isPreview}, callback) ->
16
+ @markAsPreview(isPreview)
17
+ if snapshot?
18
+ @renderSnapshot(snapshot, callback)
19
+ else
20
+ @renderError(error, callback)
21
+
22
+ # Private
23
+
24
+ markAsPreview: (isPreview) ->
25
+ if isPreview
26
+ @element.setAttribute("data-turbolinks-preview", "")
27
+ else
28
+ @element.removeAttribute("data-turbolinks-preview")
29
+
30
+ renderSnapshot: (snapshot, callback) ->
31
+ Turbolinks.SnapshotRenderer.render(@delegate, callback, @getSnapshot(), Turbolinks.Snapshot.wrap(snapshot))
32
+
33
+ renderError: (error, callback) ->
34
+ Turbolinks.ErrorRenderer.render(@delegate, callback, error)
@@ -0,0 +1,162 @@
1
+ #= require ./http_request
2
+
3
+ class Turbolinks.Visit
4
+ constructor: (@controller, location, @action) ->
5
+ @identifier = Turbolinks.uuid()
6
+ @location = Turbolinks.Location.wrap(location)
7
+ @adapter = @controller.adapter
8
+ @state = "initialized"
9
+ @timingMetrics = {}
10
+
11
+ start: ->
12
+ if @state is "initialized"
13
+ @recordTimingMetric("visitStart")
14
+ @state = "started"
15
+ @adapter.visitStarted(this)
16
+
17
+ cancel: ->
18
+ if @state is "started"
19
+ @request?.cancel()
20
+ @cancelRender()
21
+ @state = "canceled"
22
+
23
+ complete: ->
24
+ if @state is "started"
25
+ @recordTimingMetric("visitEnd")
26
+ @state = "completed"
27
+ @adapter.visitCompleted?(this)
28
+ @controller.visitCompleted(this)
29
+
30
+ fail: ->
31
+ if @state is "started"
32
+ @state = "failed"
33
+ @adapter.visitFailed?(this)
34
+
35
+ changeHistory: ->
36
+ unless @historyChanged
37
+ actionForHistory = if @location.isEqualTo(@referrer) then "replace" else @action
38
+ method = getHistoryMethodForAction(actionForHistory)
39
+ @controller[method](@location, @restorationIdentifier)
40
+ @historyChanged = true
41
+
42
+ issueRequest: ->
43
+ if @shouldIssueRequest() and not @request?
44
+ @progress = 0
45
+ @request = new Turbolinks.HttpRequest this, @location, @referrer
46
+ @request.send()
47
+
48
+ getCachedSnapshot: ->
49
+ if snapshot = @controller.getCachedSnapshotForLocation(@location)
50
+ if not @location.anchor? or snapshot.hasAnchor(@location.anchor)
51
+ if @action is "restore" or snapshot.isPreviewable()
52
+ snapshot
53
+
54
+ hasCachedSnapshot: ->
55
+ @getCachedSnapshot()?
56
+
57
+ loadCachedSnapshot: ->
58
+ if snapshot = @getCachedSnapshot()
59
+ isPreview = @shouldIssueRequest()
60
+ @render ->
61
+ @cacheSnapshot()
62
+ @controller.render({snapshot, isPreview}, @performScroll)
63
+ @adapter.visitRendered?(this)
64
+ @complete() unless isPreview
65
+
66
+ loadResponse: ->
67
+ if @response?
68
+ @render ->
69
+ @cacheSnapshot()
70
+ if @request.failed
71
+ @controller.render(error: @response, @performScroll)
72
+ @adapter.visitRendered?(this)
73
+ @fail()
74
+ else
75
+ @controller.render(snapshot: @response, @performScroll)
76
+ @adapter.visitRendered?(this)
77
+ @complete()
78
+
79
+ followRedirect: ->
80
+ if @redirectedToLocation and not @followedRedirect
81
+ @location = @redirectedToLocation
82
+ @controller.replaceHistoryWithLocationAndRestorationIdentifier(@redirectedToLocation, @restorationIdentifier)
83
+ @followedRedirect = true
84
+
85
+ # HTTP Request delegate
86
+
87
+ requestStarted: ->
88
+ @recordTimingMetric("requestStart")
89
+ @adapter.visitRequestStarted?(this)
90
+
91
+ requestProgressed: (@progress) ->
92
+ @adapter.visitRequestProgressed?(this)
93
+
94
+ requestCompletedWithResponse: (@response, redirectedToLocation) ->
95
+ @redirectedToLocation = Turbolinks.Location.wrap(redirectedToLocation) if redirectedToLocation?
96
+ @adapter.visitRequestCompleted(this)
97
+
98
+ requestFailedWithStatusCode: (statusCode, @response) ->
99
+ @adapter.visitRequestFailedWithStatusCode(this, statusCode)
100
+
101
+ requestFinished: ->
102
+ @recordTimingMetric("requestEnd")
103
+ @adapter.visitRequestFinished?(this)
104
+
105
+ # Scrolling
106
+
107
+ performScroll: =>
108
+ unless @scrolled
109
+ if @action is "restore"
110
+ @scrollToRestoredPosition() or @scrollToTop()
111
+ else
112
+ @scrollToAnchor() or @scrollToTop()
113
+ @scrolled = true
114
+
115
+ scrollToRestoredPosition: ->
116
+ position = @restorationData?.scrollPosition
117
+ if position?
118
+ @controller.scrollToPosition(position)
119
+ true
120
+
121
+ scrollToAnchor: ->
122
+ if @location.anchor?
123
+ @controller.scrollToAnchor(@location.anchor)
124
+ true
125
+
126
+ scrollToTop: ->
127
+ @controller.scrollToPosition(x: 0, y: 0)
128
+
129
+ # Instrumentation
130
+
131
+ recordTimingMetric: (name) ->
132
+ @timingMetrics[name] ?= new Date().getTime()
133
+
134
+ getTimingMetrics: ->
135
+ Turbolinks.copyObject(@timingMetrics)
136
+
137
+ # Private
138
+
139
+ getHistoryMethodForAction = (action) ->
140
+ switch action
141
+ when "replace" then "replaceHistoryWithLocationAndRestorationIdentifier"
142
+ when "advance", "restore" then "pushHistoryWithLocationAndRestorationIdentifier"
143
+
144
+ shouldIssueRequest: ->
145
+ if @action is "restore"
146
+ not @hasCachedSnapshot()
147
+ else
148
+ true
149
+
150
+ cacheSnapshot: ->
151
+ unless @snapshotCached
152
+ @controller.cacheSnapshot()
153
+ @snapshotCached = true
154
+
155
+ render: (callback) ->
156
+ @cancelRender()
157
+ @frame = requestAnimationFrame =>
158
+ @frame = null
159
+ callback.call(this)
160
+
161
+ cancelRender: ->
162
+ cancelAnimationFrame(@frame) if @frame
@@ -0,0 +1,419 @@
1
+ v1.6.28 (March 27, 2017)
2
+
3
+ * Clear timer timeout when promise resolves.
4
+
5
+ v1.6.27 (November 29, 2016)
6
+
7
+ * Disable native font loading for Safari 10
8
+
9
+ v1.6.26 (July 8, 2016)
10
+
11
+ * Add support for latin extended in the Google Fonts module.
12
+
13
+ v1.6.25 (July 7, 2016)
14
+
15
+ * Add "loadAllFonts" option to Monotype module.
16
+ * Add documentation on how to use Web Font Loader with Edge Web Fonts.
17
+
18
+ v1.6.24 (March 20, 2016)
19
+
20
+ * Fix type annotation in DomHelper.
21
+
22
+ v1.6.23 (March 20, 2016)
23
+
24
+ * Add bower.json
25
+ * Small code rewrite in order to workaround a bad type cast (Closure Compiler
26
+ is correct, but reality doesn't always match).
27
+
28
+ v1.6.22 (February 29, 2016)
29
+
30
+ * Fix bug that caused long loading fonts to get stuck on wf-loading because
31
+ the timeout never fired (or took a really long time).
32
+
33
+ v1.6.21 (February 2, 2016)
34
+
35
+ * Fix bug in Google module that caused non-latin to fail on browsers that
36
+ support the native font loading API.
37
+ * Fix bug in IE8 where font events sometimes failed due to a timing issue.
38
+
39
+ v1.6.20 (January 4, 2016)
40
+
41
+ * Add all source files to the npm package.
42
+
43
+ v1.6.19 (January 4, 2016)
44
+
45
+ * Add src/core files to npm package.
46
+
47
+ v1.6.18 (January 4, 2016)
48
+
49
+ * Version bump.
50
+
51
+ v1.6.17 (January 4, 2016)
52
+
53
+ * Upgrade closure compiler and base.js to latest version (no code changes).
54
+
55
+ v1.6.16 (December 8, 2015)
56
+
57
+ * Add support for detecting font loads even if the font isn't in the CSSOM yet (workaround for a Chrome bug).
58
+
59
+ v1.6.15 (November 26, 2015)
60
+
61
+ * Temporarily disable the native font loading API in Firefox 42 and below due to a bug.
62
+
63
+ v1.6.14 (November 24, 2015)
64
+
65
+ * Change media type check to be more reliable on old IE.
66
+
67
+ v1.6.13 (November 24, 2015)
68
+
69
+ * Fix media type check in IE/Edge.
70
+
71
+ v1.6.12 (November 23, 2015)
72
+
73
+ * Fix bug that sometimes caused wf-inactive to show when asynchronously loading CSS.
74
+
75
+ v1.6.11 (November 17, 2015)
76
+
77
+ * Only include production build in npm package
78
+ * Fix bug that caused duplicate font loads to fail (using the native font loading code)
79
+
80
+ v1.6.10 (October 9, 2015)
81
+
82
+ * Fix compile warning
83
+
84
+ v1.6.9 (October 9, 2015)
85
+
86
+ * Fix native font load detection when combined with asynchronous CSS loading
87
+ * Fix support for font family names starting with a number
88
+
89
+ v1.6.8 (October 1, 2015)
90
+
91
+ * Add support for the native font loading API.
92
+
93
+ v1.6.7 (September 24, 2015)
94
+
95
+ * Update Monotype module
96
+
97
+ v1.6.6 (August 7, 2015)
98
+
99
+ * Fix weird check in insertInto that disallowed adding a link to an empty head element.
100
+ * Load fonts asynchronously for the Typekit module.
101
+ * Remove font rulers and trigger callback asynchronously to avoid unnecessary reflows.
102
+
103
+ v1.6.5 (July 25, 2015)
104
+ * Optimise layout calculations
105
+ * Fix Rubygems source
106
+ * Simplify internal Google module code
107
+
108
+ v1.6.4 (July 9, 2015)
109
+ * Optimise reflows when setting up test spans.
110
+
111
+ v1.6.3 (June 1, 2015)
112
+ * Fix invalid references to global this (window).
113
+
114
+ v1.6.2 (May 29, 2015)
115
+ * No changes.
116
+
117
+ v1.6.1 (May 29, 2015)
118
+ * Automatically update npm version.
119
+
120
+ v1.6.0 (May 28, 2015)
121
+ * Remove user agent string sniffing. From now on the Web Font Loader will always try to load fonts.
122
+
123
+ v1.5.21 (May 26, 2015)
124
+ * No changes.
125
+
126
+ v1.5.20 (May 26, 2015)
127
+ * Use setTimeout instead of window.setTimeout
128
+
129
+ v1.5.19 (May 24, 2015)
130
+ * Add UMD wrapper
131
+
132
+ v1.5.18 (April 15, 2015)
133
+ * Add configuration option to enable asynchronous CSS (internal API)
134
+
135
+ v1.5.17 (April 14, 2015)
136
+ * Load CSS files asynchronously
137
+
138
+ v1.5.16 (March 30, 2015)
139
+ * Optimise DOM performance in the font watcher.
140
+
141
+ v1.5.15 (March 25, 2015)
142
+ * Increase offset position for ruler so scrollbars are less likely to be triggered by large test strings
143
+
144
+ v1.5.14 (January 23, 2015)
145
+ * Refactor EventDispatcher
146
+
147
+ v1.5.13 (January 20, 2015)
148
+ * Remove unused exports
149
+ * Move definition of FontTestStrings to where it is first used
150
+
151
+ v1.5.12 (January 19, 2015)
152
+ * Revert using visibility hidden (caused strange artifacts on some sites on iOS browsers)
153
+ * Fix compiler warnings
154
+
155
+ v1.5.11 (January 7, 2015)
156
+ * Add support for explicitly setting the protocol
157
+
158
+ v1.5.10 (December 18, 2014)
159
+ * Fix parameters passed to Typekit KitJS
160
+
161
+ v1.5.9 (December 18, 2014)
162
+ * Use visibility hidden instead of off-screen positioning
163
+ * Decouple Typekit internal API
164
+ * Disable native font loading (see comment)
165
+
166
+ v1.5.8 (November 17, 2014)
167
+ * Add prebuilt library to repository
168
+
169
+ v1.5.7 (November 17, 2014)
170
+ * Decrease default timeout to 3 seconds
171
+ * Add support for native font loading
172
+
173
+ v1.5.6 (September 3, 2014)
174
+ * Fix double inactive event when all modules fail to load
175
+
176
+ v1.5.5 (June 5, 2014)
177
+ * Add support for the Chromecast browser
178
+
179
+ v1.5.4 (May 2, 2014)
180
+ * Add support for the PlayStation 4 browser
181
+
182
+ v1.5.3 (April 8, 2014)
183
+ * Prevent a potential FOUT when setting the font event classes.
184
+ * Add "display:block" to test rulers so "* { display: none; }" doesn't override it
185
+
186
+ v1.5.2 (January 3, 2014)
187
+ * Add Copyright, License and Version to the compiled output file(s)
188
+ * Fix small bug in Google Font module that rejected font variations with dashes
189
+
190
+ v1.5.1 (October 15, 2013)
191
+ * Dispatch wf-loading event synchronously instead of waiting for asynchronous modules
192
+ * Update README explaining how to use custom fonts without a stylesheet
193
+ * Add license information to gemspec
194
+
195
+ v1.5.0 (September 9, 2013)
196
+ * Correctly categorize Internet Explorer 11 as an Internet Explorer version.
197
+ * Add support for custom test strings in the custom module.
198
+ * Various small bug fixes to the test suite so it runs on all browsers automatically.
199
+
200
+ v1.4.12 (August 21, 2013)
201
+ * Cleared up initialization code and made all modules optional and configurable at compile time
202
+
203
+ v1.4.11 (August 8, 2013)
204
+ * Remove Ascender module (according to Monotype the service has now been shutdown completely.)
205
+ * Switch Monotype module to use fast.fonts.net instead of fast.fonts.com
206
+ * Update license
207
+
208
+ v1.4.10 (July 31, 2013)
209
+ * Add loadStylesheet method with optional callback that replaces createCssLink
210
+ * Remove supportForStyle check because it breaks XHTML/SVG and is no longer necessary
211
+ * Fix inactive never called when script loading times out
212
+ * Move test assets into fixtures directory
213
+
214
+ v1.4.9 (July 24, 2013)
215
+ * Disable terminal spec report when not using PhantomJS
216
+ * Remove obsolete namespace declaration
217
+
218
+ v1.4.8 (June 24, 2013)
219
+ * Add support for the Chromium based Opera browser
220
+ * Change the debug task to do a Closure Compiler debug build
221
+ * Fix a global variable leak in the compiled output
222
+ * Add support for the PhantomJS user agent string
223
+
224
+ v1.4.7 (June 6, 2013)
225
+ * Fix backwards compatibility with version strings for Chrome
226
+ * Restore specs that test against version strings for backwards compatibility with the old UserAgent API.
227
+
228
+ v1.4.6 (May 29, 2013)
229
+ * Merge font watching strategies from core and the Google module
230
+ * Add support for the Samsung Galaxy S4 user agent string
231
+
232
+ v1.4.5 (May 23, 2013)
233
+ * Move modules into their own namespace
234
+ * Add new methods into DomHelper and add specs for all DomHelper methods
235
+ * Rename watch method so as not to conflict with Firefox Object.prototype.watch
236
+
237
+ v1.4.4 (May 22, 2013)
238
+ * Change the UserAgent API so that it is backwards compatible with older Typekit kits.
239
+
240
+ v1.4.3 (May 16, 2013)
241
+ * UserAgent now maintains version numbers as instances of the Version class.
242
+
243
+ v1.4.2 (April 11, 2013)
244
+ * Namespace is now configurable at compile time
245
+ * BrowserInfo and UserAgent are exported so Typekit KitJS and the standalone webfontloader can share data
246
+ * Add "aria-hidden=true" to test spans so screen readers do not read test spans
247
+ * Fix passing the test strings from the modules to core.
248
+
249
+ v1.4.1 (April 8, 2013)
250
+ * Internal rewrite of font and variations
251
+ * Fix for the configurable timeout on the Google module
252
+
253
+ v1.4.0 (March 28, 2013)
254
+ * Stop exporting the `addModule` API to dynamically add modules (it didn't work anyway.)
255
+ * Stop checking the height when monitoring for font load. This turned out to be inconsistent across platforms.
256
+
257
+ v1.3.2 (March 27, 2013)
258
+ * Add support for the Amazon 1 and 2+ browsers.
259
+
260
+ v1.3.1 (March 14, 2013)
261
+ * Change code to use explicit dependencies
262
+ * Fix unit tests in older browsers
263
+ * Fix google/FontApiParser.js to work in IE <= 8
264
+
265
+ v1.3.0 (February 28, 2013)
266
+ * New optional configuration parameter `timeout` which lets you customize the default timeout.
267
+ * Change the Typekit module to use `use.typekit.net` instead of `use.typekit.com`.
268
+ * Disable height check on OSX and iOS WebKit based browsers which suffer from a metrics bug when loading web fonts.
269
+
270
+ v1.2.1 (February 26, 2013)
271
+ * Fix the possibility of test strings wrapping to a new line and thereby breaking font watching.
272
+ * Change the FontWatchRunner to not create DOM elements until it is started.
273
+ * Fix the possibility of extraneous whitespace in class names.
274
+ * Add a cache buster parameter to the Monotype/Fonts.com module.
275
+ * Fix the case where there are no fonts to load. Webfontloader will now fire the inactive event correctly.
276
+ * Test suite now uses the active browser to test font watching in addition to the mocked font watching tests.
277
+ * Test suite is now using Jasmine instead of JSTestDriver.
278
+
279
+ v1.2.0 (January 30, 2013)
280
+ * Improved font watching for browsers with the WebKit web font fallback bug
281
+ * Improved font watching in general by comparing both width and height
282
+ * UserAgent user interface has changed with the introduction of a BrowserInfo object that contains information derived from the user agent string
283
+ * The custom module now supports loading font variations
284
+
285
+ v1.1.2 (January 21, 2013)
286
+ * Added parameter to Google module to do character based subsetting.
287
+ * Made WebKit useragent check less strict about capitalization for LG L160 phones that apparently use 'AppleWebkit' instead of 'AppleWebKit' in their useragent strings.
288
+
289
+ v1.1.1 (December 12, 2012)
290
+ * Added the ability to recognize BlackBerry devices, which have web font support (WOFF) in platform version 10+
291
+ * Added a new browser name "BuiltinBrowser" to recognize built-in browsers on mobile platforms which we previously called "Safari" (applies to Android's "Browser" app and BlackBerry's built-in browser)
292
+ * Fixed a bug in the Monotype module which caused a double active event in IE9 and no active event in IE8 (reported in issue #64)
293
+ * Fixed some typos in the demo pages
294
+
295
+ v1.1.0 (December 5, 2012)
296
+ * Adds the ability to load fonts into a same-origin child window or iframe using the new optional `context` configuration option (thanks to @ryanwolf of Google).
297
+ * Updates the demos to fix broken stuff and demonstrate the new context option in action.
298
+ * DomHelper interface changed to take the main window and an optional separate window for loading.
299
+ * Methods added to retrieve both windows and get the correct protocol for assets from the location's protocol.
300
+
301
+ v1.0.31 (September 11, 2012)
302
+ * Improvements to Google's module to recognize more variation descriptor formats (such as 100italic and 200n).
303
+
304
+ v1.0.30 (August 17, 2012)
305
+ * Added support for detecting the Windows Phone platform in UserAgentParser, which supports web fonts at version 8 and above.
306
+ * Changes to make the global namespace of the library easier to configure when used in 3rd-party projects. (Thanks cbosco!)
307
+
308
+ v1.0.29 (July 26, 2012)
309
+ * Added test to ensure Firefox for Android is properly detected as "Firefox" by UserAgentParser.
310
+ * Added test to ensure Opera Mobile for Android is properly detected as "Opera" by UserAgentParser.
311
+ * Changed detection so that Chrome for iOS is detected as "Chrome" instead of "Safari".
312
+ * Changed detection so that Opera Mini is correctly detected as "OperaMini" (without font support) instead of "Opera" (with font support).
313
+ * Fixed a bug in Google Web Fonts module when requesting a font family with character sets and no variations.
314
+ * Scaled back the number of fall back fonts used in the Google Web Fonts font watching code.
315
+
316
+ v1.0.28 (June 4, 2012)
317
+ * Added support for detecting the Chrome OS platform ("CrOS") in the UserAgentParser.
318
+
319
+ v1.0.27 (April 20, 2012)
320
+ * Updated DomHelper to not require a UserAgent instance. Feature-detection is not used instead of UA detection for switching DOM methods.
321
+
322
+ v1.0.26 (February 8, 2012)
323
+ * Updated the included version of the Closure JS compiler jar to 1741, to handle newer annotation styles.
324
+ * Added a missing param annotation for the new FontWatcher.watch argument.
325
+ * Added param annotations for Google's custom FontWatchRunner implementation.
326
+ * Updated the Google Web Fonts API parser to accept family names with a plus sign.
327
+
328
+ v1.0.25 (February 7, 2012)
329
+ * Updated the user agent parser to recognize Chrome for Android properly as a Chrome browser.
330
+
331
+ v1.0.24 (January 9, 2012)
332
+ * Updated the standard test string from "BESs" to "BESbswy" for more width variability.
333
+ * Improved Google's custom FontWatchRunner implementation for Webkit to work around an issue where the browser reports the 400 weight's width when it is already loaded.
334
+
335
+ v1.0.23 (November 29, 2011)
336
+ * Made the FontWatchRunner implementation configurable on a module-by-module basis.
337
+ * Added a new .start() method to FontWatchRunner to actually kick off font loading detection.
338
+ * Added a different FontWatchRunner implementation that Google's module uses to work around a Webkit browser bug. This implementation won't trigger active early, but may trigger active much later, so it's not the default for all modules.
339
+ * Updated the implementation of Fontdeck's module to defer loading responsibility to their JS.
340
+
341
+ v1.0.22 (July 1, 2011)
342
+ * Fixed a bug in Webkit-based browsers with font detection where active would trigger without the font actually being active yet.
343
+ * Increased the frequency of checking the widths of the font watcher spans.
344
+
345
+ v1.0.21 (June 17, 2011)
346
+ * Added a protocol detect for the Typekit module so JS is loaded securely on secure pages. Thanks to bee525 for the pull request.
347
+
348
+ v1.0.20 (March 30, 2011)
349
+ * Changed CSS style for hidden span so it's not affected by inline or floated elements at the end of the body
350
+
351
+ v1.0.19 (March 3, 2011)
352
+ * Add a module for Monotype.
353
+
354
+ v1.0.18 (January 24, 2011)
355
+ * Improve behavior of CSS classes over multiple loads on a single page. (Documented in docs/EVENTS.md)
356
+ * Add support for international subsets in the Google module.
357
+ * Add a module for Fontdeck.
358
+
359
+ v1.0.17 (December 1, 2010)
360
+ * Changed CSS style for hidden span in order to be less affected by environment
361
+ * Removed restriction on iPhone/iPad/iPod in the google modules
362
+
363
+ v1.0.16 (November 18, 2010)
364
+ * Fix a bug where we fail to detect that fonts have loaded if they have the same width as the fallback font.
365
+
366
+ v1.0.15 (October 14, 2010)
367
+ * Fix an error parsing platform version in IE, when it has no items following the platform in the UA string.
368
+
369
+ v1.0.14 (October 14, 2010)
370
+ * Bugfix: fixed IE issue in google module.
371
+
372
+ v1.0.13 (September 30, 2010)
373
+ * Added support for detecting Adobe Air.
374
+
375
+ v1.0.12 (September 30, 2010)
376
+ * Bugfix: google module, change the url builder to handle integrations.
377
+
378
+ v1.0.10 (September 24, 2010)
379
+ * Bugfix: extra alert
380
+
381
+ v1.0.10 (September 22, 2010)
382
+ * Add support for customizable FontWatcher test string, for international
383
+ fonts.
384
+
385
+ v1.0.9 (September 10, 2010)
386
+ * Bugfix: of the bug fix
387
+
388
+ v1.0.8 (September 10, 2010)
389
+ * Bugfix: fix type definitions
390
+
391
+ v1.0.7 (August 31, 2010)
392
+ * Fix that wf-loading was not removed in the case of wf-inactive because of
393
+ a timeout.
394
+ * Add UserAgent#getDocumentMode to aid in determining font support in IE.
395
+
396
+ v1.0.6 (July 20, 2010)
397
+ * Add JsDoc comments and type annotations for the Closure compiler. Fixes
398
+ several small bugs caught by the compiler in doing so.
399
+
400
+ v1.0.5 (July 12, 2010)
401
+ * webfont.UserAgent now provides getPlatformVersion. WebFont Loader is now
402
+ packaged as a ruby gem.
403
+
404
+ v1.0.4 (June 14, 2010)
405
+ * Add a module for Ascender's Fonts Live.
406
+
407
+ v1.0.3 (June 6, 2010)
408
+ * IE fixes.
409
+
410
+ v1.0.2 (June 1, 2010)
411
+ * Added a way of loading the WebFont Loader script asynchronously.
412
+
413
+ v1.0.1 (May 20, 2010)
414
+ * Fix namespace pollution by wrapping all of the code in a closure.
415
+
416
+ v1.0.0 (May 19, 2010)
417
+ * Initial release!
418
+ * Modules: google, typekit, custom
419
+ * Events: loading, active, inactive, fontloading, fontactive, fontintactive