- Fix how Node.js is handled on Travis.
- Bump deck.js-material version.
- New material theme: a clean responsive style to help bootstrap your deck.
- Travis CI deployment now uses deploy keys instead of personal access tokens. If you use this feature you must follow the new setup instructions.
- Deploy keys can be overridden via the
DEPLOY_KEY
environment variable. - Switch to using rake-jekyll for git based deployment.
You may now set the
SOURCE_BRANCH
environment variable to enable testing on all other branches. - Add staging environment support for Travis CI builds.
- Set staging site CNAME with
CNAME
environment variable. - Optimize Travis build by adding bower to package.json.
- Bump most dependency versions.
- Travis CI optimizations.
- Fix Twitter button width bug.
- Update MathJax, Firebase, and Remodal.
- Simplify social button code.
- Smooth loading process.
- Update Google +1 Button code.
- Update Facebook Like Button code.
- Regenerate bower.json.
Version 1.2.0 introduced a change that would print your deploy token in the Travis CI build.
If you suspect you were affected: regenerate your personal access tokens!
- Hide secure token in deploy_url.
- Add favicon.
- Add LiveReload support.
- Fix body display bug.
- Avoid flash of unstyled content due to asynchronously loading CSS.
- Require fonts in head.js instead of inline.
- Travis CI updates.
- Enable autosize for Jekyll Assets.
- Load app.css with HeadJS.
- Loading screen waits until MathJax typesetting completes.
- Replace Modernizr.load with HeadJS.
- Update Remodal to 0.4.1.
- Update jQuery to 2.1.3.
- Update Remodal to 0.3.0.
- Update highlightjs to 8.4.0.
- Update uglifier to 2.6.0.
- Update rake to 10.4.2.
- Jekyll to 2.5.2.
- Firebase to 2.0.6: uses new core auth.
- All other libraries updated.
- Check-in Gemfile.lock.
- Use parseUri.
- Added 'use strict'.
- Added Display Advertising to Google Analytics Tracking Code.
- Use HTML over markdown.
- Added slide notes using Remodal.
- Bumped highlightjs to 8.0.
- jQuery to 2.1.0.
- Normalize.css to 3.0.0.
- Automatically publish to GitHub pages with Travis CI.
- Use Markdown for slides, not haml.
- New Liquid slide tag to make slides.
- Switched to highlight.js.
- Use
rake static
andrake zip
to build a deck for portable static offline viewing. - Added deck remote control using Firebase.
- Initial release.