Skip to content

Latest commit

 

History

History
266 lines (140 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

266 lines (140 loc) · 12.5 KB

0.1.6 (2016-01-11)

Features

  • examples: add basic usage input example (84af244)
  • support validation errors with FormBuilder (df03e9b)
  • examples: inline markup and form builder input demos (7382f75)
  • form: use md-message/md-messages for form validation errors (14e36f4)
  • input: add support for mdMaxLength and mdPattern validators (13035a6)

0.1.5 (2016-01-07)

Bug Fixes

  • issue where dialog text was blurry (634cdf4)

Features

  • add sauce badge to readme (d2e782f)
  • add sauce labs test execution (92b835d)

0.1.4 (2016-01-05)

Bug Fixes

  • build: issue where dist css file had bad source mapping (2cc8a74), closes #8

0.1.3 (2016-01-04)

Bug Fixes

  • grid_list: issue with changes happening after being checked (c449c60)

Features

  • button: test remaining button behaviors (e9b208b)
  • checkbox: complete behavioral coverage (1e960e9)
  • radio: support keyboard input behaviors and tests (3aa8e0c)

0.1.2 (2016-01-03)

Bug Fixes

  • backdrop: do not dismiss when clicked while animating to show (f829bd8)
  • input: input elements must use md-input attribute to be recognized (e00d578)
  • providers: remove url resolver from providers exposed (9b6971e)

Features

  • examples: add basic list item usage (399b5f6)
  • examples: add checkbox examples (9fc3321)
  • examples: add getting started instructions to main page (ec35240)
  • subheader: add non-sticky subheader component (8aade08)
  • test: add componentSanityCheck helper for simple component sanity (2b308d8)

0.1.1 (2016-01-02)

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)

0.1.0 (2015-12-29)

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)

0.0.11 (2015-12-27)

Features

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

0.0.10 (2015-12-26)

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)

0.0.9 (2015-12-24)

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)

0.0.8 (2015-12-20)

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)

0.0.7 (2015-12-19)

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)

0.0.6 (2015-12-16)

Features

  • update to angular 2.0 beta 0 (1885f11)

0.0.5 (2015-12-16)

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)

0.0.4 (2015-12-14)

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)

0.0.3 (2015-12-13)

Features

  • build: add support for generating examples static site (a9db1d2)
  • build: include readme and changelog in npm package (78650a8)

0.0.2 (2015-12-13)

Features

  • build: include bumped version in npm publish (88f7134)

0.0.1 (2015-12-13)

Features

  • docs: add basic card and toolbar examples (b9ff27c)
  • Material Icons: support overriding material font url using scss (a9c88bc)
  • mdCheckbox: support two-way binding to checked property (d220c42)
  • radioGroup: allow two way binding to value (9e8ae62)
  • test: support generating coverage report with istanbul (6af23c9)