UNPKG

13.7 kBPlain TextView Raw
1v1.6.7 (September 24, 2015)
2
3* Update Monotype module
4
5v1.6.6 (August 7, 2015)
6
7* Fix weird check in insertInto that disallowed adding a link to an empty head element.
8* Load fonts asynchronously for the Typekit module.
9* Remove font rulers and trigger callback asynchronously to avoid unnecessary reflows.
10
11v1.6.5 (July 25, 2015)
12* Optimise layout calculations
13* Fix Rubygems source
14* Simplify internal Google module code
15
16v1.6.4 (July 9, 2015)
17* Optimise reflows when setting up test spans.
18
19v1.6.3 (June 1, 2015)
20* Fix invalid references to global this (window).
21
22v1.6.2 (May 29, 2015)
23* No changes.
24
25v1.6.1 (May 29, 2015)
26* Automatically update npm version.
27
28v1.6.0 (May 28, 2015)
29* Remove user agent string sniffing. From now on the Web Font Loader will always try to load fonts.
30
31v1.5.21 (May 26, 2015)
32* No changes.
33
34v1.5.20 (May 26, 2015)
35* Use setTimeout instead of window.setTimeout
36
37v1.5.19 (May 24, 2015)
38* Add UMD wrapper
39
40v1.5.18 (April 15, 2015)
41* Add configuration option to enable asynchronous CSS (internal API)
42
43v1.5.17 (April 14, 2015)
44* Load CSS files asynchronously
45
46v1.5.16 (March 30, 2015)
47* Optimise DOM performance in the font watcher.
48
49v1.5.15 (March 25, 2015)
50* Increase offset position for ruler so scrollbars are less likely to be triggered by large test strings
51
52v1.5.14 (January 23, 2015)
53* Refactor EventDispatcher
54
55v1.5.13 (January 20, 2015)
56* Remove unused exports
57* Move definition of FontTestStrings to where it is first used
58
59v1.5.12 (January 19, 2015)
60* Revert using visibility hidden (caused strange artifacts on some sites on iOS browsers)
61* Fix compiler warnings
62
63v1.5.11 (January 7, 2015)
64* Add support for explicitly setting the protocol
65
66v1.5.10 (December 18, 2014)
67* Fix parameters passed to Typekit KitJS
68
69v1.5.9 (December 18, 2014)
70* Use visibility hidden instead of off-screen positioning
71* Decouple Typekit internal API
72* Disable native font loading (see comment)
73
74v1.5.8 (November 17, 2014)
75* Add prebuilt library to repository
76
77v1.5.7 (November 17, 2014)
78* Decrease default timeout to 3 seconds
79* Add support for native font loading
80
81v1.5.6 (September 3, 2014)
82* Fix double inactive event when all modules fail to load
83
84v1.5.5 (June 5, 2014)
85* Add support for the Chromecast browser
86
87v1.5.4 (May 2, 2014)
88* Add support for the PlayStation 4 browser
89
90v1.5.3 (April 8, 2014)
91* Prevent a potential FOUT when setting the font event classes.
92* Add "display:block" to test rulers so "* { display: none; }" doesn't override it
93
94v1.5.2 (January 3, 2014)
95* Add Copyright, License and Version to the compiled output file(s)
96* Fix small bug in Google Font module that rejected font variations with dashes
97
98v1.5.1 (October 15, 2013)
99* Dispatch wf-loading event synchronously instead of waiting for asynchronous modules
100* Update README explaining how to use custom fonts without a stylesheet
101* Add license information to gemspec
102
103v1.5.0 (September 9, 2013)
104* Correctly categorize Internet Explorer 11 as an Internet Explorer version.
105* Add support for custom test strings in the custom module.
106* Various small bug fixes to the test suite so it runs on all browsers automatically.
107
108v1.4.12 (August 21, 2013)
109* Cleared up initialization code and made all modules optional and configurable at compile time
110
111v1.4.11 (August 8, 2013)
112* Remove Ascender module (according to Monotype the service has now been shutdown completely.)
113* Switch Monotype module to use fast.fonts.net instead of fast.fonts.com
114* Update license
115
116v1.4.10 (July 31, 2013)
117* Add loadStylesheet method with optional callback that replaces createCssLink
118* Remove supportForStyle check because it breaks XHTML/SVG and is no longer necessary
119* Fix inactive never called when script loading times out
120* Move test assets into fixtures directory
121
122v1.4.9 (July 24, 2013)
123* Disable terminal spec report when not using PhantomJS
124* Remove obsolete namespace declaration
125
126v1.4.8 (June 24, 2013)
127* Add support for the Chromium based Opera browser
128* Change the debug task to do a Closure Compiler debug build
129* Fix a global variable leak in the compiled output
130* Add support for the PhantomJS user agent string
131
132v1.4.7 (June 6, 2013)
133* Fix backwards compatibility with version strings for Chrome
134* Restore specs that test against version strings for backwards compatibility with the old UserAgent API.
135
136v1.4.6 (May 29, 2013)
137* Merge font watching strategies from core and the Google module
138* Add support for the Samsung Galaxy S4 user agent string
139
140v1.4.5 (May 23, 2013)
141* Move modules into their own namespace
142* Add new methods into DomHelper and add specs for all DomHelper methods
143* Rename watch method so as not to conflict with Firefox Object.prototype.watch
144
145v1.4.4 (May 22, 2013)
146* Change the UserAgent API so that it is backwards compatible with older Typekit kits.
147
148v1.4.3 (May 16, 2013)
149* UserAgent now maintains version numbers as instances of the Version class.
150
151v1.4.2 (April 11, 2013)
152* Namespace is now configurable at compile time
153* BrowserInfo and UserAgent are exported so Typekit KitJS and the standalone webfontloader can share data
154* Add "aria-hidden=true" to test spans so screen readers do not read test spans
155* Fix passing the test strings from the modules to core.
156
157v1.4.1 (April 8, 2013)
158* Internal rewrite of font and variations
159* Fix for the configurable timeout on the Google module
160
161v1.4.0 (March 28, 2013)
162* Stop exporting the `addModule` API to dynamically add modules (it didn't work anyway.)
163* Stop checking the height when monitoring for font load. This turned out to be inconsistent across platforms.
164
165v1.3.2 (March 27, 2013)
166* Add support for the Amazon 1 and 2+ browsers.
167
168v1.3.1 (March 14, 2013)
169* Change code to use explicit dependencies
170* Fix unit tests in older browsers
171* Fix google/FontApiParser.js to work in IE <= 8
172
173v1.3.0 (February 28, 2013)
174* New optional configuration parameter `timeout` which lets you customize the default timeout.
175* Change the Typekit module to use `use.typekit.net` instead of `use.typekit.com`.
176* Disable height check on OSX and iOS WebKit based browsers which suffer from a metrics bug when loading web fonts.
177
178v1.2.1 (February 26, 2013)
179* Fix the possibility of test strings wrapping to a new line and thereby breaking font watching.
180* Change the FontWatchRunner to not create DOM elements until it is started.
181* Fix the possibility of extraneous whitespace in class names.
182* Add a cache buster parameter to the Monotype/Fonts.com module.
183* Fix the case where there are no fonts to load. Webfontloader will now fire the inactive event correctly.
184* Test suite now uses the active browser to test font watching in addition to the mocked font watching tests.
185* Test suite is now using Jasmine instead of JSTestDriver.
186
187v1.2.0 (January 30, 2013)
188* Improved font watching for browsers with the WebKit web font fallback bug
189* Improved font watching in general by comparing both width and height
190* UserAgent user interface has changed with the introduction of a BrowserInfo object that contains information derived from the user agent string
191* The custom module now supports loading font variations
192
193v1.1.2 (January 21, 2013)
194* Added parameter to Google module to do character based subsetting.
195* Made WebKit useragent check less strict about capitalization for LG L160 phones that apparently use 'AppleWebkit' instead of 'AppleWebKit' in their useragent strings.
196
197v1.1.1 (December 12, 2012)
198* Added the ability to recognize BlackBerry devices, which have web font support (WOFF) in platform version 10+
199* 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)
200* 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)
201* Fixed some typos in the demo pages
202
203v1.1.0 (December 5, 2012)
204* 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).
205* Updates the demos to fix broken stuff and demonstrate the new context option in action.
206* DomHelper interface changed to take the main window and an optional separate window for loading.
207* Methods added to retrieve both windows and get the correct protocol for assets from the location's protocol.
208
209v1.0.31 (September 11, 2012)
210* Improvements to Google's module to recognize more variation descriptor formats (such as 100italic and 200n).
211
212v1.0.30 (August 17, 2012)
213* Added support for detecting the Windows Phone platform in UserAgentParser, which supports web fonts at version 8 and above.
214* Changes to make the global namespace of the library easier to configure when used in 3rd-party projects. (Thanks cbosco!)
215
216v1.0.29 (July 26, 2012)
217* Added test to ensure Firefox for Android is properly detected as "Firefox" by UserAgentParser.
218* Added test to ensure Opera Mobile for Android is properly detected as "Opera" by UserAgentParser.
219* Changed detection so that Chrome for iOS is detected as "Chrome" instead of "Safari".
220* Changed detection so that Opera Mini is correctly detected as "OperaMini" (without font support) instead of "Opera" (with font support).
221* Fixed a bug in Google Web Fonts module when requesting a font family with character sets and no variations.
222* Scaled back the number of fall back fonts used in the Google Web Fonts font watching code.
223
224v1.0.28 (June 4, 2012)
225* Added support for detecting the Chrome OS platform ("CrOS") in the UserAgentParser.
226
227v1.0.27 (April 20, 2012)
228* Updated DomHelper to not require a UserAgent instance. Feature-detection is not used instead of UA detection for switching DOM methods.
229
230v1.0.26 (February 8, 2012)
231* Updated the included version of the Closure JS compiler jar to 1741, to handle newer annotation styles.
232* Added a missing param annotation for the new FontWatcher.watch argument.
233* Added param annotations for Google's custom FontWatchRunner implementation.
234* Updated the Google Web Fonts API parser to accept family names with a plus sign.
235
236v1.0.25 (February 7, 2012)
237* Updated the user agent parser to recognize Chrome for Android properly as a Chrome browser.
238
239v1.0.24 (January 9, 2012)
240* Updated the standard test string from "BESs" to "BESbswy" for more width variability.
241* 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.
242
243v1.0.23 (November 29, 2011)
244* Made the FontWatchRunner implementation configurable on a module-by-module basis.
245* Added a new .start() method to FontWatchRunner to actually kick off font loading detection.
246* 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.
247* Updated the implementation of Fontdeck's module to defer loading responsibility to their JS.
248
249v1.0.22 (July 1, 2011)
250* Fixed a bug in Webkit-based browsers with font detection where active would trigger without the font actually being active yet.
251* Increased the frequency of checking the widths of the font watcher spans.
252
253v1.0.21 (June 17, 2011)
254* Added a protocol detect for the Typekit module so JS is loaded securely on secure pages. Thanks to bee525 for the pull request.
255
256v1.0.20 (March 30, 2011)
257* Changed CSS style for hidden span so it's not affected by inline or floated elements at the end of the body
258
259v1.0.19 (March 3, 2011)
260* Add a module for Monotype.
261
262v1.0.18 (January 24, 2011)
263* Improve behavior of CSS classes over multiple loads on a single page. (Documented in docs/EVENTS.md)
264* Add support for international subsets in the Google module.
265* Add a module for Fontdeck.
266
267v1.0.17 (December 1, 2010)
268* Changed CSS style for hidden span in order to be less affected by environment
269* Removed restriction on iPhone/iPad/iPod in the google modules
270
271v1.0.16 (November 18, 2010)
272* Fix a bug where we fail to detect that fonts have loaded if they have the same width as the fallback font.
273
274v1.0.15 (October 14, 2010)
275* Fix an error parsing platform version in IE, when it has no items following the platform in the UA string.
276
277v1.0.14 (October 14, 2010)
278* Bugfix: fixed IE issue in google module.
279
280v1.0.13 (September 30, 2010)
281* Added support for detecting Adobe Air.
282
283v1.0.12 (September 30, 2010)
284* Bugfix: google module, change the url builder to handle integrations.
285
286v1.0.10 (September 24, 2010)
287* Bugfix: extra alert
288
289v1.0.10 (September 22, 2010)
290* Add support for customizable FontWatcher test string, for international
291 fonts.
292
293v1.0.9 (September 10, 2010)
294* Bugfix: of the bug fix
295
296v1.0.8 (September 10, 2010)
297* Bugfix: fix type definitions
298
299v1.0.7 (August 31, 2010)
300* Fix that wf-loading was not removed in the case of wf-inactive because of
301 a timeout.
302* Add UserAgent#getDocumentMode to aid in determining font support in IE.
303
304v1.0.6 (July 20, 2010)
305* Add JsDoc comments and type annotations for the Closure compiler. Fixes
306 several small bugs caught by the compiler in doing so.
307
308v1.0.5 (July 12, 2010)
309* webfont.UserAgent now provides getPlatformVersion. WebFont Loader is now
310 packaged as a ruby gem.
311
312v1.0.4 (June 14, 2010)
313* Add a module for Ascender's Fonts Live.
314
315v1.0.3 (June 6, 2010)
316* IE fixes.
317
318v1.0.2 (June 1, 2010)
319* Added a way of loading the WebFont Loader script asynchronously.
320
321v1.0.1 (May 20, 2010)
322* Fix namespace pollution by wrapping all of the code in a closure.
323
324v1.0.0 (May 19, 2010)
325* Initial release!
326* Modules: google, typekit, custom
327* Events: loading, active, inactive, fontloading, fontactive, fontintactive