Skip to content

Latest commit

 

History

History
executable file
·
422 lines (200 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

executable file
·
422 lines (200 loc) · 17.9 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.26.0 (2018-01-29)

Bug Fixes

  • build: prevent deceiving error messages (894f7ca)

Features

  • settings: auto night mode, settings persistence, layout enhancements (982f6c8)

1.25.0 (2018-01-29)

Bug Fixes

  • app: add missing declarative unsubscribe for title handling (9418e37)
  • app: remove old theme class from overlay container before setting of new one (4358ac5)
  • codestyle: prettier (1bceff3)
  • core: correctly expand content section on route animation, fixes #39 (2442f72)

Features

  • app: enhance responsive footer layout (422a097)
  • app: fixed header toolbar (b3b1b1c)
  • docs: enhance documentation (4e71253)

1.24.0 (2018-01-21)

Bug Fixes

  • build: extend angular cli version to include fix releases (82a700c)
  • build: remove deprecated tslint rules (7577653)
  • styles: sticky footer animation flicker (IE11), fixes #39 (9209ca2)

Features

  • codestyle: add state interfaces and use object spread instead of object assign to type check new state creation in reducers (2adb6e9)
  • dependencies: use bootstrap 4, adjust responsive classes (03292f7)
  • docs: enhance README.md and add BUILT_WITH.md (4bdfdfa)

1.23.2 (2018-01-17)

Bug Fixes

  • dependencies: add missing polyfill for array includes (IE11), fixes #39 (0406652)
  • todos: eliminate input mutation from the reducer (7869cb0)

1.23.1 (2018-01-13)

Bug Fixes

  • core: rework local-storage initial state hydratation (42a37d9), closes #3 #34

1.23.0 (2018-01-12)

Features

  • codestyle: use action types for ngrx actions instead of factory functions (98435ed), closes #25

1.22.1 (2017-12-30)

1.22.0 (2017-12-06)

Features

  • dependency: use angular 5.1, material 5.0 and CLI 1.6, standardize paths in styles (8758cb3)

1.21.1 (2017-11-08)

Bug Fixes

  • codestyle: new prettier version formats code differently (a775b7f)

1.21.0 (2017-11-08)

Features

  • dependency: use angular material and cdk 5.0.0-rc0 (a5fc8b0)

1.20.0 (2017-11-05)

Features

  • dependency: use angular 5 and angular cli 1.5, use correct typescript version (33abbb6)

1.19.0 (2017-10-29)

Features

  • build: add webpack-bundle-analyzer and analyze build script (16159a8)
  • perf: explicitly import angular material components to achieve smaller bundle size, remove unnecessary polyfills, bump rxjs version (801757a)

1.18.0 (2017-10-19)

Bug Fixes

  • dependency: remove redundant font awesome reference (4f2be5e)
  • dependency: use font-awesome from npm (94ddb50)

Features

  • loading: load logo as asset not inline (b03541f)
  • title: add route title data support and display title when found (7ab617f)

1.17.0 (2017-10-16)

Features

  • environment: show current environment name next to version (besides prod) (3322b41)
  • loading: show logo and spinner during initial app loading (slow connection) (6609ee6)

1.16.0 (2017-10-10)

Features

  • dependency: use angular-cli 1.5.0-beta.4, remove unused types (ebccc76)
  • prettier: add prettier support (7409bc6)

1.15.0 (2017-10-07)

Bug Fixes

  • dependency: remove core module import (084a9f7)

Features

  • core: core module single import check (4da5b85)

  • material: migrate from md to mat prefixes, bump version of angular to rc.1 and material to beta.12 (41c10f9)

1.14.0 (2017-09-26)

Features

  • examples: use HttpClientModule and HttpCLient instead of deprecated Http (167556b)

1.13.0 (2017-09-25)

Features

  • add typescript card to features screen (caf8528)
  • bump @angular to beta.7, material to beta.11, use uuid instead of deprecated node-uuid (69a845f)

1.12.0 (2017-09-04)

Bug Fixes

Features

  • add meetup video link to README.md (ae85ec0)
  • bump angular, material and cli versions, use chrome on travis ci, remove intl dependency (0b65ae5)
  • use headless chrome for local watch mode testing (70df03d)

1.11.0 (2017-08-25)

Features

1.10.0 (2017-08-10)

Features

  • bump @angular/cli to 1.3.0 and use --build-optimizer (smaller bundles) (f0ec1c0)

1.9.0 (2017-07-25)

Bug Fixes

Features

  • add open graph metadata (0840cef)

1.8.0 (2017-07-25)

Features

  • sub navigation animations (be7a040)

1.7.1 (2017-07-24)

Bug Fixes

1.7.0 (2017-07-24)

Bug Fixes

Features

1.6.0 (2017-07-22)

Bug Fixes

  • styling inconsistencies (38b12ca)

Features

  • stub auth functionality (7d3a098)

1.5.0 (2017-07-21)

Features

1.4.0 (2017-07-21)

Features

  • theme styles scoping example, unified theme mixing naming (ec971ae)

1.3.0 (2017-07-21)

Bug Fixes

  • about screen responsive layout (9be673e)

Features

  • add tooltips to todo example (e5168f3)
  • adjust theme colors (4bc6760)

1.2.0 (2017-07-20)

Features

1.1.0 (2017-07-17)

Features

  • add library version info (b6aaa5d)

1.0.0 (2017-07-17)

Bug Fixes

Features

  • add blog link to README.md (1c9e12d)
  • add features overview (2a4447f)
  • add google analytics tracking (b1fc278)
  • add ngrx effects, theme state local storage persistence, theme adjustments, lazy examples route (81c25a0)
  • add share module, add header toolbar (0314346)
  • add theming, ngrx (43a177f)
  • add todos, lazy reducer, big input custom component (878662e)
  • adjust theming mechanism, add bootstrap for grid, static module for static content (b1753ad)
  • clear todos input with escape key, github link (f2888d1)
  • features responsive layout (fd427a3)
  • intro page (fda5089)
  • migrate to angular 4.3 and ngrx 4 (0b88aa8)
  • project skeleton (3ea3e3f)
  • README.md images (b9f80e9)
  • refactor custom component theming into separate mixin (8ec91e5)
  • sidenav (c897e94)
  • stock market example (7eb155d)
  • todos logic (2ba208c)
  • update README.md (b4e90dd)
  • use dark theme for black custom theme (f9df455)