JGoodies Material Release Notes CHANGES IN 0.8.3 ---------------------------------------------------------- o Adapted to new FluentResources API. CHANGES IN 0.8.2 ---------------------------------------------------------- o Added MDTextField property "editable". CHANGES IN 0.8.1 ---------------------------------------------------------- o Overhauled MDFormField API towards the Material specification, where we used the Android implementation before. o Added a layout-style "dense" to MDFormField via client property. CHANGES IN 0.8.0 ---------------------------------------------------------- o Overhauled and extended MDFormField features. o Added JavaDocs. o Marked many methods as final. CHANGES IN 0.7.0 ---------------------------------------------------------- o Adapted to changes in Fluent 2.0. CHANGES IN 0.6.9 ---------------------------------------------------------- o Minor improvement for the text components. CHANGES IN 0.6.8 ---------------------------------------------------------- o Recompiled against Components 1.31. CHANGES IN 0.6.7, 0.6.6 --------------------------------------------------- o Improved the text components API. CHANGES IN 0.6.5 ---------------------------------------------------------- o Adapted to the UWP->Fluent changes. CHANGES IN 0.6.4 ---------------------------------------------------------- o Adapted to changes in the UWP IUWPResources interface. CHANGES IN 0.6.1 ---------------------------------------------------------- o Reduced library references; updated the pom.xml. CHANGES IN 0.6.0 ---------------------------------------------------------- o Overhauled, fixed, and extended the form field implementation. CHANGES IN 0.5.0 ---------------------------------------------------------- o Renamed API to be closer to Material Design's Android implementation. CHANGES IN 0.4.0 ---------------------------------------------------------- o Overhauled the form field implementation. CHANGES IN 0.3.5 ---------------------------------------------------------- o Refactored for new UWP resources. CHANGES IN 0.3.4 ---------------------------------------------------------- o Refactored for JGoodies Design. CHANGES IN 0.3.3 ---------------------------------------------------------- o Reduced dependencies. CHANGES IN 0.3.2 ---------------------------------------------------------- o Separated the Roboto fonts and the font setup from the components. CHANGES IN 0.3.1 ---------------------------------------------------------- o Extracted MDFormField colors to MaterialTheme. CHANGES IN 0.3.0 ---------------------------------------------------------- o Removed references to Windows constants. o Form fields have round upper edges. CHANGES IN 0.2.0 ---------------------------------------------------------- o Added experimental support for a combo box. CHANGES IN 0.1.3 ---------------------------------------------------------- o Renamed classes. CHANGES IN 0.1.2 ---------------------------------------------------------- o MaterialFormField handles the hoover state. o Improved the layout builders. CHANGES IN 0.1.1 ---------------------------------------------------------- o MaterialFormField is now filled. CHANGES IN 0.1.0 ---------------------------------------------------------- o Stable draft of the Material text input components. o Material icons. o Material fonts. o Extracted from JGoodies Common-App