jekyll-theme-hydejack 7.5.2 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (328) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -4
  3. data/README.md +139 -86
  4. data/_includes/body/analytics.html +36 -0
  5. data/_includes/{comments.html → body/comments.html} +0 -0
  6. data/_includes/{footer.html → body/footer.html} +4 -2
  7. data/_includes/body/index.html +22 -0
  8. data/_includes/body/main.html +18 -0
  9. data/_includes/{menu.html → body/menu.html} +1 -0
  10. data/_includes/{nav.html → body/nav.html} +0 -0
  11. data/_includes/body/scripts.html +22 -0
  12. data/_includes/{sidebar.html → body/sidebar.html} +19 -6
  13. data/_includes/{about.html → components/about.html} +1 -1
  14. data/_includes/{author.html → components/author.html} +3 -3
  15. data/_includes/{avatar-tag.html → components/avatar-tag.html} +0 -0
  16. data/_includes/{srcset-img.html → components/hy-img.html} +24 -8
  17. data/_includes/{link.html → components/link.html} +0 -0
  18. data/_includes/{message.html → components/message.html} +0 -0
  19. data/_includes/{pagination.html → components/pagination.html} +2 -2
  20. data/_includes/{post-list-item.html → components/post-list-item.html} +0 -0
  21. data/_includes/{post.html → components/post.html} +21 -10
  22. data/_includes/{related-posts.html → components/related-posts.html} +1 -1
  23. data/_includes/components/social-list-item.html +40 -0
  24. data/_includes/components/social.html +23 -0
  25. data/_includes/{tag-list.html → components/tag-list.html} +0 -0
  26. data/_includes/head/index.html +9 -0
  27. data/_includes/head/links.html +7 -5
  28. data/_includes/head/meta.html +3 -3
  29. data/_includes/{page-style.html → head/page-style.html} +1 -1
  30. data/_includes/head/scripts.html +10 -39
  31. data/_includes/head/styles.html +42 -15
  32. data/_includes/header.txt +1 -1
  33. data/_includes/my-body.html +42 -0
  34. data/_includes/my-scripts.html +55 -0
  35. data/_includes/scripts/load-js.js +60 -0
  36. data/_includes/scripts/load-js.min.js +1 -0
  37. data/_includes/{smart-url → smart-url.txt} +0 -0
  38. data/_includes/styles/inline.scss +15 -19
  39. data/_includes/styles/style.scss +20 -17
  40. data/_includes/templates/animation.html +1 -1
  41. data/_includes/templates/back.html +1 -1
  42. data/_includes/templates/cookies-banner.html +1 -1
  43. data/_includes/templates/error.html +1 -1
  44. data/_includes/{templates.html → templates/index.html} +1 -2
  45. data/_includes/templates/loading.html +1 -1
  46. data/_includes/templates/permalink.html +1 -1
  47. data/_layouts/about.html +29 -30
  48. data/_layouts/base.html +20 -62
  49. data/_layouts/blog.html +20 -22
  50. data/_layouts/compress.html +1 -1
  51. data/_layouts/default.html +13 -18
  52. data/_layouts/home.html +11 -16
  53. data/_layouts/list.html +13 -18
  54. data/_layouts/not-found.html +11 -16
  55. data/_layouts/page.html +12 -17
  56. data/_layouts/post.html +15 -20
  57. data/_layouts/redirect.html +11 -16
  58. data/_sass/_mixins.scss +10 -15
  59. data/_sass/_spinner.scss +10 -15
  60. data/_sass/_variables.scss +35 -19
  61. data/_sass/hydejack/__inline/_avatar.scss +33 -32
  62. data/_sass/hydejack/__inline/_base.scss +30 -68
  63. data/_sass/hydejack/__inline/_break-layout.scss +19 -26
  64. data/_sass/hydejack/__inline/_content.scss +29 -34
  65. data/_sass/hydejack/__inline/_footer.scss +19 -26
  66. data/_sass/hydejack/__inline/_images.scss +38 -0
  67. data/_sass/hydejack/__inline/_katex.scss +19 -26
  68. data/_sass/hydejack/__inline/_links.scss +45 -0
  69. data/_sass/hydejack/__inline/_mark-external.scss +19 -26
  70. data/_sass/hydejack/__inline/_menu.scss +28 -35
  71. data/_sass/hydejack/__inline/_sidebar.scss +76 -76
  72. data/_sass/hydejack/__inline/_social.scss +25 -31
  73. data/_sass/hydejack/__inline/_utilities.scss +42 -0
  74. data/_sass/hydejack/__link/_avatar.scss +29 -28
  75. data/_sass/hydejack/__link/_base.scss +19 -83
  76. data/_sass/hydejack/__link/_break-layout.scss +35 -34
  77. data/_sass/hydejack/__link/_content.scss +19 -26
  78. data/_sass/hydejack/__link/_footer.scss +19 -26
  79. data/_sass/hydejack/__link/_images.scss +84 -0
  80. data/_sass/hydejack/__link/_katex.scss +19 -26
  81. data/_sass/hydejack/__link/_links.scss +53 -0
  82. data/_sass/hydejack/__link/_mark-external.scss +19 -26
  83. data/_sass/hydejack/__link/_menu.scss +29 -50
  84. data/_sass/hydejack/__link/_sidebar.scss +71 -118
  85. data/_sass/hydejack/__link/_social.scss +19 -26
  86. data/_sass/hydejack/__link/_utilities.scss +51 -0
  87. data/_sass/hydejack/_avatar.pre.scss +26 -20
  88. data/_sass/hydejack/_base.pre.scss +22 -88
  89. data/_sass/hydejack/_break-layout.pre.scss +26 -23
  90. data/_sass/hydejack/_content.pre.scss +20 -23
  91. data/_sass/hydejack/_footer.pre.scss +10 -15
  92. data/_sass/hydejack/_images.pre.scss +77 -0
  93. data/_sass/hydejack/_katex.pre.scss +10 -15
  94. data/_sass/hydejack/_links.pre.scss +47 -0
  95. data/_sass/hydejack/_mark-external.pre.scss +10 -15
  96. data/_sass/hydejack/_menu.pre.scss +31 -38
  97. data/_sass/hydejack/_sidebar.pre.scss +98 -116
  98. data/_sass/hydejack/_social.pre.scss +16 -20
  99. data/_sass/hydejack/_utilities.pre.scss +43 -0
  100. data/_sass/my-variables.scss +0 -8
  101. data/_sass/pooleparty/__inline/_base.scss +19 -28
  102. data/_sass/pooleparty/__inline/_code.scss +19 -26
  103. data/_sass/pooleparty/__inline/_footer.scss +19 -26
  104. data/_sass/pooleparty/__inline/_footnotes.scss +19 -26
  105. data/_sass/pooleparty/__inline/_message.scss +19 -26
  106. data/_sass/pooleparty/__inline/_pagination.scss +19 -26
  107. data/_sass/pooleparty/__inline/_posts.scss +19 -26
  108. data/_sass/pooleparty/__inline/_read-more.scss +25 -0
  109. data/_sass/pooleparty/__inline/_related.scss +19 -26
  110. data/_sass/pooleparty/__inline/_table.scss +19 -26
  111. data/_sass/pooleparty/__inline/_type.scss +25 -39
  112. data/_sass/pooleparty/__link/_base.scss +19 -26
  113. data/_sass/pooleparty/__link/_code.scss +19 -26
  114. data/_sass/pooleparty/__link/_footer.scss +19 -26
  115. data/_sass/pooleparty/__link/_footnotes.scss +30 -26
  116. data/_sass/pooleparty/__link/_message.scss +19 -26
  117. data/_sass/pooleparty/__link/_pagination.scss +19 -26
  118. data/_sass/pooleparty/__link/_posts.scss +20 -27
  119. data/_sass/pooleparty/__link/_read-more.scss +45 -0
  120. data/_sass/pooleparty/__link/_related.scss +19 -26
  121. data/_sass/pooleparty/__link/_table.scss +19 -26
  122. data/_sass/pooleparty/__link/_type.scss +27 -48
  123. data/_sass/pooleparty/_base.pre.scss +10 -17
  124. data/_sass/pooleparty/_code.pre.scss +10 -15
  125. data/_sass/pooleparty/_footer.pre.scss +10 -15
  126. data/_sass/pooleparty/_footnotes.pre.scss +21 -15
  127. data/_sass/pooleparty/_message.pre.scss +10 -15
  128. data/_sass/pooleparty/_pagination.pre.scss +10 -15
  129. data/_sass/pooleparty/_posts.pre.scss +11 -16
  130. data/_sass/pooleparty/_read-more.pre.scss +36 -0
  131. data/_sass/pooleparty/_related.pre.scss +10 -15
  132. data/_sass/pooleparty/_table.pre.scss +10 -15
  133. data/_sass/pooleparty/_type.pre.scss +24 -50
  134. data/assets/Resume.pdf +0 -0
  135. data/assets/bower.json +3 -3
  136. data/assets/bower_components/fontfaceobserver/.bower.json +33 -0
  137. data/assets/bower_components/fontfaceobserver/.gitignore +2 -0
  138. data/assets/bower_components/fontfaceobserver/.travis.yml +16 -0
  139. data/assets/bower_components/fontfaceobserver/Gruntfile.js +101 -0
  140. data/assets/bower_components/fontfaceobserver/LICENSE +23 -0
  141. data/assets/bower_components/fontfaceobserver/bower.json +22 -0
  142. data/assets/bower_components/fontfaceobserver/exports.js +8 -0
  143. data/assets/bower_components/fontfaceobserver/externs-commonjs.js +10 -0
  144. data/assets/bower_components/fontfaceobserver/externs.js +15 -0
  145. data/assets/bower_components/fontfaceobserver/fontfaceobserver.js +12 -0
  146. data/assets/bower_components/fontfaceobserver/fontfaceobserver.standalone.js +8 -0
  147. data/assets/bower_components/fontfaceobserver/package.json +57 -0
  148. data/assets/bower_components/fontfaceobserver/src/descriptors.js +10 -0
  149. data/assets/bower_components/fontfaceobserver/src/observer.js +349 -0
  150. data/assets/bower_components/fontfaceobserver/src/ruler.js +130 -0
  151. data/assets/bower_components/fontfaceobserver/test/assets/index.html +8 -0
  152. data/assets/bower_components/fontfaceobserver/test/assets/late.css +1 -0
  153. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
  154. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
  155. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
  156. data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
  157. data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
  158. data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
  159. data/assets/bower_components/fontfaceobserver/test/deps.js +5 -0
  160. data/assets/bower_components/fontfaceobserver/test/index.html +97 -0
  161. data/assets/bower_components/fontfaceobserver/test/observer-test.js +465 -0
  162. data/assets/bower_components/fontfaceobserver/test/ruler-test.js +112 -0
  163. data/assets/bower_components/fontfaceobserver/vendor/google/base.js +1489 -0
  164. data/assets/bower_components/katex/.bower.json +7 -6
  165. data/assets/bower_components/katex/dist/contrib/auto-render.js +790 -0
  166. data/assets/bower_components/katex/dist/contrib/auto-render.min.js +1 -1
  167. data/assets/bower_components/katex/dist/contrib/copy-tex.css +12 -0
  168. data/assets/bower_components/katex/dist/contrib/copy-tex.js +174 -0
  169. data/assets/bower_components/katex/dist/contrib/copy-tex.min.css +1 -0
  170. data/assets/bower_components/katex/dist/contrib/copy-tex.min.js +1 -0
  171. data/assets/bower_components/katex/dist/contrib/mathtex-script-type.js +113 -0
  172. data/assets/bower_components/katex/dist/contrib/mathtex-script-type.min.js +1 -0
  173. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.ttf +0 -0
  174. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff +0 -0
  175. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  176. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  177. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  178. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  179. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  180. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  181. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  182. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  183. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  184. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  185. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  186. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  187. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  188. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.ttf +0 -0
  189. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff +0 -0
  190. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.woff2 +0 -0
  191. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  192. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  193. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  194. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.ttf +0 -0
  195. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff +0 -0
  196. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.woff2 +0 -0
  197. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.ttf +0 -0
  198. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff +0 -0
  199. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.woff2 +0 -0
  200. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.ttf +0 -0
  201. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff +0 -0
  202. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.woff2 +0 -0
  203. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  204. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  205. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  206. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  207. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  208. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  209. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  210. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  211. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  212. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.ttf +0 -0
  213. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff +0 -0
  214. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.woff2 +0 -0
  215. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.ttf +0 -0
  216. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff +0 -0
  217. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  218. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.ttf +0 -0
  219. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff +0 -0
  220. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  221. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.ttf +0 -0
  222. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff +0 -0
  223. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  224. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.ttf +0 -0
  225. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff +0 -0
  226. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  227. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  228. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  229. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  230. data/assets/bower_components/katex/dist/katex.css +129 -209
  231. data/assets/bower_components/katex/dist/katex.js +14381 -9023
  232. data/assets/bower_components/katex/dist/katex.min.css +1 -1
  233. data/assets/bower_components/katex/dist/katex.min.js +1 -6
  234. data/assets/bower_components/katex/flow-typed/match-at.js +3 -0
  235. data/assets/bower_components/katex/flow-typed/object-assign.js +6 -0
  236. data/assets/bower_components/katex/package-lock.json +13848 -0
  237. data/assets/css/hydejack-8.0.0.css +3 -0
  238. data/assets/img/default-1.jpg +0 -0
  239. data/assets/img/example-content-ii.jpg +0 -0
  240. data/assets/img/example-content-iii.jpg +0 -0
  241. data/assets/img/hydejack-8.jpg +0 -0
  242. data/assets/img/hydejack-8@0,25x.jpg +0 -0
  243. data/assets/img/hydejack-8@0,5x.jpg +0 -0
  244. data/assets/img/projects/hy-drawer.svg +12 -0
  245. data/assets/img/projects/hy-img.svg +17 -0
  246. data/assets/img/projects/hy-push-state.svg +13 -0
  247. data/assets/img/resume.png +0 -0
  248. data/assets/img/sidebar-bg.jpg +0 -0
  249. data/assets/img/swipe.svg +22 -0
  250. data/assets/img/w3m.png +0 -0
  251. data/assets/js/hydejack-8.0.0.js +46 -0
  252. data/assets/js/sw.js +318 -0
  253. data/assets/manifest.json +4 -3
  254. data/assets/version.json +1 -1
  255. data/licenses/Apache-2.0.md +1 -4
  256. data/licenses/GPL-3.0.md +1 -4
  257. data/licenses/MIT.md +1 -4
  258. data/licenses/PRO.md +2 -6
  259. data/licenses/README.md +10 -0
  260. data/licenses/W3C.md +31 -0
  261. metadata +107 -94
  262. data/_includes/blog.html +0 -5
  263. data/_includes/body.html +0 -25
  264. data/_includes/head.html +0 -5
  265. data/_includes/scripts/load-js-deferred.js +0 -68
  266. data/_includes/scripts/load-js-deferred.min.js +0 -1
  267. data/_includes/social-list-item.html +0 -34
  268. data/_includes/social.html +0 -20
  269. data/assets/bower_components/katex/dist/fonts/KaTeX_AMS-Regular.eot +0 -0
  270. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Bold.eot +0 -0
  271. data/assets/bower_components/katex/dist/fonts/KaTeX_Caligraphic-Regular.eot +0 -0
  272. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Bold.eot +0 -0
  273. data/assets/bower_components/katex/dist/fonts/KaTeX_Fraktur-Regular.eot +0 -0
  274. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Bold.eot +0 -0
  275. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Italic.eot +0 -0
  276. data/assets/bower_components/katex/dist/fonts/KaTeX_Main-Regular.eot +0 -0
  277. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.eot +0 -0
  278. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  279. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  280. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  281. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Italic.eot +0 -0
  282. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.eot +0 -0
  283. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.ttf +0 -0
  284. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.woff +0 -0
  285. data/assets/bower_components/katex/dist/fonts/KaTeX_Math-Regular.woff2 +0 -0
  286. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Bold.eot +0 -0
  287. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Italic.eot +0 -0
  288. data/assets/bower_components/katex/dist/fonts/KaTeX_SansSerif-Regular.eot +0 -0
  289. data/assets/bower_components/katex/dist/fonts/KaTeX_Script-Regular.eot +0 -0
  290. data/assets/bower_components/katex/dist/fonts/KaTeX_Size1-Regular.eot +0 -0
  291. data/assets/bower_components/katex/dist/fonts/KaTeX_Size2-Regular.eot +0 -0
  292. data/assets/bower_components/katex/dist/fonts/KaTeX_Size3-Regular.eot +0 -0
  293. data/assets/bower_components/katex/dist/fonts/KaTeX_Size4-Regular.eot +0 -0
  294. data/assets/bower_components/katex/dist/fonts/KaTeX_Typewriter-Regular.eot +0 -0
  295. data/assets/bower_components/webfontloader/.bower.json +0 -38
  296. data/assets/bower_components/webfontloader/CHANGELOG +0 -419
  297. data/assets/bower_components/webfontloader/Gemfile +0 -3
  298. data/assets/bower_components/webfontloader/LICENSE +0 -176
  299. data/assets/bower_components/webfontloader/Rakefile +0 -269
  300. data/assets/bower_components/webfontloader/bower.json +0 -23
  301. data/assets/bower_components/webfontloader/browsers.json +0 -133
  302. data/assets/bower_components/webfontloader/externs.js +0 -19
  303. data/assets/bower_components/webfontloader/package.json +0 -37
  304. data/assets/bower_components/webfontloader/src/closure.js +0 -2
  305. data/assets/bower_components/webfontloader/src/core/cssclassname.js +0 -46
  306. data/assets/bower_components/webfontloader/src/core/domhelper.js +0 -405
  307. data/assets/bower_components/webfontloader/src/core/eventdispatcher.js +0 -195
  308. data/assets/bower_components/webfontloader/src/core/font.js +0 -140
  309. data/assets/bower_components/webfontloader/src/core/fontmodule.js +0 -16
  310. data/assets/bower_components/webfontloader/src/core/fontmoduleloader.js +0 -47
  311. data/assets/bower_components/webfontloader/src/core/fontruler.js +0 -60
  312. data/assets/bower_components/webfontloader/src/core/fontwatcher.js +0 -171
  313. data/assets/bower_components/webfontloader/src/core/fontwatchrunner.js +0 -249
  314. data/assets/bower_components/webfontloader/src/core/initialize.js +0 -97
  315. data/assets/bower_components/webfontloader/src/core/nativefontwatchrunner.js +0 -69
  316. data/assets/bower_components/webfontloader/src/core/stylesheetwaiter.js +0 -48
  317. data/assets/bower_components/webfontloader/src/core/webfont.js +0 -97
  318. data/assets/bower_components/webfontloader/src/modules.yml +0 -34
  319. data/assets/bower_components/webfontloader/src/modules/custom.js +0 -63
  320. data/assets/bower_components/webfontloader/src/modules/fontdeck.js +0 -66
  321. data/assets/bower_components/webfontloader/src/modules/google/fontapiparser.js +0 -181
  322. data/assets/bower_components/webfontloader/src/modules/google/fontapiurlbuilder.js +0 -77
  323. data/assets/bower_components/webfontloader/src/modules/google/googlefontapi.js +0 -54
  324. data/assets/bower_components/webfontloader/src/modules/monotype.js +0 -110
  325. data/assets/bower_components/webfontloader/src/modules/typekit.js +0 -73
  326. data/assets/bower_components/webfontloader/webfontloader.gemspec +0 -191
  327. data/assets/bower_components/webfontloader/webfontloader.js +0 -17
  328. data/assets/js/hydejack-7.5.2.js +0 -249
