Skip to content

Instantly share code, notes, and snippets.

@randallm
Last active August 29, 2015 14:05
Show Gist options
  • Save randallm/c551d93a1e46c59a04f5 to your computer and use it in GitHub Desktop.
Save randallm/c551d93a1e46c59a04f5 to your computer and use it in GitHub Desktop.
PollEv 1.1.0 Changelog
  • GA and MathJax are now loaded separately from the base router's start(), and they should load even if one of the downloads fails part way through. They also no longer block loading of the app on bad network connections
  • GA is fixed and should report pageviews again
  • Font is now Source Sans Pro globally
  • New footer with "New Poll" and "Refresh" icons, dynamically shows and hides when it is relevant on different views and when the response history is opened/closed
  • New modal dialogs that replace (but don't override) window.alert and window.confirm
  • Offline.js offline detection that handles both network disconnections and slow networks (the latter being harder to detect and slightly more finnicky by nature)
  • Corrects titles on /:presenter pages to always show ':presenter's presentation'
  • Fixes app auto-login when app is started with network off
  • Adds clickable image creation functionality

💥

Randall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment