mdl 1.17.0 copy "mdl: ^1.17.0" to clipboard
mdl: ^1.17.0 copied to clipboard

outdatedDart 1 only

Material Design Lite for Dart

Change Log for mdl #

Material Design Lite for Dart

v1.17.0 - 2016-02-29 #

Feature #

  • ObservableList can filter items (works nice with MaterialRepeat) 27ac384
  • Added some more StockAnimations 2d6f1f3

v1.16.0 - 2016-02-24 #

Feature #

  • Formatter-Support for all Core-Components 8391b68
  • MdlFormComponent emits FormChangedEvents 56590f9

v1.15.5 - 2016-02-19 #

Docs #

v1.15.4 - 2016-02-18 #

Feature #

  • Better media query integration 73d61d8

Bugs #

  • Notification-Dialog overwrites default DomRenderer 7e0acb6

Docs #

  • How event listener is called in EventCompiler 9e81930

v1.15.3 - 2016-02-15 #

Feature #

  • Merged latest MDL/JS master 018bf12
  • SCSS-Mixin for media queries ca34227

Docs #

v1.15.2 - 2016-02-01 #

Feature #

  • MdlComponent and MaterialDialog share the same MdlEventListener-Mixin to add eventStreams for downgrading the component 55f05b8

Docs #

v1.15.0 - 2016-01-18 #

Feature #

  • DataTable2 can scroll its data-section + Emits Event on click d921f62
  • MaterialLabelfield added 127f288
  • Styles for lablefield added 91d4720

Docs #

v1.14.0 - 2016-01-11 #

Feature #

  • Emitter-class added to mdlflux e0e494a
  • FireOnlyDataStore - default implementation for DataStore 09be046

Docs #

v1.13.1 - 2015-12-14 #

Fixes #

  • Typo in filename mdlcompone[n]ts.dart c7ad5f9

v1.12.4 - 2015-12-11 #

Feature #

  • Set injector in ComponenHandler via mockComponentHandler 783bc12

Fixes #

  • SampleGenerator sometimes deleted pubspec.yaml (was not sync) aac5259

v1.12.2 - 2015-12-04 #

Docs #

  • MDLFlux message flow diagram 4c30055

v1.12.1 - 2015-12-04 #

Docs #

  • Move tests to new test-structure 264ca1d

v1.12.0 - 2015-12-02 #

Docs #

  • DataFlow-Diagram for mdlflux 0ab30e4

v1.11.1 - 2015-12-01 #

Fixes #

  • ActionBusImpl was not injectable b001dce

Docs #

v1.11.0 - 2015-12-01 #

Feature #

  • Flux-Pattern for MDL/Dart f4750ba
  • Notification-Animation works 8273d61

Fixes #

  • EventCompiler ignored the events defined for the base-Element 8825806
  • EventCompiler ignored the events defined for the base-Element 3fa59d6
  • MaterialLayout fixes dart-lang#24868 3e4514c

v1.10.3 - 2015-11-24 #

Fixes #

  • Wrong List-Type in MaterialLayout 9a3a39a

v1.10.1 - 2015-11-20 #

Docs #

v1.10.0 - 2015-11-20 #

Feature #

  • Properties-Page added (mdl-properties) + pre-def-layouts 90b524f
  • Started with MDLAnimation d40a31b

v1.9.2 - 2015-11-17 #

Docs #

  • Removed all copyrights from documentation. Fixes #27 d615469

v1.9.0 - 2015-11-16 #

Feature #

  • Better font-integration via CSS 1bf8a47

Bugs #

  • Solevs the double/int problem in ObservableProperty b91b6ed
  • Solevs the double/int problem in ObservableProperty 5f70ce8

Docs #

  • SPA-Template shows entered username + password 79afaf6

v1.8.0 - 2015-11-02 #

Feature #

  • MDLCleanupTransformer reduces package size by around 50% eabab78
  • Merged latest master f5af03f

v1.7.1 - 2015-10-30 #

Feature #

  • SplashScreen + SPA-Template works 1cc20ac

v1.7.0 - 2015-10-22 #

Feature #

  • MaterialFormComponent with validation check 185edc9
  • Dynamic DivDataTable works 2e5dff7

v1.6.0 - 2015-10-20 #

Fixes #

v1.5.6 - 2015-09-21 #

Feature #

  • Merged latest MDL/JS master 288dc40

v1.5.5 - 2015-09-02 #

Fixes #

Refactor #

  • Renamed example to samples (Dart 1.12) 34e0563

v1.5.3 - 2015-08-24 #

Feature #

  • Merged latest Dart/JS master 7cf8ea4

Bugs #

  • Accidentally deleted Listener in Confirm-Dialog-Sample f5cce5d

Docs #

v1.5.2 - 2015-08-19 #

Feature #

  • Autofocus for Dialogs, fixes #20 b1887f7
  • ObservableProperty can switch between Timer- and 'set value' check 4fd2f45

v1.5.1 - 2015-08-18 #

Docs #

v1.5.0 - 2015-08-17 #

Feature #

  • New WebSite launched for MDL/Dart 79e9ff0

Bugs #

  • z-index for DND causes hidden header b594146

v1.3.6 - 2015-08-14 #

Docs #

v1.3.5 - 2015-08-14 #

Feature #

  • MaterialObserver supports templates + objects 5bd4c35

Docs #

  • New samples for MaterialObserve and Formatter in styleguide 8ccffca

v1.3.4 - 2015-08-10 #

Feature #

  • Made ObservableProperty more data-type tolerant 20d2b06

Docs #

  • Better Exception-Message for mdl-repeat if using wrong list-type 44a98a1

v1.3.3 - 2015-08-03 #

Feature #

  • ObservableProperty got a name field - helps to debug cb4aa53
  • Accordion supports more complex headers f00db4c

Bugs #

  • Registration for components in 'body' failed (_isInDom check problem) 5edd524
  • Textfield show disabled value in eabled color 61a13bc

v1.3.2 - 2015-07-30 #

Fixes #

  • Accordion showed ripple when user clicks on content, solves #12 307c2c5

v1.3.0 - 2015-07-29 #

Feature #

  • Formatter (number, uppercase + lowercase) added 78ba4fe

v1.2.3 - 2015-07-28 #

Feature #

  • Merged latest master into Styleguide b28ea03
  • Merged latest master from MDL/JS b26c7da

Bugs #

  • checkDirty for MaterialTextfiled produced wrong result 7935fab

v1.2.1 - 2015-07-23 #

Refactor #

  • Removed all unnecessary files form styles 520f938

v1.2.0 - 2015-07-23 #

Feature #

  • mdl-class added + works 89f9e7f
  • Components attached() function will be called after Component is added to the DOM, better differentiation between Widget + Component 16d7acb

Bugs #

  • Wrong link to GH 22169a4
  • AccordionLabel changed from 'label' to '.mdl-accordion__label' 7a57dcf
  • callAttached called only the first registered MdlComponent f21c2e8

Docs #

  • mdl-attribute + mdl-class added to styleguide f2fa90d
  • MaterialClass dd285ea

Refactor #

  • Tag mdl-repeat changed to Attribute, Tag mdl-property changed to Attribute (mdl-observe) c016336
  • MdlAccordion registers now the 'panel-part' and not the whole group fa86d3a

v1.1.2 - 2015-07-20 #

Feature #

  • Merged MDL/JS-Master CW 29 38ee761
  • ObservableList supports removeWhere d25c473

Docs #

  • Avoid main() async if using DI 8b5a1d7

v1.1.0 - 2015-07-16 #

Feature #

  • mdl-model added, works for checkbox,radio-group, slider, textfield and switch 98cec09

Docs #

  • Added more StageDive-Templates, QuickStart-Section 7353881
  • Improved Radio-Sample with RadioGroup a92941a

v1.0.3 - 2015-07-13 #

Docs #

v1.0.2 - 2015-07-10 #

Docs #

v1.0.1 - 2015-07-10 #

Chore #

  • update introduction to match mdl 86d2207
  • add a quick start section aac4ef4

Feature #

Docs #

v1.0.0 - 2015-07-06 #

Bugs #

  • matchMedia.addListener crashed FF + Safari 5cf5539
  • Height of notification-container is now dynamic 9e69328
  • Notification did not work after dart2js, built all samples e39560d

Docs #

  • Extra 'observe' sample added 85c4a34

v0.9.1 - 2015-06-23 #

