Skip to content

Release 2.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevzlou7979 kevzlou7979 released this 24 Feb 10:11
· 129 commits to master since this release
7f24523

New Features & Enhancements

  • Support for Modern Css Grid Layouts (Grid Layout)
  • Added SelectionToggleHandler for Keyboard Accessibility support on checkbox, radio buttons and switch component.
  • Added Focusable support on Buttons, Tabs, Selection Controls, FABs, Checkbox, Radio Buttons, Range etc.
  • Added a way to set if the Blur Target is fixed on OverlayMixin.
  • Added Accessibility control for MaterialSearch and MaterialDarkToggle.
  • CopyCommand - added a way to have success & error callbacks with provided CopyCommandData.
  • Security - Update TextMixin to sanitize any text using SafeHtmlSanitizer.
  • TextMixin Enhancements added setDefaultSanitizer(Sanitizer) & setSanitizer(Sanitizer).
  • MaterialValueBox added Regex support.
  • RegexMixin - addRegexValidationHandler.
  • Added also an event for valueBox.addSensitivityChangeHandler - that handles if we change the input type from text to password.
  • Extract the dependency from Roboto (Default font should be sans-serif).
  • Fixed MaterialCollapsible setting active index with 1 as start #998 #998
  • Added GwtMaterialWithoutResources.gwt.xml
  • Badge resolves issue with fixed !important size - allow developers to set fontsize without restriction.

Fixes

  • Fixed PushNotificationManager promise API upgrade.
  • Fixed Enabled Mixin applying tab index