Skip to content

Releases: GwtMaterialDesign/gwt-material

Version 1.6.0

25 Aug 03:22
Compare
Choose a tag to compare
  • Bug Fixes
  • Field validation (error handling and custom validators) (Thanks to @BenDol)
  • Global Store the attachHandler (Thanks to @BenDol)
  • MaterialListBox
    • added reinitialize method
    • extended to MaterialListValueBox as base class.
  • Animation - added infinite animation
  • MaterialDatePicker
    • support for 43 languages
    • added reinitialize method
  • Refactor all private methods to protected to allow overriding the api.
  • MaterialSwitch
    • added setOnLabel and setOffLabel
  • Added support for helper texts alongside error and success messages. (Thanks to @gilberto-torrezan )
  • MaterialValueBox
    • Fixed the autofill background color on chrome.
  • Fixed the height of Material Search
  • MaterialDatePicker and TimePicker
    • Added icon support

Version 1.5.3

01 Jul 09:19
Compare
Choose a tag to compare

Emergency Release for MaterialSwitch component major bug.

Note : Only gwt-material project has been updated to 1.5.3 and not the addins and themes.
Below is the dependency xml of all the correct version import

      <dependency>
            <groupId>com.github.gwtmaterialdesign</groupId>
            <artifactId>gwt-material</artifactId>
            <version>1.5.3</version>
        </dependency>
        <dependency>
            <groupId>com.github.gwtmaterialdesign</groupId>
            <artifactId>gwt-material-themes</artifactId>
            <version>1.5.2</version>
        </dependency>
        <dependency>
            <groupId>com.github.gwtmaterialdesign</groupId>
            <artifactId>gwt-material-addins</artifactId>
            <version>1.5.2</version>
        </dependency>

Version 1.5.2

28 Jun 07:31
Compare
Choose a tag to compare
  • Bug Fixes
  • TextArea (Thanks to Bendol)
    • Added configurable resizing rules setResizeRule(ResizeRule resizeRule).
    • ResizeRule options NONE, AUTO, FOCUS
  • NoResult Component
    • Removed the predefined margin top
  • ListBox
    • add reinitialize() method.
  • Infinite Animation
    • Added infinite and stopAnimation
  • MaterialSideNav (Thanks to Bendol)
    • Added insert() method.
  • Switch
    • Added setOnLabel and setOffLabel for adding labels on switch component.

Version 1.5.1

02 Jun 05:51
Compare
Choose a tag to compare
  • Bug Fixes
  • Fixed Major bug on Safari and IOS Devices
  • Change JS injection strategy resolving addin loading issues.
  • MaterialWidget
    • Added setInitialClasses(String... class) for errai support.
    • Added Feature Sytem which allows for some complex base features for certain widgets (Material Collapsible).
  • MaterialIcon
    • Added getIconSize() method
    • Added getPixelSize() method for IconSize
    • Update to use google fonts MaterialIcons-Regular.woff.
  • MaterialDropdown - Create setter/getter
  • MaterialListbox - Added Option with String value as constructor for ease of use.
  • Collapsible
    • Changed ACCORDION -> FLAT
    • Fixed the active configuration
  • MaterialSidenav
    • Types are changed to
      • FIXED (Recently OPEN)
      • PUSH (Recently CLOSE)
      • CARD
      • MINI
      • Remove CLIP AND FLOAT types because it can be done using the FIXED type.
    • Features added
      • setAlwaysShowActivator(boolean) - Disable / Enable the hiding of your activator element.
      • setAllowBodyScroll(boolean) - Allow the body to maintain its scroll capability while the menu is visible.
      • setShowOnAttach(boolean) - Show the menu upon attachment, this isn't always required.
  • Added BrowserStack as project's testing platform

Version 1.5.0

15 Apr 13:46
Compare
Choose a tag to compare
  • Bug fixes
  • Refactoring of Checkbox
  • Installed Material Icons 2.2.0
  • Added IconType Generator Helper Class to generate icons. (Thanks to Gilberto)
  • Added Breadcrumb
  • MaterialDatePicker now implements HasValue
  • Refactor MaterialListbox
  • Fixed: IndexOutOfBoundsException in MaterialCollapsibleBody
  • Fix number boxs editor bugs
  • Fix enable/disable bugs
  • MaterialSideNav and MaterialWeather bug fixes
  • Removed Autocomplete, SideProfile from the widget list and migrated to gwt-material-addins
  • Added capability for Tab Component to use Material Icons + Link
  • Collapsible : Supports Secondary Icons into Collapsible Headers.
  • Added Core Animation Components with the use of AnimateCSS
  • Material Chip : Add support for Letter Avatars
  • MaterialTab: tabs with long texts and icons aren't centralized
  • Added Date Limit on Material DatePicker component.
  • Added Overflow setter on MaterialWidget to avoid declaration on css.
  • Added layoutPosition , left, right, top, bottom setters on Material Widget
  • Added circular badge
  • Changed all references to Style.Display to use the material enum
  • Added truncate mixin to add ellipsis when the text is very long.
  • Use 2.7.0 CheckBox code.

Version 1.4.1

27 Jan 15:39
Compare
Choose a tag to compare
  • Bug Fixes of version 1.4.0
  • MaterialSearch improvements
  • Material Listbox refactored
  • MaterialNumberBox (Integer, Float, Decimal)
  • New Google Icon set
  • Tabs support for icons

Version 1.4.0

12 Dec 15:00
Compare
Choose a tag to compare

Entire code base rewrite including lots of bug fixes and enhancements.

See https://github.com/GwtMaterialDesign/gwt-material/wiki/Migrating-from-1.3-to-1.4 for more information on this major release.

Version 1.3.3

28 Jul 16:59
Compare
Choose a tag to compare
  • Toast with Action and Toast with Rounded Style
  • BountySource
  • Material Charts v1
  • Image Slider / Full Screen
  • Fixed the Sidebar Waves on Collapsible Items
  • Date Picker Selection Type -> Month Day, Month Day Year, Year, Day
  • Material Listbox Change Handler Solved
  • Material Nav Bar Progress Loader
  • Material Splash Screen
  • Material Datagrid v1 Implementation with MaterialCheckboxCell and MaterialButtonCell
  • Material CheckBox Styles (Filled in)
  • Material Radio Button Styles (With GAP)
  • Material Tabs setTabIndex(index) method
  • Material Design Templates

Version 1.3.2

19 Jun 14:08
Compare
Choose a tag to compare
  • GWT Material Themes
  • Shadow DOM on Material Panels, Columns, Rows
  • Helpers (Alignment, Hiding Content, Formatting esp. Text Truncation)
  • Tables (Bordered Table, Striped Table, Hoverable Table, Centered Table, Responsive Table)
  • Updated the Getting Started Page of showcase site to add Starter Template Sample (UI Binder Code) Demo(Google Inbox App)
  • Material Window Dialog
  • Material Icons
  • Sidebar supports Collapsible Submenus and multi declaration on any interface
  • Scroll Spy
  • Material Badge Update

Version 1.3.1

30 Apr 05:55
Compare
Choose a tag to compare

This is minor releasing of the following fixes:

  • Waves Effect
  • MaterialRange extension with min,max,value and ChangeHandler
  • MaterialButton, MaterialTextBox, MateralTextArea implementing HasText Interface.
  • Fixed missing id transfer parameter in MaterialModal:closeModal function
  • MaterialLink supporting href attribute
  • MaterialDatePicker setValue using ID