Feature #

  • Notifications 71e9492
  • Material-Icon-Font and Roboto is include in package ea9cb64
  • Accordion Radio-Style can be unchecked, bug: Componenthandler did not upgrade BaseElement 515568d
  • Material FORMS-Sample added 2fc4162
  • Lodindicator added to styleguide 65a2427
  • Loadindicator added to templates 1b303ec
  • Template for small app added, Themes regenerated c42fc7b
  • Templates admin + sticky-footer improved 96c59ba
  • DI added 32a8d66

Bugs #

  • Styleguide needs Fonts included for teme-switching 48b6e02
  • Repeater crashed in removeAll 4d9e04a
  • ForElement in MaterialMenu needs a delay during initialization (SPA) 4c2e3a5
  • Recalc for x and y for MaterialMenu was missing e7a62ee
  • Menu.show needed some pos calculation, Added tests for layout and menu a5f2180
  • Accordion did not work without ripples, added some more tests 59c0ee7
  • Theming did not work in styleguide c47af75
  • Header distance in styleguide was wrong 80c3645
  • screenSizeHandler was not implemented for Layout c444ac6

v0.8.0 - 2015-03-20 #

Feature #

v0.7.9 - 2015-03-16 #

Feature #

v0.7.8 - 2015-03-14 #

Bugs #

  • h1 -> h5 in main.dart - faild to generate drawer b0ae4ba

Docs #

v0.7.7 - 2015-03-13 #

Feature #

  • badge added, bottom-bar and mini-footer-flex added to samples 90fd951

v0.7.6 - 2015-03-12 #

Feature #

  • mini-footer-flex optimized with flexbox-settings f5d8dc3

Bugs #

  • Accordions border-top is now OK 9d94c97

v0.7.2 - 2015-03-06 #

Docs #

  • index.html comes now with material-style 710369d
  • Preview-Images added to index.html 4cc217b

v0.7.1 - 2015-03-05 #

Docs #

  • bottombar sample added to 'layout' c559ab7

v0.7.0 - 2015-03-05 #

Feature #

Bugs #

  • z-index for back-to-top buttun changed to 1 21fd281
  • Sample layout-header-drawer-footer did not show a scroll shadow 6b7927d

v0.6.10 - 2015-03-04 #

Docs #

v0.6.9 - 2015-03-04 #

Docs #

  • Stylguide got its own dir in example 8e609ef

v0.6.8 - 2015-03-03 #

Fixes #

  • Fixed-header-layout shows burger-button correct 0c822d4

v0.6.7 - 2015-02-26 #

Fixes #

  • Indicator (Chevron by default) in AccordionComponent has on indicator-cssClass now f63a862

v0.6.6 - 2015-02-26 #

Fixes #

  • Ripple updates its size now more often. Works better now with loadchecker a263034

v0.6.5 - 2015-02-25 #

Fixes #

  • Drawer closes now like expected (Styleguide) 23a7c58

Bugs #

  • Drawer closes now like expected (Styleguide) df1d34c

v0.6.4 - 2015-02-24 #

Feature #

Docs #

  • Accordion added to styleguide 8aa5874

v0.6.3 - 2015-02-20 #

Docs #

  • Description for pubspec.yaml 7c6451d

v0.6.2 - 2015-02-20 #

Docs #

  • Hint to 'Load indicator' in Readme f98429b

v0.6.1 - 2015-02-19 #

Refactor #

  • All samples have their own pubspec and their own web-folder 70703ce

v0.2 - 2015-02-02 #

Feature #

Fixes #

  • Fixed-header-layout shows burger-button correct 0c822d4
  • Indicator (Chevron by default) in AccordionComponent has on indicator-cssClass now f63a862
  • Ripple updates its size now more often. Works better now with loadchecker a263034
  • Drawer closes now like expected (Styleguide) 23a7c58

Bugs #

  • h1 -> h5 in main.dart - faild to generate drawer b0ae4ba
  • Accordions border-top is now OK 9d94c97
  • removed ugly 'tab highlight color' around round buttons 5511382
  • Links in styleguide to all the other iframe-samples were wrong 394c623
  • Tabs are working on mobile now 3acca3a
  • z-index for back-to-top buttun changed to 1 21fd281
  • Sample layout-header-drawer-footer did not show a scroll shadow 6b7927d
  • Drawer closes now like expected (Styleguide) df1d34c

