forked from headjs/headjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
60 lines (57 loc) · 2.89 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
1.0
- * Improved CSS Router
- https://github.com/headjs/headjs/issues/227
- * Added "main" HTML5 element to shim
- https://github.com/headjs/headjs/pull/230
- * Always add small shortcut to browser & version no matter what browser breakpoints configured
- Makes it possible to work without any breakpoints at all
- Load file via data attribute on HeadJS script tag
- https://github.com/headjs/headjs/pull/213
- Add options as a property label
- https://github.com/headjs/headjs/pull/215
- Allow ASYNC loading
- https://github.com/headjs/headjs/issues/204
- Prevent loading empty strings
- https://github.com/headjs/headjs/pull/184
- * Fixed CSS classes getting bigger on successive resizes under Chrome
- https://github.com/headjs/headjs/issues/226
- * Cleaned up a bunch of syntaxt to conform to JSHint
- ..in progress
0.99
- Load: Fixed regression in IE6, caused by IE10 fix
- Load: CSS loading seems to work in all browsers.
- However a few will not trigger the callback. Over 90% do.
- Either don't use it, or only load css in situations when you don't need the callback triggered.
- Load: Conditional loading with head.test() now in evaluation phase
- try it, but don't rely on it yet
- head.test(bool, "ok.js", "failed.js", callback)
- All: CDN is now availiable thanks to: http://cloudflare.com
- Info in download section on main site
- Unit Tests
- Integrated with main site so that everyone can participate
- They have also been hooked up to automatically report stats back to http://browserscope.org
0.98
- Load: Fixed loading bug in IE10
- Load: Corrected some issues with loading from inside <head>
- Load: Rewrite of large parts of code base
- Started to massively document the sourcecode :)
- Css3: moved "touch" detection from core to here
- Css3: added "retina" detection
- Css3: replaced "font-face" detection that was using "Conditional Comments" with simplisitc browser version detection
- Core: Added gt, gte, lte, eq classes to width detection (lt existed already)
- Core: Added gt, gte, lt, lte, eq classes for browser vendor & version detection
- By default only lt/gt classes are activated
- You can of course configure to your likings via head_conf
0.97a
- Updated QUnit & got unit tests running again
- Swictched to "use strict"
- Fixed up some variable usage
- Added browser detections other than just for ie-lt
- updated browser regexes (firefox, safari, opera, ios, android, webkit)
- detect if browser is: desktop, mobile, touch enabled
- detect portrait/landscape mode
- html5 shim now only triggers on ie-lt9
- added a throttle to onResize, since some browsers fire tons of events/sec
- added corrected height/width measurements, but only exposed via new object: head.screen
- contains height/width, innerHeight/innerWidth, outerHeight/outerWidth
- force all css router names to lowercase just in case ppl try typing in names with wierd casings