@@ -1,5 +0,0 @@
1
- {% for post in paginator.posts %}
2
- {% include post.html post=post link_title=true excerpt=true %}
3
- {% endfor %}
4
-
5
- {% include pagination.html %}
@@ -1,25 +0,0 @@
1
- {% include menu.html %}
2
-
3
- <hy-push-state>
4
- <main
5
- id="_main"
6
- class="content fade-in layout-{{ page.layout }}"
7
- role="main"
8
- data-color="{{ color | escape }}"
9
- data-theme-color="{{ page.theme_color | escape }}"
10
- {% unless image.background %}
11
- data-image="{% if image == 'none' %}none{% else %}{% capture tmp %}{% include smart-url url=image %}{% endcapture %}{{ tmp | escape }}{% endif %}"
12
- {% if image != 'none' %}data-overlay{% endif %}
13
- {% else %}
14
- data-background="{{ image.background | escape }}"
15
- {% if image.overlay %}data-overlay{% endif %}
16
- {% endunless %}
17
- >
18
- {{ content }}
19
- {% include comments.html %}
20
- {% include footer.html %}
21
- </main>
22
- {% include sidebar.html %}
23
- </hy-push-state>
24
-
25
- {% include scripts.html %}
@@ -1,5 +0,0 @@
1
- {% include head/meta.html %}
2
- {% include head/links.html %}
3
- {% include head/scripts.html %}
4
- {% include head/styles.html %}
5
- {% include my-head.html %}
@@ -1,68 +0,0 @@
1
- // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
- //
3
- // This program is free software: you can redistribute it and/or modify
4
- // it under the terms of the GNU General Public License as published by
5
- // the Free Software Foundation, either version 3 of the License, or
6
- // (at your option) any later version.
7
- //
8
- // This program is distributed in the hope that it will be useful,
9
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- // GNU General Public License for more details.
12
- //
13
- // You should have received a copy of the GNU General Public License
14
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
15
-
16
- // Compress via uglify:
17
- // uglifyjs load-js-deferred.js -c -m > load-js-deferred.min.js
18
- function stdOnEnd(script, cb) {
19
- script.onload = function () {
20
- this.onerror = this.onload = null;
21
- cb(null, script);
22
- };
23
-
24
- script.onerror = function () {
25
- this.onerror = this.onload = null;
26
- cb(new Error('Failed to load ' + this.src), script);
27
- };
28
- }
29
-
30
- function ieOnEnd(script, cb) {
31
- script.onreadystatechange = function () {
32
- if (this.readyState != 'complete' && this.readyState != 'loaded') return;
33
- this.onreadystatechange = null;
34
- cb(null, script);
35
- };
36
- }
37
-
38
- window.setRelStylesheet = function (id) {
39
- var link = document.getElementById(id);
40
- function set() { this.rel = 'stylesheet'; }
41
- if (link.addEventListener) link.addEventListener('load', set, false);
42
- else link.onload = set;
43
- };
44
-
45
- window._loaded = false;
46
- window.loadJSDeferred = function(src, cb) {
47
- function loadJS() {
48
- window._loaded = true;
49
-
50
- var script = document.createElement('script');
51
- script.src = src;
52
-
53
- if (cb) {
54
- ('onload' in script ? stdOnEnd : ieOnEnd)(script, cb);
55
-
56
- if (!script.onload) {
57
- stdOnEnd(script, cb);
58
- }
59
- }
60
-
61
- var ref = document.scripts[0];
62
- ref.parentNode.insertBefore(script, ref);
63
- }
64
-
65
- if (window._loaded) loadJS();
66
- else if (window.addEventListener) window.addEventListener('load', loadJS, false);
67
- else window.onload = loadJS;
68
- };
@@ -1 +0,0 @@
1
- function stdOnEnd(n,e){n.onload=function(){this.onerror=this.onload=null,e(null,n)},n.onerror=function(){this.onerror=this.onload=null,e(new Error("Failed to load "+this.src),n)}}function ieOnEnd(n,e){n.onreadystatechange=function(){"complete"!=this.readyState&&"loaded"!=this.readyState||(this.onreadystatechange=null,e(null,n))}}window.setRelStylesheet=function(n){function e(){this.rel="stylesheet"}var o=document.getElementById(n);o.addEventListener?o.addEventListener("load",e,!1):o.onload=e},window._loaded=!1,window.loadJSDeferred=function(n,e){function o(){window._loaded=!0;var o=document.createElement("script");o.src=n,e&&(("onload"in o?stdOnEnd:ieOnEnd)(o,e),o.onload||stdOnEnd(o,e));var t=document.scripts[0];t.parentNode.insertBefore(o,t)}window._loaded?o():window.addEventListener?window.addEventListener("load",o,!1):window.onload=o};
@@ -1,34 +0,0 @@
1
- {% assign platform = include.platform | downcase %}
2
- {% assign username = include.username %}
3
-
4
- {% assign = data_social = site.data.social[platform] | default:site.data_social[platform] %}
5
-
6
- {% assign name = data_social.name | default:include.platform %}
7
- {% assign icon = data_social.icon | default:'icon-link' %}
8
- {% assign app = data_social.append %}
9
- {% assign prep = data_social.prepend %}
10
-
11
- {% unless data_social %}
12
- {% if platform == "twitter" %}
13
- {% assign name = "Twitter" %}
14
- {% assign icon = "icon-twitter" %}
15
- {% assign prep = "https://twitter.com/" %}
16
- {% elsif platform == "github" %}
17
- {% assign name = "GitHub" %}
18
- {% assign icon = "icon-github" %}
19
- {% assign prep = "https://github.com/" %}
20
- {% endif %}
21
- {% endunless %}
22
-
23
- {% if username contains "//" %}
24
- {% assign url = username %}
25
- {% else %}
26
- {% assign url = username | prepend:prep | append:app %}
27
- {% endif %}
28
-
29
- <li>
30
- <a href="{{ url }}" title="{{ name }}" class="no-mark-external">
31
- <span class="{{ icon }}"></span>
32
- <span class="sr-only">{{ name }}</span>
33
- </a>
34
- </li>
@@ -1,20 +0,0 @@
1
- <span class="sr-only">{{ site.data.strings.social | default:"Social" }}{{ site.data.strings.colon }}</span>
2
- <ul>
3
- {% unless include.author.social.twitter %}
4
- {% assign twitter_username = author.twitter.username | default: author.twitter | default:site.twitter.username | default:site.twitter | default:site.twitter_username %}
5
- {% if twitter_username %}
6
- {% include social-list-item.html platform="twitter" username=twitter_username %}
7
- {% endif %}
8
- {% endunless %}
9
-
10
- {% unless include.author.social.github %}
11
- {% assign github_username = author.github.username | default: author.github | default:site.github.username | default:site.github | default:site.github_username %}
12
- {% if github_username %}
13
- {% include social-list-item.html platform="github" username=github_username %}
14
- {% endif %}
15
- {% endunless %}
16
-
17
- {% for link in include.author.social %}
18
- {% include social-list-item.html platform=link.first username=link.last %}
19
- {% endfor %}
20
- </ul>
@@ -1,38 +0,0 @@
1
- {
2
- "name": "webfontloader",
3
- "main": "webfontloader.js",
4
- "description": "Web Font Loader gives you added control when using linked fonts via @font-face.",
5
- "moduleType": [
6
- "amd",
7
- "node"
8
- ],
9
- "license": "Apache-2.0",
10
- "ignore": [
11
- "**/.*",
12
- "node_modules",
13
- "spec",
14
- "tools",
15
- "lib",
16
- "bin"
17
- ],
18
- "keywords": [
19
- "web",
20
- "fonts",
21
- "webfonts",
22
- "font",
23
- "loader",
24
- "@font-face"
25
- ],
26
- "homepage": "https://github.com/typekit/webfontloader",
27
- "version": "1.6.28",
28
- "_release": "1.6.28",
29
- "_resolution": {
30
- "type": "version",
31
- "tag": "v1.6.28",
32
- "commit": "0183a7972ffe4fe31f214f6b3f27e1a31c8ff8d7"
33
- },
34
- "_source": "https://github.com/typekit/webfontloader.git",
35
- "_target": "^1.6.28",
36
- "_originalSource": "webfontloader",
37
- "_direct": true
38
- }
@@ -1,419 +0,0 @@
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