Docs #

  • Improved 'badge' sample 1f0dcfb
  • index.html comes now with material-style 710369d
  • Preview-Images added to index.html 4cc217b
  • bottombar sample added to 'layout' c559ab7
  • Two new sample-layouts c4f1be8
  • Stylguide got its own dir in example 8e609ef
  • Accordion added to styleguide 8aa5874
  • Description for pubspec.yaml 7c6451d
  • Hint to 'Load indicator' in Readme f98429b

Refactor #

  • All samples have their own pubspec and their own web-folder 70703ce

v0.1.1-mdl - 2015-04-30 #

Feature #

v0.1.0-mdl - 2015-04-30 #

Feature #

  • form added to components and samples 687e689
  • Form added 24f55a1
  • nav-pills added 21cf50b
  • Panel added 6255ff1
  • badge added, bottom-bar and mini-footer-flex added to samples 90fd951
  • mini-footer-flex optimized with flexbox-settings f5d8dc3
  • bottombar added 026adfe
  • Accordion works 5d8e7dc

Fixes #

  • Fixed-header-layout shows burger-button correct 0c822d4
  • Indicator (Chevron by default) in AccordionComponent has on indicator-cssClass now f63a862
  • Ripple updates its size now more often. Works better now with loadchecker a263034
  • Drawer closes now like expected (Styleguide) 23a7c58

Bugs #

  • h1 -> h5 in main.dart - faild to generate drawer b0ae4ba
  • Accordions border-top is now OK 9d94c97
  • removed ugly 'tab highlight color' around round buttons 5511382
  • Links in styleguide to all the other iframe-samples were wrong 394c623
  • Tabs are working on mobile now 3acca3a
  • z-index for back-to-top buttun changed to 1 21fd281
  • Sample layout-header-drawer-footer did not show a scroll shadow 6b7927d
  • Drawer closes now like expected (Styleguide) df1d34c

Docs #

  • Improved 'badge' sample 1f0dcfb
  • index.html comes now with material-style 710369d
  • Preview-Images added to index.html 4cc217b
  • bottombar sample added to 'layout' c559ab7
  • Two new sample-layouts c4f1be8
  • Stylguide got its own dir in example 8e609ef
  • Accordion added to styleguide 8aa5874
  • Description for pubspec.yaml 7c6451d
  • Hint to 'Load indicator' in Readme f98429b

Refactor #

  • All samples have their own pubspec and their own web-folder 70703ce

v0.0.1 - 2015-01-31 #

Chore #

  • update introduction to match mdl 86d2207
  • add a quick start section aac4ef4

Feature #

  • Properties-Page added (mdl-properties) + pre-def-layouts 90b524f
  • Started with MDLAnimation d40a31b
  • Better font-integration via CSS 1bf8a47
  • MDLCleanupTransformer reduces package size by around 50% eabab78
  • Merged latest master f5af03f
  • SplashScreen + SPA-Template works 1cc20ac
  • MaterialFormComponent with validation check 185edc9
  • Dynamic DivDataTable works 2e5dff7
  • Merged latest MDL/JS master 288dc40
  • Merged latest Dart/JS master 7cf8ea4
  • Autofocus for Dialogs, fixes #20 b1887f7
  • ObservableProperty can switch between Timer- and 'set value' check 4fd2f45
  • New WebSite launched for MDL/Dart 79e9ff0
  • MaterialObserver supports templates + objects 5bd4c35
  • Made ObservableProperty more data-type tolerant 20d2b06
  • ObservableProperty got a name field - helps to debug cb4aa53
  • Accordion supports more complex headers f00db4c
  • Formatter (number, uppercase + lowercase) added 78ba4fe
  • Merged latest master into Styleguide b28ea03
  • Merged latest master from MDL/JS b26c7da
  • mdl-class added + works 89f9e7f
  • Components attached() function will be called after Component is added to the DOM, better differentiation between Widget + Component 16d7acb
  • Merged MDL/JS-Master CW 29 38ee761
  • ObservableList supports removeWhere d25c473
  • mdl-model added, works for checkbox,radio-group, slider, textfield and switch 98cec09
  • StageDive support d383a7d
  • Notifications 71e9492
  • Material-Icon-Font and Roboto is include in package ea9cb64
  • Accordion Radio-Style can be unchecked, bug: Componenthandler did not upgrade BaseElement 515568d
  • Material FORMS-Sample added 2fc4162
  • Lodindicator added to styleguide 65a2427
  • Loadindicator added to templates 1b303ec
  • Template for small app added, Themes regenerated c42fc7b
  • Templates admin + sticky-footer improved 96c59ba
  • DI added 32a8d66
  • form added to components and samples 687e689
  • Form added 24f55a1
  • nav-pills added 21cf50b
  • Panel added 6255ff1
  • badge added, bottom-bar and mini-footer-flex added to samples 90fd951
  • mini-footer-flex optimized with flexbox-settings f5d8dc3
  • bottombar added 026adfe
  • Accordion works 5d8e7dc

