Releases: StartPolymer/polymer-starter-kit-plus-old
Releases · StartPolymer/polymer-starter-kit-plus-old
Polymer Starter Kit Plus v1.2.3.2
New features
- Settings page
- Accent color picker
- App version on front-end
- Bug fixes
Polymer Starter Kit Plus v1.2.3.1
New features
- Progressive Web App template
- Switch for Material Design Dark Theme
- Deploy to any Linux hosting with SSH using cmd
gulp deploy:dev
- Polymer Starter Kit Plus comes in two flavours - Lite (branch
lite
) and Full (branchmaster
). Lite version doesn't contain demo content! - Based on Polymer Starter Kit v1.2.3 and latest commits
Polymer Starter Kit Plus v1.1.0.1
New features
- Default Theme following SUIT CSS - styling methodology for component-based UI development
- Custom Fonts list
for download fonts from Google Fonts - Custom Icons element for Material Design Icons
- CSS Variables including Material Design Colors - Material Palette
- Variables
for colors from index.html and manifest.json
- Custom Fonts list
- PostCSS for transforming styles with JS plugins
- 2 times faster than libsass, which is written in C++
- Autoprefixer add vendor prefixes to CSS rules using values from Can I Use
- CSS Custom Media Queries
- CSS Nesting
- CSS MQPacker - pack same CSS media query rules into one media query rule
- Stylelint - modern CSS linter
- SUIT CSS linter
- PostCSS Import
- Babel for support ES2015 JavaScript
- Nunjucks templating engine for server-side
- Metadata at one place
- Markdown for static content
Polymer Starter Kit Plus v1.0.3.2
Polymer Starter Kit Plus v1.0.3.1
New features
- Config file
- Custom icons element
- Gulp tasks per file
- PageSpeed Insights for performance tuning
- Vulcanize with Content Security Policy CSP
- Google Analytics with offline support
- Quick deploy with 3 environments: Development, Staging, Production
- Revision
all files by appending content hash to their names - Hosting platforms:
- Firebase
- Google App Engine - free hosting with HTTP2-over-QUIC on custom domain
- Google Cloud Storage
- Revision
- Based on Polymer Starter Kit v1.0.3 and latest commits