Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Releases: justindujardin/ng2-material

v0.1.1

02 Jan 01:23
Compare
Choose a tag to compare

Bug Fixes

  • examples: make card examples mobile friendly (77bf5c4)
  • examples: remove horizontal scroll on small phone screens (22c4521)
  • examples: scroll shrink container overflow (828e78c)

Features

  • layout: rebase layout styles on angular material one point x (bcadb41)
  • radio: support disabled, alignment, and intention color customization (efd4627)

v0.1.0

29 Dec 00:29
Compare
Choose a tag to compare

Features

  • examples: add version service for accessing version.json data (b52c83d)
  • examples: hero header for demo site (90464af)
  • examples: support rendering markdown content for examples (3d42aa6)
  • examples: use router for navigation between examples (380625e)
  • peekaboo: decorator for viewport scroll actions (d419853)
  • peekaboo: different breaks for different viewport sizes (0fff4cc)
  • toolbar: add md-hero height for large material page headers (a949ba8)
  • util: add Media injectable for media query checks and events (edc437e)

v0.0.11

27 Dec 19:48
Compare
Choose a tag to compare

Features

  • examples: add test coverage report to example page (f41fb1f)
  • progress_linear: support buffer and query indicators and add tests (5cb8bad)

v0.0.10

26 Dec 18:48
Compare
Choose a tag to compare

Features

  • backdrop: backdrop component and tests (c55751c)
  • backdrop: basic component that can be closed and emits onHiding/onHidden (e0a92bb)
  • dialog: basic test spec (c8d52e8)
  • dialog: support basic alert and confirm dialogs (7236279)
  • reporting: show code coverage in build log and export json file for examples site (3b5147e)

v0.0.9

24 Dec 16:31
Compare
Choose a tag to compare

Bug Fixes

  • build: inline templates until offline compilation is available (0c5fa5e), closes #1

Features

  • tabs: basic behavioral tests for tab selection binding and input (3cf848d)

v0.0.8

24 Dec 16:32
Compare
Choose a tag to compare

Bug Fixes

  • browser: use autoprefixer to enable flexbox on safari (9ae1a42)
  • examples: use es6 shim for safari 8 compatibility (9e65de0)
  • toolbar: use prefix translate for scroll-shrink in safari 8 (9e14280)

Features

  • build: add setBaseUrl to override where to load templates and styles from (3ea1270)
  • examples: add PLUNKR template showing how to get started (029acbc)
  • examples: add release version to the site header (4aa3bee)
  • highlight: allow specifying highlight text as body content (f169ee6)

v0.0.7

24 Dec 16:32
Compare
Choose a tag to compare

Bug Fixes

  • examples: import ng2-material from its bundle not using relative paths (9cc14e6)
  • examples: top and bottom margin on button example (cf40976)

Features

  • button: add ripple to buttons (eb78e1f)
  • tabs: add dynamic height example (877a3ef)
  • tabs: add dynamic tabs example (d0b0eff)
  • tabs: add ink ripple to tab buttons (3636925)
  • tabs: basic material styled tabs with no ink or animations (d6653f7)
  • util: add Animate class for css and typescript based animations (99a4abc)
  • util: add Ink class for applying ripples to html elements (0fd473c)

v0.0.6

24 Dec 16:32
Compare
Choose a tag to compare

Features

  • update to angular 2.0 beta 0 (1885f11)

v0.0.5

24 Dec 16:32
Compare
Choose a tag to compare

Bug Fixes

  • examples: issue where demos would not load in firefox (bc54249)

Features

  • examples: add button basic usage (c456f27)
  • examples: add navigation to demo page (7777da9)
  • README: add travis and coveralls badges (ac175dd)
  • toolbar: add scroll shrink option (32be4a5)

v0.0.4

24 Dec 17:07
Compare
Choose a tag to compare

Bug Fixes

  • card: issue with layout alignment of first child button (0da02fe)

Features

  • build: add coveralls config for coverage reporting (21077cc)
  • build: add travis script for test execution (7dd10ca)
  • docs: view example source files inline (a8c1ba2)