Skip to content

Latest commit

 

History

History
executable file
·
328 lines (158 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

executable file
·
328 lines (158 loc) · 13.8 KB

Change Log

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

1.22.0 (2018-02-19)

Features

  • app: add responsive menu, enhance responsive styles (998387c)
  • dependencies: bump angular cli (b326b0f)
  • help: remove BTC address (fd08741)
  • index: add mobile status bar related meta tags (a6b0348)

1.21.0 (2018-01-02)

Features

1.20.0 (2018-01-02)

Features

  • app: responsive layout enhancements (68338ad)
  • posts: responsive layout enhancements (04e2500)
  • styles: add responsive utils (bd9341d)

1.19.0 (2018-01-01)

Features

  • posts: format quoted text in comments (29e3304)

1.18.0 (2017-12-28)

Bug Fixes

  • posts: styles formatting (f231b0b)

Features

  • posts: responsive layout enhancements (65d8b64)

1.17.0 (2017-12-28)

Features

  • core: cache get http responses for better performance (b8810da)

1.16.0 (2017-12-25)

Bug Fixes

  • notifications: dark theme heading color (3715094)

Features

  • posts: show disabled comments icon to preserve layout when no comments are available (374dce4)

1.15.0 (2017-12-24)

Features

  • help: show keyboard shortcuts as first opened help tab (ef59ae7)
  • notifications: add notifications support (8af80a2)
  • notifications: change emoty notifications icon (ba76708)

1.14.0 (2017-12-11)

Bug Fixes

  • help: tests imports (1bcfd35)
  • loading: add loading indicator (102a74c)
  • posts: sort posts to preserve correct order (1d38d97)
  • shared: add missing tabs module (87c5368)

Features

  • favicon: update favicon (b163e09)
  • help: author info (9cecdf4)
  • posts: enhance performance by making requests run in parallel (b6a3131)

1.13.0 (2017-12-09)

Bug Fixes

  • posts: prevent updating property after view check (ffd9c1b)

Features

  • themes: add dark theme support (34b45e2)

1.12.0 (2017-12-09)

Bug Fixes

  • help: tests imports (8582646)
  • performance: deep import rxjs to limit bundle size (04c95e3)

Features

  • help: add help dialog (59adf97)
  • posts: make visited post less visible (c12b328)

1.11.0 (2017-12-09)

Bug Fixes

  • posts: animate to deselected post on fab click (a11a95d)

Features

  • posts: cancel outstanding comment requests when selected post changes (3352ca2)
  • posts: scroll to post when selected and off screen (f20147a)

1.10.0 (2017-12-08)

Bug Fixes

  • app: footer flex layout (6e2aac7)
  • build: add node types (c66c45f)
  • posts: dont add deleted comments (5036f17)

Features

  • app: add footer with version and signature, adjust branding (126806f)
  • app: adjust branding (861b184)
  • posts: close comments fab, key shortcuts (8584052)
  • posts: race condition when switching resources before requests finished (31da47f)

1.9.0 (2017-12-08)

Features

  • posts: external link button (fddcaf8)

1.8.0 (2017-12-08)

Features

  • posts: comments (67aaa45)
  • posts: distinguish between link and self posts, enhance post styles (87a9074)

1.7.0 (2017-12-07)

Bug Fixes

  • posts: default url when missing (6332bbe)
  • posts: styles code style (51a3452)

Features

  • posts: enhance post styles (04d2de0)

1.6.0 (2017-12-07)

Features

  • app: adjust app title (77b9e3c)
  • design: use fixed header, animate new list item height (0e21514)
  • posts: enhance post component (068e901)

1.5.0 (2017-11-13)

Features

  • core: add list animations (64beab7)
  • posts: animate posts list, use icon for load more functionality (8db5a5c)
  • posts: enhance post styles, use icons for user and points, make post smaller (7631b11)
  • shared: add material icons capabilities (402728d)

1.4.0 (2017-11-12)

Features

  • posts: load more posts, show posts immediately on load success per post (4811bf8)

1.3.0 (2017-11-09)

Features

  • app: add browser animation module (037831a)
  • build: deploy only release builds (8adf7fc)
  • dependency: use angular 5, angular material 5 rc0 and fix typescript vesion to 2.4 (92b3bba)
  • index: adjust initial page title (e9c9516)

1.2.0 (2017-10-28)

Features

  • build: add webpack-bundle-analyzer and analyze build script (46495eb)
  • nav: highlight active route (2ae6b3f)
  • perf: import angular material modules explicitly to decrease bundle size (2a22a48)
  • posts: rename routes news to top and newest to new (a7e3dbb)

1.1.0 (2017-10-24)

Features

  • posts: add support for showing newest, show, ask and job (376ecc7)

1.0.1 (2017-10-22)

Bug Fixes

  • posts: add missing class field visibility modifier (d0c397a)

1.0.0 (2017-10-22)

Bug Fixes

  • testing: add temporary workaround for @angular/cli bug (c1cdcff)
  • testing: increase browser no activity timeout (ad485de)

Features

  • project skeleton (1d7551e)
  • backend: add backend service stub (6a3a448)
  • core: add backend get method, export backend service, import ngx-model (1b78028)
  • env: add app name, remove redundant space (376b577)
  • env: add env path alias, api url and env names (8f325c5)
  • material: use angular material typography (4e62860)
  • posts: add posts implementation (f439a0a)
  • title: show title based on route data if available (d09228c)