forked from wireframe/css_browser_selector
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
13 lines (7 loc) · 1.16 KB
/
CHANGELOG
File metadata and controls
13 lines (7 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
* updatedruby version ofdetermine_browser_and_os to match version v0.2.7 of css_browser_selector which adds firefox versions keeping additions for safari version and additions to os for iphone and ipod.
* Added class to load javascript from expected location within the plugin, offering helpers to inspect version andremove comments. css_browser_selector method relies on this file loader to get the javascript.
* Updatedtests to reflect firefox versions (2/3)
* Fixed Javascript that sets addLoadEvent to Window, IE only knows about window (lowercase 'W') [reidmix]
* The body and html methods are now aware of page caching and revert to javascript version if the action is page cached so that the css selectors will not be saved in the rendered html and be determined dynamically. Added javascript_to_add_js_to method to encapsulate page caching awareness so that the window_on_load_add_js_to_tag will be removed if page caching is turned on. Updated documentation. [reidmix]
* Added action_controller/caching_tracker to aid tracking page caching by a controller [reidmix]
* Renamed no_more_browser_hacks to css_browser_selector for consistency with the javascript. [reidmix]