Fixes #

  • #24 - Dialog loses focus 839869d
  • #23 0b2508f
  • Accordion showed ripple when user clicks on content, solves #12 307c2c5
  • Fixed-header-layout shows burger-button correct 0c822d4
  • Indicator (Chevron by default) in AccordionComponent has on indicator-cssClass now f63a862
  • Ripple updates its size now more often. Works better now with loadchecker a263034
  • Drawer closes now like expected (Styleguide) 23a7c58

Bugs #

  • Navigation-Link in Drawer toggled obfuscator defc6a9
  • Solevs the double/int problem in ObservableProperty b91b6ed
  • Solevs the double/int problem in ObservableProperty 5f70ce8
  • Typo in README 2f8dcab
  • Accidentally deleted Listener in Confirm-Dialog-Sample f5cce5d
  • z-index for DND causes hidden header b594146
  • Registration for components in 'body' failed (_isInDom check problem) 5edd524
  • Textfield show disabled value in eabled color 61a13bc
  • Missing annotation for UppercaseFormatter + LowerCaseFormatter e084a81
  • checkDirty for MaterialTextfiled produced wrong result 7935fab
  • Wrong link to GH 22169a4
  • AccordionLabel changed from 'label' to '.mdl-accordion__label' 7a57dcf
  • callAttached called only the first registered MdlComponent f21c2e8
  • Wrong names in Templates c9aeaba
  • matchMedia.addListener crashed FF + Safari 5cf5539
  • Height of notification-container is now dynamic 9e69328
  • Notification did not work after dart2js, built all samples e39560d
  • Styleguide needs Fonts included for teme-switching 48b6e02
  • Repeater crashed in removeAll 4d9e04a
  • ForElement in MaterialMenu needs a delay during initialization (SPA) 4c2e3a5
  • Recalc for x and y for MaterialMenu was missing e7a62ee
  • Menu.show needed some pos calculation, Added tests for layout and menu a5f2180
  • Accordion did not work without ripples, added some more tests 59c0ee7
  • Theming did not work in styleguide c47af75
  • Header distance in styleguide was wrong 80c3645
  • screenSizeHandler was not implemented for Layout c444ac6
  • h1 -> h5 in main.dart - faild to generate drawer b0ae4ba
  • Accordions border-top is now OK 9d94c97
  • removed ugly 'tab highlight color' around round buttons 5511382
  • Links in styleguide to all the other iframe-samples were wrong 394c623
  • Tabs are working on mobile now 3acca3a
  • z-index for back-to-top buttun changed to 1 21fd281
  • Sample layout-header-drawer-footer did not show a scroll shadow 6b7927d
  • Drawer closes now like expected (Styleguide) df1d34c

Docs #

  • Readme + Changelog eed51ac
  • Readme + Changelog ea97dc2
  • Removed all copyrights from documentation. Fixes #27 d615469
  • SPA-Template shows entered username + password 79afaf6
  • Readme for 'site' ad2aedb
  • Readme dd05969
  • Readme 0d5b3fe
  • New in README 0332aec
  • New samples for MaterialObserve and Formatter in styleguide 8ccffca
  • Better Exception-Message for mdl-repeat if using wrong list-type 44a98a1
  • mdl-attribute + mdl-class added to styleguide f2fa90d
  • MaterialClass dd285ea
  • Avoid main() async if using DI 8b5a1d7
  • Added more StageDive-Templates, QuickStart-Section 7353881
  • Improved Radio-Sample with RadioGroup a92941a
  • Benefits of MDL/Dart 6c485e0
  • How to use stagedive 18907af
  • Android Temppate added cb0093c
  • Link to GH 7d56009
  • Extra 'observe' sample added 85c4a34
  • Improved 'badge' sample 1f0dcfb
  • index.html comes now with material-style 710369d
  • Preview-Images added to index.html 4cc217b
  • bottombar sample added to 'layout' c559ab7
  • Two new sample-layouts c4f1be8
  • Stylguide got its own dir in example 8e609ef
  • Accordion added to styleguide 8aa5874
  • Description for pubspec.yaml 7c6451d
  • Hint to 'Load indicator' in Readme f98429b

