0.5.0 (2016-06-12)
- import path in example page (0cbec43), closes #239
- lock to material2 alpha 4 temporarily (630b289), closes #244 #240
- data-table: unsubscribe from observables when destroyed (ab3a326)
- build: install typings as postinstall step (772fab4)
- Add Paging component (a6061f6)
- develop: Add
npm tdd
andgrunt tdd
tasks (1b6ba0c) - develop: make npm scripts Windows friendly (c5d63cd)
- examples: add webpack example with ng2-material and material2 (fe58d90), closes #175
0.4.1 (2016-05-22)
- Media: zone aware query callbacks and sane reference counting (b7385e1)
- npm: rewrite package source maps to point to the correct sources (329dac2)
- examples: add jetbrains sponsor to index page (03a5ff0)
- examples: highlight code examples in component readme files (4033074)
- MdDialog: add material2 overlay based dialog (3a02410)
0.3.8 (2016-05-04)
0.3.8 (2016-05-04)
0.3.7 (2016-04-24)
- input: issue when typing rapidly into an input (4386d56)
0.3.6 (2016-04-17)
- update messages when form validation status changes (99df994)
- make visibility input available for sidenav (#173) (b735650)
- JetBrains: free OS licenses of WebStorm for major contributors (195ee4c)
0.3.5 (2016-04-10)
- fix ProgressCircular tests about diameter (9c6ae37)
- universal: workaround incomplete parse5 adapter (0cf5608)
- revamp interaction between table and rows. Now it only works with EventEmitter (115ba65)
- updated material icon font (c313b2c)
- angular2: update to beta 14 (7afdd23)
- md-data-table: Add data-table style hooks (f1f3c68)
- universal: export node and browser compatible services (67e8054)
- universal: Remove static
Media.hasMedia
method and utilityrAF
function. Inject theViewportHelper
service for rAF, and theMedia
service for hasMedia. This static method referred to the window directly.
The use of MATERIAL_PROVIDERS
has been deprecated. Please use either MATERIAL_NODE_PROVIDERS
or MATERIAL_BROWSER_PROVIDERS
as is appropriate for your platform.
0.3.4 (2016-03-29)
- md-data-table injection on md-data-table-tr (89d63f4)
0.3.3 (2016-03-28)
0.3.2 (2016-03-27)
0.3.1 (2016-03-27)
- angular2: beta 12 has a change detection bug that misses peekaboo scroll (5a58a05)
0.3.0 (2016-03-27)
0.2.13 (2016-03-27)
- package.json to run tests and serve the app (799c8d1)
- rxjs-dependency version need to be frozen for the moment. When Angular team will (53d3bf9)
0.2.12 (2016-03-20)
- examples: link to angular2 tag on index page (98b642c)
- angular2: update to beta 11 (603ba25)
0.2.11 (2016-03-12)
- angular2: update to beta 9 (5bee7d4)
0.2.10 (2016-03-06)
- ink: ink correctly radiates from under click on safari (21e288f)
0.2.9 (2016-03-05)
- angular2: update to beta 8 (1d5c8e5)
0.2.8 (2016-02-28)
- examples: add SidenavService to providers in sidenav example (1fc09bd)
0.2.7 (2016-02-26)
- issue where sidenav would generate change after check exception (1456097)
0.2.6 (2016-02-24)
- README: add purpose statement (792e4af)
0.2.5 (2016-02-21)
- build: remove need for installing typings from the internet (9acfd14), closes #74
- build: remove triple slash reference from types file (fd50eb8)
0.2.4 (2016-02-21)
- dialog: no more blurry text (7baaaee), closes #10
- input: support two way binding with value (dc63f19), closes #62
- input: work with async value bindings (0014bc4), closes #40 #39 #59
- install: use typings explicitly from node_modules (7bef97d), closes #74
- MdMinValueValidator: do not use max validator logic (f67e508), closes #61
0.2.3 (2016-02-21)
- dialog: null reference error when not specifying dialog config (6e60b34)
- examples: add angular2 compatible version to main page (5031819)
0.2.2 (2016-02-08)
- build: make ie name shim compatible with coverage code (5e1759c)
0.2.1 (2016-02-02)
0.2.0 (2016-02-01)
- Animate: add support for maybe correct ng1 css animation classes (cb85ae4)
- backdrop: add configurable transition classes (4f847dc)
- backdrop: add hideScroll input to hide parent scroll while shown (2e6240d)
- backdrop: add visible property setter for binding to (635224c)
- examples: add basic menu side navigation (684b7dc)
- examples: add sidenav example (5d1ce24)
- examples: focus input when sidenav is shown (dff7050)
- ink: add directive for applying ink to arbitrary elements (89819d5)
- sidenav: basic sidenav component extended from backdrop (6043b12)
- switch: match latest angular material animation (abd10e7)
0.1.8 (2016-01-23)
- examples: add whiteframe example (340ee6c)
- theme: make it easier to override themes in scss (23d6482)
0.1.7 (2016-01-17)
- examples: correct import statement for scss example (46dd541), closes #17
- input: issue where undefined values would be displayed (294c073)
0.1.6 (2016-01-11)
- 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)
- issue where dialog text was blurry (634cdf4)
0.1.4 (2016-01-05)
0.1.3 (2016-01-04)
- grid_list: issue with changes happening after being checked (c449c60)
- 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)
- 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)
- 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)
- examples: make card examples mobile friendly (77bf5c4)
- examples: remove horizontal scroll on small phone screens (22c4521)
- examples: scroll shrink container overflow (828e78c)
- 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)
- 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)
- 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)
- 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)
- tabs: basic behavioral tests for tab selection binding and input (3cf848d)
0.0.8 (2015-12-20)
- 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)
- 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)
- examples: import ng2-material from its bundle not using relative paths (9cc14e6)
- examples: top and bottom margin on button example (cf40976)
- 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)
- update to angular 2.0 beta 0 (1885f11)
0.0.5 (2015-12-16)
- examples: issue where demos would not load in firefox (bc54249)
- 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)
- card: issue with layout alignment of first child button (0da02fe)
- 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)
- build: add support for generating examples static site (a9db1d2)
- build: include readme and changelog in npm package (78650a8)
0.0.2 (2015-12-13)
- build: include bumped version in npm publish (88f7134)
- 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)