Tags: QuirijnGB/hoverboard
Tags
v1.0.4 (gdg-x#157) * Fix filters label. Fix adblockers issue. * fix route on speaker details (gdg-x#111) * Fix speakers/schedule dialogs * Hide language toggle if there is less than two languages available * Fix gdg-x#114 * Add rel="noopener noreferrer" to all links with target="_blank". Fix gdg-x#113 * Center header image. Fix gdg-x#112 * fix errors in IE 11 (gdg-x#117) * fix error in IE 11 * improve * fix error in IE 11 * Add share buttons to post page. Fix gdg-x#97 * fix The Team page's layout is weird and team member photos don't seem to load (gdg-x#116) * Add Tweetledee docs to the configuration part. Fixed gdg-x#49 * Update configure-app.md * Add support of Polymer CLI v.0.16.0+ * Fix schedule filters in other than Chrome browsers. Fixed gdg-x#127 * Add webcomponents-lite library to a Polymer build process. Fix gdg-x#66 * Fix gdg-x#131 * Add fallback color for session/speakers dialog. Fix gdg-x#119 * Fix analytics error for featured videos. Minor fix in speaker/session dialog * Fix function declaration in blog-list element. Fixed responsive issue on footer element * add no-cache to mutable content * get rif of redundant caching * add no-cache to mutable content (gdg-x#136) * add no-cache to mutable content * get rif of redundant caching * Get rid of docment.write (gdg-x#138) * add no-cache to mutable content * get rif of redundant caching * get rif of document.write * Fix social share image and corresponding meta data. Fixed gdg-x#141 * Fix header on mobile. Fixed gdg-x#142 * fix error in console * Display speakers in one row when possible on session blocks * Wrap legend on schedule legend * fix error in console * Remove language change noise in analytics * Add presentations to sessions for showcase. Fix flattenBehaviors issue on a blog post * Open schedule on the today's date. Fix gdg-x#153 * Make shorter short_name in manifest.json. Fix gdg-x#151 * Make toast full width on small screens * Update margin on share button in session dialog * Hide bottom block on sessions if there are no speakers * Add share button to the footer. Fix gdg-x#156
v1.0.3 (gdg-x#139) * Fix filters label. Fix adblockers issue. * fix route on speaker details (gdg-x#111) * Fix speakers/schedule dialogs * Hide language toggle if there is less than two languages available * Fix gdg-x#114 * Add rel="noopener noreferrer" to all links with target="_blank". Fix gdg-x#113 * Center header image. Fix gdg-x#112 * fix errors in IE 11 (gdg-x#117) * fix error in IE 11 * improve * fix error in IE 11 * Add share buttons to post page. Fix gdg-x#97 * fix The Team page's layout is weird and team member photos don't seem to load (gdg-x#116) * Add Tweetledee docs to the configuration part. Fixed gdg-x#49 * Update configure-app.md * Add support of Polymer CLI v.0.16.0+ * Fix schedule filters in other than Chrome browsers. Fixed gdg-x#127 * Add webcomponents-lite library to a Polymer build process. Fix gdg-x#66 * Fix gdg-x#131 * Add fallback color for session/speakers dialog. Fix gdg-x#119 * Fix analytics error for featured videos. Minor fix in speaker/session dialog * Fix function declaration in blog-list element. Fixed responsive issue on footer element * add no-cache to mutable content (gdg-x#136) * add no-cache to mutable content * get rif of redundant caching * Get rid of docment.write (gdg-x#138) * add no-cache to mutable content * get rif of redundant caching * get rif of document.write
v.1.0.2 (gdg-x#118) * Fix filters label. Fix adblockers issue. * fix route on speaker details (gdg-x#111) * Fix speakers/schedule dialogs * Hide language toggle if there is less than two languages available * Fix gdg-x#114 * Add rel="noopener noreferrer" to all links with target="_blank". Fix gdg-x#113 * Center header image. Fix gdg-x#112 * fix errors in IE 11 (gdg-x#117) * fix error in IE 11 * improve * fix error in IE 11 * Add share buttons to post page. Fix gdg-x#97 * fix The Team page's layout is weird and team member photos don't seem to load (gdg-x#116)
Release v.1.0.0 (gdg-x#100) * New tickets block (gdg-x#53) * Initial ticket * Update ticket design * Update ticket design * Add flex behavior to tickets. Fix gdg-x#38 * Implement app layout (gdg-x#55) * Add app-layout initial structure * Set uo color change for app-header * Move header content to separate file * Fix header title animation * Add possibility to add complex structure to header * Add schedule tabs * Fix dialogs * Fix header styles. Rename elements. Remove hero-toolbar * Upstream pskp. Fix (gdg-x#67) * Update fonts - add subset and update gulp-google-webfonts * Add drawer-width * Disable globals for issue with vulcanize of iron-meta element * Correct Travis CI spelling CL => CI * Move bower_components. Make vulcanize easier * Add friendly error message for missing dotfiles * Add "en" html lang * Add missing imports * Fix link to google plus * Update add-es2015-support-babel.md updating the copy to latest code * meta tags are self closing cleaning up accidental closing tag on meta tag * Lock firefox to 42 43 makes it so selenium fails to connect * [skip ci] Update travis config * use wct 4 fix compiler errors, need C++11 compiler, g++ 4.8+ Fixes gdg-x#608 * use latest firefox * Update perf recipe Changes made: - Adding the bundle link tag in the page to improve initial load - Presenting both the initial link tag approach and the `loadElements` approach as separate - Parameterizing `loadElements` with a path to the bundle and a callback - Using in-page markup for the splash example instead of innerHTML to improve first paint @ebidel @samsaccone PTAL * Fix busted ES2015 recipe Related to Polymer/polymer-starter-kit#605 * Relax jscs indentation rules * [skip ci] Update travis config * Update CDE guidance * Rev html-extract and add strip option * Update to the new theme custom properties * Ignore .DS_Store files in gulp copy * Use paper-menu mixin for selected styles. Fixes gdg-xGh-279 * Revert back to using current paper-menu paper-menu 1.2.1 menu highlight works now. * Enable hashbang * Move platinum-sw/bootstrap and sw-toolbox to dist/bower_components * Update Babel * Update link in REAME from https://www.polymer-project.org The link in the README currently points to `https://polymer-project.org` which generates and error: ``` curl -I https://polymer-project.org/ curl: (35) Encountered end of file ``` The www version `https://www.polymer-project.org` is not a 20x/30x but the site is reachable ``` curl -I https://www.polymer-project.org/ HTTP/1.1 405 Method Not Allowed Allow: GET Content-Type: text/html; charset=UTF-8 Content-Length: 188 Date: Tue, 22 Dec 2015 18:41:03 GMT Server: Google Frontend Alt-Svc: quic=":443"; ma=604800; v="30,29,28,27,26,25" ``` * Add icons for manifoldjs * Remove deprecated /deep/ imports Now use mixins instead of classes. * Update readme * Update GAE config - fix gtmetrix issues and add HTTP2 Push config * Add start_url to manifest.json * Remove freeze version of paper-menu * Update config for stylelint * Copy GAE config for revision files for HTTP2 Push * Update revision task - fix hashes for any files * Update lint task - fix path to stylelint config * Minify inline CSS in index.html * Remake template for Progressive Web App * Fix routing - scrollToTop and closeDrawer functions are running * Improve transformation of headerTitle and headerSubTitle * Update UI and demo pages * Fix margin of navigation icon * Update readme * Update metadata * Add Color Name variables and color variables in json format * Replace paper-input for paper-input-container * Add file mask to exclude verification file from Google Search Console * Update npm scripts * Exclude verification file from Google Search Console in revision task * Update Readme * Fix deploy to GAE task - add promote flag * Update Readme * Add theme mode light and dark * Make tests work under native shadow DOM. Fixes gdg-x#638. * Fix formatting. * Add Auto Deploy to Firebase * Add environment variable $PORT in BrowserSync config for Cloud9 IDE * Add doctype html * Improve watch in serve task * Update default theme colors * Update default theme colors again * Update color of <a> tag and fix comments * Update template name * Revert "Add doctype html" This reverts commit d6f6d72. * Comment out Google Analytics tracker element * Fix comment * Add comments for global variables for js lint * Update log message * Update readme * Fix readme * Add TODO.md to gitignore * updated demo link to https this should allow the demo app to make use of service worker and demonstrate its capabilities * Close gdg-xGh-505. Only do image task on dist * Add deploy version to deploy-gae task * Add HTTPS force to the GH recipe * Fix firebase.json copy in travis-runner.sh * Fix firebase.json copy to root instead of to /app * Fix firebase deploy token * Revert "Fix firebase deploy token" This reverts commit c4ed09c. * Fix Undoing Changes to PSK for Firebase * Remove --non-interactive from firebase deploy Causes authentication to fail. * Remove {} from $FIREBASE_TOKEN Keep getting error Error: Command requires authentication, please run firebase login. `firebase deploy --token "${FIREBASE_TOKEN}` Works from command line on Mac, but does not from Travis CI. Giving this a try. * Fix reverting back to original files after auto deploy. This should hopefully do it for the Auto Deploying to Firebase. This authentication is work fine now. * Add trailing slash to gh pages url * Add deploy to gae recipe * Depend on WCT 4 * Add Query String parameter utm_source=web_app_manifest from manifest.json to cache-config gulp task * Move views of my-app element * Clean code for lite version * Update humans.txt * Update readme * Update readme * Update readme * Indent to fix the list numbers * Remove jshint * Add force https to ghpages auto deploy Also add only deploy for Node 5.1. Fixes: gdg-x#654. Fix else in travis-runner-sh Can’t have comment only in elif, put echo in to make work. * Fix travis-runner.sh deploy-ghpages * Update README.md Add a tip about `bower cache clean` to the FAQ's troubleshooting section. It solved a problem I had when upgrading from a prior version of the Polymer Starter Kit. * Improve firebase doc fixes gdg-x#670 With the travis-ci auto deploy to firebase we put `<base href="/">` above `<!-- Chrome for Android theme color -->` It seems to work fine. * Remove unneeded skip_files These `skip_files` are unneeded because the deploy.sh uses the `dist` folder. * Add syntax highlighting in the GAE deploy recipe * Update tag version The difference is: - `git describe` returns `v0.3.1-1-g81776a1` - `git describe --abbrev=0` returns `v0.3.1` * Trim down ensureFiles * Add --error-color for User input errors https://www.google.com/design/spec/patterns/errors.html * Stop watching changes on bower_componenets * Update gulpfile.js * Set Main Toolbar Color to White The main toolbar was show black text and icons, instead of white. See https://polymerelements.github.io/polymer-starter-kit/ and look at title text. * Remove #mainToolBar color Fixed upstream in paper-toolbar to default to white again. See paper-toolbar commit: PolymerElements/paper-toolbar@1f8cc8338220d62f 354b1ab12ae2829222f60a67. This is part of paper-toolbar release v1.1.4. * [skip ci] Update contribution guide * Set Firebase to false for globals. lint-js generates a warning "'Firebase' is not defined." when attempting to lint/test globals in an application using Firebase. This warning prevents gulp from serving or any local development. * Update required node version in package.json * Add color.html to default theme * Remove iron-input from my-greeting element * Update versions of bower dependencies and exclude unused dependencies * Update readme * New "Add page transitions with neon-animated-pages" recipe * feat(a11y): change headers hierarchy to improve accessibility * feat(a11y): associate a label with the input control * feat(menu-announce): use iron-a11y-announce to inform the user when menu has changed * refactor(my-greeting.html): rename id to 'greeting-input' * feat(menu-announce): change how to set the focus when the user has changed the page * fix(routing.html): remove request availability for iron a11y announcer * feat(menu-announce): set all the sections with tabindex -1 and remove the default outline when focus via css * feat(ESLint): add recipe to use lint task with ESLint based on Polymer * docs(add-eslint-support.md): remove unnecessary lines * docs(add-eslint-support.md): change globals variables for eslintrc file * Add npm-debug.log to .gitignore * Update Sitespeed link * Update stylelint and fix styles * Update node dependencies * Fix html task for new api of gulp-useref * Update readme * Disable google analytics * Clean code for lite version * Update colors * Update .gitignore * Update npm scripts * Fix copy-hosting-config task * docs(add-eslint-support.md): add global variables and remove require for eslint * docs(add-eslint-support.md): change subtasks in the serve task * docs(add-eslint-support.md): change .eslintrc with .eslintrc.json * style(ESLint): change due to errors if you activate ESLint * change the primary and accent colors from hex to vars * Update readme * Add deploy task for SSH * Fixes Selenium tests failing gdg-x#710 Test broke when `<h2 class="page-title">{{greeting}}</h2>` was changed to `<h1 class="page-title">{{greeting}}</h1>`. See: https://github.com/PolymerElements/polymer-starter-kit/blob/master/app/elements/my-greeting/my-greeting.html#L27 * primary text color by var * *hm * rm jshint since we removed it in 1.2.3 * Fix typos * Update to Polymer 1.3.0 * Add comment to icons.html * ignore dist folder `node_modules/ ` and `bower_components` will be ignored by default like described in their [documentation](http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories). Instead, ignoring the `dist/` makes sense because other than in the gulp task where we explictly define `app/*` a plugin in an editor has it's entry point in the root folder. * Update Google App Engine recipe to include http support * Update .eslintignore * Add switch for Dark Theme * Add import of iron-input to my-greeting element * Fix stylelint warnings * Remove unused elements from bower.json * Update readme * Update readme * Fix determine app version * Add app version to drawer and fix styles * Fix issue with postcss-nesting - temporary solution csstools/postcss-nesting#16 * Add settings page and color picker for accent color. Update styles and h1 tags. * Add URL path to Submit Feedback link * Fix color of accent color picker * Fix navigation style * Add appName and AppTheme config variables * Add missed image folder from full version * Add app-layout initial structure * Set uo color change for app-header * Move header content to separate file * Fix header title animation * Add possibility to add complex structure to header * Add schedule tabs * Fix dialogs * Fix header styles. Rename elements. Remove hero-toolbar * Replace routing.js with carbon-route elements * Set upstream to Polymer Starter Kit Plus * Team page (gdg-x#68) * Add initial structure of the team page * Add team page. Fix gdg-x#46 * Fix merge issues * Update dependencies. Update carbon to app elements * Initial app structure. Add head metadata * Add home and speakers page. Create behavior to load element data. * Add blog, schedule and team page * Add language dropdown to the footer. * Localize logos-block. Fade header according to scroll position * Fix dialogs on speakers and schedule page. * Add new schedule page. * Turn on session dialog * Consolidate elements' data and resources * Add company logos and tags to speakers * Add Code of Conduct page * Move page settings into separate property * Fix session display on schedule page * Fix issues on original project (gdg-x#75) * Update data specific for Ukrainian DevFest * Update fragments config * added new partners * Update partners logos. Update motto. Fix latest posts block * Updated speakers, sessions, people images * Fix SW pipeline * Updated sessions, added schedule * Fixed companies logos * Fix session/speaker dialog * Merge partners and companies into logos folder * Add images to generic sessions * Update resources.json changed amount of GDG groupd from 8 to 10 * Housekeeping * Add analytic's events. Tracker code dev -> prod * Update resuorses.json Поправила переклад в декількох місцяіх * Update resourses.json Змінила з 11 на 10 * Switch to dev environment * Added more sessions. * Updated Rustem's location * Fixed social links for Resul * Remove Ukraine specific data * Remove dfua sponsorship proposition * Update metadata * Fix safari. (gdg-x#79) * added possibility to swipe featured videos (gdg-x#78) * Remove notifications analytics * fixed issue with opening post page (gdg-x#80) * added possibility to swipe featured videos * fixed issues with opening post page * Remove notifications analytics. Remove hub page from polymer settings * Fix feature videos alignment * Fix map block * Add call to action block on home page * Add margin to logos at featured people block * Fix swiping of videos (gdg-x#81) * added possibility to swipe featured videos * fixed issues with opening post page * - fix swipeable videos - reduced step of swipe * Update firebase rules * Fix blog post * Fix gdg-x#87. * Update bower dependencies. Fix gdg-x#87. * Align left speakers cards. Update firebase json * Fix outside speakers details modal click (gdg-x#89) * added possibility to swipe featured videos * fixed issues with opening post page * - fix swipeable videos - reduced step of swipe * fix speaker's modal outside click * Open schedule day by url and reflect selection * - add speaker's card background backdrop (gdg-x#92) - change arrow icon fill color * Remove duplicate contributing section (gdg-x#94) * Open schedule day by url and reflect selection to url * Fix gdg-x#90. Wrap tickets on Safari * Add buy button to header and drawer * Fix localize behavior * Google map issue (gdg-x#93) * fix google-map rendering issue if land on other pages * removed hardcoded value * imrove after CR * add .idea/ to git ignore * Add filters on schedule * Remove discus comments * Add set up, configure app and deploy documentation * Add styling docs, licence, contributing files. Update Readme file. * Update README.md * Fix styles on schedule page. Add words about GA. Add team page to a navigation * Update README.md * update README file (gdg-x#99) * Update README.md * Update set-up.md * Update styling.md * Clean up localize behavior. Add missed translations * Clean up page behavior * Clean up app data * Clean up elements. Add missed translations * Clean up page elements. * Add bower install instruction to Readme file. Fix localization on footer-block * Change live demo link * Update preview image * Update readme
PreviousNext