Refactor #

  • Renamed example to samples (Dart 1.12) 34e0563
  • Removed all unnecessary files form styles 520f938
  • Tag mdl-repeat changed to Attribute, Tag mdl-property changed to Attribute (mdl-observe) c016336
  • MdlAccordion registers now the 'panel-part' and not the whole group fa86d3a
  • All samples have their own pubspec and their own web-folder 70703ce

tag - 2015-11-20 #

Docs #

rm - 2015-11-20 #

Feature #

  • Properties-Page added (mdl-properties) + pre-def-layouts 90b524f
  • Started with MDLAnimation d40a31b
  • Better font-integration via CSS 1bf8a47

Bugs #

  • Navigation-Link in Drawer toggled obfuscator defc6a9
  • Solevs the double/int problem in ObservableProperty b91b6ed
  • Solevs the double/int problem in ObservableProperty 5f70ce8
  • Typo in README 2f8dcab

Docs #

  • Readme + Changelog ea97dc2
  • Removed all copyrights from documentation. Fixes #27 d615469
  • SPA-Template shows entered username + password 79afaf6

1.8.0 - 2015-11-02 #

Feature #

  • MDLCleanupTransformer reduces package size by around 50% eabab78
  • Merged latest master f5af03f
  • SplashScreen + SPA-Template works 1cc20ac

1.7.0 - 2015-10-22 #

Feature #

  • MaterialFormComponent with validation check 185edc9
  • Dynamic DivDataTable works 2e5dff7
  • Merged latest MDL/JS master 288dc40

Fixes #

1.5.5 - 2015-09-02 #

Feature #

  • Merged latest Dart/JS master 7cf8ea4
  • Autofocus for Dialogs, fixes #20 b1887f7
  • ObservableProperty can switch between Timer- and 'set value' check 4fd2f45
  • New WebSite launched for MDL/Dart 79e9ff0
  • MaterialObserver supports templates + objects 5bd4c35
  • Made ObservableProperty more data-type tolerant 20d2b06
  • ObservableProperty got a name field - helps to debug cb4aa53
  • Accordion supports more complex headers f00db4c
  • Formatter (number, uppercase + lowercase) added 78ba4fe

Fixes #

  • #23 0b2508f
  • Accordion showed ripple when user clicks on content, solves #12 307c2c5

Bugs #

  • Accidentally deleted Listener in Confirm-Dialog-Sample f5cce5d
  • z-index for DND causes hidden header b594146
  • Registration for components in 'body' failed (_isInDom check problem) 5edd524
  • Textfield show disabled value in eabled color 61a13bc
  • Missing annotation for UppercaseFormatter + LowerCaseFormatter e084a81
  • checkDirty for MaterialTextfiled produced wrong result 7935fab

Docs #

  • Readme for 'site' ad2aedb
  • Readme dd05969
  • Readme 0d5b3fe
  • New in README 0332aec
  • New samples for MaterialObserve and Formatter in styleguide 8ccffca
  • Better Exception-Message for mdl-repeat if using wrong list-type 44a98a1

Refactor #

  • Renamed example to samples (Dart 1.12) 34e0563

1.2.2 - 2015-07-27 #

Chore #

  • update introduction to match mdl 86d2207
  • add a quick start section aac4ef4

