Skip to content

v1.1.0

Compare
Choose a tag to compare
@capdiem capdiem released this 11 Oct 05:14
· 503 commits to main since this release
90d2a3a

🚀 Features

  • MDescriptions: Refactor the building of CSS with BemCssProvider. #1547
  • MImage: Support for lazy loading util intersect with view. #1582
  • MProgressLinear: Use ValueChanged instead of OnChange. #1542

💥 Breaking changes

🔧 Bug Fixes

  • MApp: cannot work in prerendering state. #1560
  • MDataTable: ref may be null at the first render time. #1581
  • MDataTable: last td css error when using FixedRight. #1556
  • MDataTable: cannot read properties of null(reading 'style'). masastack/BlazorComponent#482
  • MSlider: RTL error on mouse move. #1575
  • MSyntaxHighlight: content still exists when code goes from value to null. #1564
  • MTextField: The tabindex of ClearIcon should be -1. masastack/BlazorComponent#481
  • PMobileDatePicker: select the current date if Value is default. #1561

🧪 Labs

Improvements and bug fixes

  • PDateTimePicker: Add OnConfirm parameter. #1577
  • MSwiper: Support for AllowTouchMove and Vertical parameters. #1565, #1552
  • ResizeJSModule: Add ResizeJSModule and using refactor components using it. #1568

New components

  • MInputsFilter: Provides the ability to trigger a filter action when the user presses the enter key, select an item or clear the input. Usually used with the MDataTable component. #1576
  • PDataFilter: Has a built-in MInputsFilter component, which includes the built-in reset, search and expand/collapse actions. #1576
  • MLazy: Dynamically load components based upon an elements visibility. #1548
  • MWatermark: Add specific text or image to the page, thanks to @239573049. #1579, #1588

Full Changelog: 1.0.4...1.1.0