Mercurial > hg > Members > oc > slide
comparison HISTORY.md @ 0:67f3e23bf09a
add lab intro
author | oc |
---|---|
date | Thu, 06 Nov 2014 11:46:54 +0900 (2014-11-06) |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:67f3e23bf09a |
---|---|
1 ### r2011-11-13 | |
2 | |
3 * Add normalize css selector option; lets you use the following aliases | |
4 * presentation => deck | |
5 * step => incremental, delayed, action, build | |
6 * notes => note, handout | |
7 | |
8 ### r2011-11-05 | |
9 | |
10 * Add chrome fix/workaround for inline styles (projection media needs to get set to screen,projection) | |
11 * Move code to addons using new slideshow triggers; new addons include: | |
12 * counter (slide counter e.g. 1/7) | |
13 * controls (toggle, next, prev buttons, jumplist) | |
14 * autoplay | |
15 * footer/header | |
16 * Moved sample transitions to jquery.slideshow.transitions.js | |
17 * Changed .slide box-sizing to border-box (lets you use width: 100%; height: 100%;) | |
18 * Minor fixes | |
19 | |
20 ### r2011-11-01 | |
21 | |
22 * Add minimalistic.html template; all styles (projection, screen, print) inline plus no less.js used | |
23 * Clean up styles; move all styles (projection, screen, print) for controls into slideshow.js | |
24 * /shared folder now split into /js and /css folders | |
25 * Update jquery.js to 1.6.4 | |
26 * Update less.js to 1.1.4 | |
27 * Minor fixes | |
28 | |
29 ### r2011-05-22 | |
30 | |
31 * Adding blank5.html template (using more semantic tags e.g. header, footer, article, etc.) [Thanks Ryan McIlmoyl] | |
32 | |
33 ### r2011-05-21 | |
34 | |
35 * Switch all CSS stylesheets to use less.js CSS extension | |
36 * Update jquery to 1.6.1 | |
37 | |
38 ### r2011-05-20 | |
39 | |
40 * Easier CSS media type handling for projection (e.g. ids no longer required; plus can now handle multiple styles either using link or style tag) | |
41 | |
42 ### r2011-02-06 | |
43 | |
44 * Add right click on title handler for going back one slide | |
45 * Update jquery to 1.5 | |
46 | |
47 ### r2010-07-18 | |
48 | |
49 * Adding custom slide transitions plus some sample animations (e.g. slide up/down, fade out/in) | |
50 * Adding clicker (click on title to go to next slide) | |
51 * Adding autoplay (press a/p/s-key to toggle autoplay) | |
52 | |
53 ### r2010-07-17 | |
54 | |
55 * JavaScript cleanup; everything namespaced now using Slideshow | |
56 * Removing svg gradient backgrounds; use css3 gradients instead | |
57 * Move better browser banner for IE out of core; uses conditional comments for include. | |
58 | |
59 ### r2009-02-19 | |
60 | |
61 * Add support for steps/incrementals | |
62 | |
63 ### r2009-02-10 | |
64 | |
65 * Everything is new. |