Feature #

  • Merged latest master into Styleguide b28ea03
  • Merged latest master from MDL/JS b26c7da
  • mdl-class added + works 89f9e7f
  • Components attached() function will be called after Component is added to the DOM, better differentiation between Widget + Component 16d7acb
  • Merged MDL/JS-Master CW 29 38ee761
  • ObservableList supports removeWhere d25c473
  • mdl-model added, works for checkbox,radio-group, slider, textfield and switch 98cec09
  • StageDive support d383a7d
  • Notifications 71e9492
  • Material-Icon-Font and Roboto is include in package ea9cb64
  • Accordion Radio-Style can be unchecked, bug: Componenthandler did not upgrade BaseElement 515568d
  • Material FORMS-Sample added 2fc4162
  • Lodindicator added to styleguide 65a2427
  • Loadindicator added to templates 1b303ec
  • Template for small app added, Themes regenerated c42fc7b
  • Templates admin + sticky-footer improved 96c59ba
  • DI added 32a8d66
  • form added to components and samples 687e689
  • Form added 24f55a1
  • nav-pills added 21cf50b
  • Panel added 6255ff1
  • badge added, bottom-bar and mini-footer-flex added to samples 90fd951
  • mini-footer-flex optimized with flexbox-settings f5d8dc3
  • bottombar added 026adfe
  • Accordion works 5d8e7dc

Fixes #

  • Fixed-header-layout shows burger-button correct 0c822d4
  • Indicator (Chevron by default) in AccordionComponent has on indicator-cssClass now f63a862
  • Ripple updates its size now more often. Works better now with loadchecker a263034
  • Drawer closes now like expected (Styleguide) 23a7c58

Bugs #

  • Wrong link to GH 22169a4
  • AccordionLabel changed from 'label' to '.mdl-accordion__label' 7a57dcf
  • callAttached called only the first registered MdlComponent f21c2e8
  • Wrong names in Templates c9aeaba
  • matchMedia.addListener crashed FF + Safari 5cf5539
  • Height of notification-container is now dynamic 9e69328
  • Notification did not work after dart2js, built all samples e39560d
  • Styleguide needs Fonts included for teme-switching 48b6e02
  • Repeater crashed in removeAll 4d9e04a
  • ForElement in MaterialMenu needs a delay during initialization (SPA) 4c2e3a5
  • Recalc for x and y for MaterialMenu was missing e7a62ee
  • Menu.show needed some pos calculation, Added tests for layout and menu a5f2180
  • Accordion did not work without ripples, added some more tests 59c0ee7
  • Theming did not work in styleguide c47af75
  • Header distance in styleguide was wrong 80c3645
  • screenSizeHandler was not implemented for Layout c444ac6
  • h1 -> h5 in main.dart - faild to generate drawer b0ae4ba
  • Accordions border-top is now OK 9d94c97
  • removed ugly 'tab highlight color' around round buttons 5511382
  • Links in styleguide to all the other iframe-samples were wrong 394c623
  • Tabs are working on mobile now 3acca3a
  • z-index for back-to-top buttun changed to 1 21fd281
  • Sample layout-header-drawer-footer did not show a scroll shadow 6b7927d
  • Drawer closes now like expected (Styleguide) df1d34c

Docs #

  • mdl-attribute + mdl-class added to styleguide f2fa90d
  • MaterialClass dd285ea
  • Avoid main() async if using DI 8b5a1d7
  • Added more StageDive-Templates, QuickStart-Section 7353881
  • Improved Radio-Sample with RadioGroup a92941a
  • Benefits of MDL/Dart 6c485e0
  • How to use stagedive 18907af
  • Android Temppate added cb0093c
  • Link to GH 7d56009
  • Extra 'observe' sample added 85c4a34
  • Improved 'badge' sample 1f0dcfb
  • index.html comes now with material-style 710369d
  • Preview-Images added to index.html 4cc217b
  • bottombar sample added to 'layout' c559ab7
  • Two new sample-layouts c4f1be8
  • Stylguide got its own dir in example 8e609ef
  • Accordion added to styleguide 8aa5874
  • Description for pubspec.yaml 7c6451d
  • Hint to 'Load indicator' in Readme f98429b

Refactor #

  • Removed all unnecessary files form styles 520f938
  • Tag mdl-repeat changed to Attribute, Tag mdl-property changed to Attribute (mdl-observe) c016336
  • MdlAccordion registers now the 'panel-part' and not the whole group fa86d3a
  • All samples have their own pubspec and their own web-folder 70703ce

This CHANGELOG.md was generated with Changelog for Dart