Hoverboard Versions Save

Conference website template

v3.0.0

4 years ago

Polymer 3!

v2.3.2

4 years ago
  • Fix Image in blogposts to 100% width (@cortinico)

v2.3.1

4 years ago
  • Remove web-component-tester - @abraham

v2.3.0

4 years ago
  • Support three badges on speakers - @abraham
  • Fixing Hero Block occupying only a fraction of the screen - @cortinico
  • Cleanup styles - @abraham
  • We're not rockstars - @benoberkfell
  • Update code of conduct - @abraham
  • UI Cleanup - @abraham
  • Proof-read documentation - @jagannathBhat
  • Remove Product Sans font usage - @webmaxru
  • Update Travis CI config - @abraham
  • Session ratings - @radi-cho and @abraham
  • Add DevFest links - @abraham
  • Add support for using local Markdown files for blogposts - @cortinico

This will be the last 2.x feature release.

v2.2.0

4 years ago

:tada: What's New

  • Deleted images from thank you post, compressed bigger images (7e0225a) (@pif)
  • Remove unnecessary ServiceWorker checks (7807f16) (@abraham)
  • Update dependencies (cdc1314) (89e890a) (@abraham)
  • Update google eslint rules (e433dae) (@abraham)
  • Consolidate style module includes (545f468) (@abraham)

:bug: What's Fixed

  • Fixed SEO canonical link meta tag (eeadf4f) (@jcf120)
  • Fixed Rendertron stacktrace (a6e2d36) (@jcf120)
  • Fixed Firestore delete script (4c49a77) (@webmaxru)

Thank you for all your contributions!

v2.1.0

5 years ago

:tada: Whats New

  • Add speakers filtering (0b152a6 and 1cbc3dc)
  • Generate/map schedule, sessions, speakers in functions to improve app performance (a06a6df)
  • Update project dependencies (eaccec2)
  • Added possibility to add short descriptions for sessions (dbefd6a)
  • Added google speaker badge styling (0f565b2)
  • Show google maps branding. Add cache on maps requests. Fixed #535 (81292f4)

:bug: Whats Fixed

  • Fixed speaker selection when a schedule is disabled (2a79f06)
  • Fixed SW issues that cause fails during the update (f4689d3)
  • Fixed Firestore multitab cache (1e55fa7)
  • Fixed tickets block (cd540ec)
  • Added support of a new behavior for Add to home screen banner. Fixed #528 (aaeb300)

:warning: Breaking Changes

Run firebase functions:config:set schedule.enabled=true and redeploy functions to enable schedule generation (probably you would need to change any node on speakers/sessions/schedule node to trigger a generation).

Special thanks to @sophieH29 and @bstrandjev for contributions.

v2.0.0

5 years ago

📖 Read a story about the release on Medium.

:tada: Whats New

  • 443dbb7d9966b3e8b2b5dd009dc4e14bbc7c8a1c Polymer 2 (@ozasadnyy)
  • #266 Logos block (@ozasadnyy)
  • #268 Video block (@sophieH29)
  • #270 Blog page (@ozasadnyy)
  • #276 Better Google Analytics support (@sophieH29)
  • #272 FAQ page (@sophieH29)
  • #278 Gallery block (@ozasadnyy)
  • #280 Team page (@sophieH29)
  • #281 Map block (@ozasadnyy)
  • #282 Subsribe block (@sophieH29)
  • #291 Schedule page (@ozasadnyy)
  • #296 Session details (@ozasadnyy)
  • #312 Push notifications (@ozasadnyy)
  • #315 Organizer block (@ozasadnyy)
  • #364 ServiceWorker setup (@sophieH29)
  • #372 Dev/Prod environment config (@sophieH29)
  • #378 Content loaders (@sophieH29)
  • #388 New README file (@h4rdmol)
  • #398 Optimize images on Firebase storage upload (@ozasadnyy)
  • #404 Full size hero block (@ozasadnyy)
  • #406 Tickets block (@ozasadnyy)
  • #408 SW cache for images (@unreadableusername)
  • #421 Subscribe users to Mailchimp list automatically (@sophieH29)
  • #432 Enable social networks preview (@ozasadnyy) (docs)
  • #433 Link Multiple Auth Providers to an Account (@sophieH29)
  • #434 Previous speakers (@ozasadnyy)
  • #439 Locale support for dates (@davinkevin)
  • #440 Firestore as a DB (@unreadableusername) (docs)
  • #452 Code of Conduct page (@ozasadnyy)
  • #453 My schedule (@ozasadnyy)
  • #457 Open session details without schedule (@ozasadnyy)
  • #463 Offline Firestore data (@ozasadnyy)
  • #465 Firestore Tooling (@ozasadnyy)

:warning: Breaking Changes

As Firebase Realtime DB was replaced with Firestore, data v1 DB is not compatible with the current release. For v2 early adopters export DB into /docs/default-firebase-data.json and run yarn firestore:init.

v1.2.0

6 years ago
  • Fixed SW bug on Firefox and Chrome 59+. Details in #253

Special thanks to @davinkevin and @sophieH29

v1.1.2

7 years ago
  • Close session dialog on history back
  • Style improvements
  • Show speakers data without schedule and session info. Fixed #125
  • Change add to my schedule icon. Fixed #197
  • Don't close session's dialog backdrop after closing a video. Fixed #195
  • Add a label that presentation's and/or recording is available on session element. Fixed #196

v1.1.1

7 years ago
  • Fix service worker behavior on Firebase auth
  • Fix icon in session details on no authorized state
  • Show My schedule page only for authorized users
  • Update My schedule icon on session element after user sign out