Skip to content

Releases: masastack/MASA.Blazor

v1.7.0-beta.5

12 Aug 06:53
17b870a
Compare
Choose a tag to compare
v1.7.0-beta.5 Pre-release
Pre-release

What's Changed

  • 🆕 feat(PageStack): add support for going back to specific page by @capdiem in #2094
  • 💄 style(Switch): Update UI by @capdiem in #2093
  • 🆕 feat(PageStack): add support for going back specific page and then replace with new uri by @capdiem in #2095
  • 🐛 fix(DatePicker): Incorrect year value when Locale="fa-IR" by @capdiem in #2099
  • 🆕 feat(PageStack): add support for going back with specific delta and then replace with new uri by @capdiem in #2096
  • 🆕 feat(PopupService): add support for clearing all opened popups by @capdiem in #2098

Full Changelog: 1.7.0-beta.4...1.7.0-beta.5

1.7.0-beta.4

09 Aug 02:44
f294759
Compare
Choose a tag to compare
1.7.0-beta.4 Pre-release
Pre-release

What's Changed

  • 🐛 fix(NavigationDrawer): MobileBreakpoint parameter is not functioning as expected by @capdiem in #2071
  • 🐛 fix(DatePicker): cannot select only the year by @capdiem in #2070
  • 🆕 feat(MPagination): Added MiniVariant MiniVariantChange and MobileBr… by @Lee-Lily-Lea in #2072
  • feat(Form): splitting DataAnnotations and FluentValidation, auto label generating and built-in complex type validation by @capdiem in #2073
  • fix(Checkbox/Switch): refactor the ripple scheme to solve the issue of focus/blur not working by @capdiem in #2077
  • 🐛 fix(OtpInput): error occurs when setting value form a non-empty to an empty value by @capdiem in #2074
  • 📝 docs(Pagination): add example for MiniVariant property by @capdiem in #2075
  • 🐛 fix(Swiper): missing the InvokeVoidAsync public method by @capdiem in #2078
  • 🆕 feat(Slider): fix the issue of losing focus state and add support for customizing the size of track by @capdiem in #2079
  • 🐛 fix(RangeSlider): the focus state still exists after click the slider by @capdiem in #2081
  • 🆕 feat(Form): add the ValidateOn parameter to support setting the validation timing by @capdiem in #2080
  • (Form): optimize default behavior, add demos and update docs by @capdiem in #2084
  • 🐛 fix(DataTable): change BListItemContent to MListItemContent by @capdiem in #2092
  • 🐛 fix(TextField): the hex color of TextColor doesn't work by @capdiem in #2091
  • docs(TextField): fix the CustomColors demo by @capdiem in #2090
  • ♻ refactor(SimpleCheckbox): use ripple custom attribute instead of ripple element by @capdiem in #2089
  • 💄 style(Switch): cursor:pointer doesn't work on label element by @capdiem in #2088
  • ♻ refactor(Input): active color no longer distinguishes themes, defaults to primary by @capdiem in #2087
  • 🐛 fix(Switch/Checkbox): display the focus state only when focused by keyboard by @capdiem in #2086
  • 🐛 fix(OtpInput): failed to load initial value by @capdiem in #2085

Full Changelog: 1.7.0-beta.3...1.7.0-beta.4

v1.6.8

09 Aug 02:54
Compare
Choose a tag to compare

✨ Release notes

🔧 Bug Fixes

  • OtpInput: failed to load initial value #2085
  • TextField: the hex color of TextColor doesn't work #2091
  • DataTable: change BListItemContent to MListItemContent #2092

Full Changelog: 1.6.7...1.6.8

v1.6.7

05 Aug 06:40
Compare
Choose a tag to compare

✨ Release notes

🔧 Bug Fixes

  • InfiniteScroll: crashes when the parent element doesn't exist #2060
  • OtpInput: error occurs when setting value form a non-empty to an empty value #2074
  • Swiper: missing the InvokeVoidAsync public method #2078
  • Transition: one element may instantiate the transition class multiple times #2062

Full Changelog: 1.6.6...1.6.7

1.7.0-beta.3

26 Jul 03:02
f8f18fd
Compare
Choose a tag to compare
1.7.0-beta.3 Pre-release
Pre-release

What's Changed

  • 🆕 add the new component MToggle by @capdiem in #2066
  • 🎬 docs(DataTable): the css 'editable-cell' was set on the wrong element by @capdiem in #2065
  • ♻️ refactor(Breakpoint): differentiate the window size, breakpoint and mobile change events by @capdiem in #2068

Full Changelog: 1.7.0-beta.2...1.7.0-beta.3

v1.7.0-beta.2

24 Jul 09:57
683fb41
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

What's Changed

  • 🐛 fix(PageStack): continuous clicking on a tag causes multiple entries in the stack by @capdiem in #2058
  • 🐛 fix(InteractivePopup): Use the parent class's dispose method by @capdiem in #2057
  • 🐛 fix(Popup): missing the specific class name for popup components by @capdiem in #2055
  • 🐛 fix(InfiniteScroll): crashes when the parent element doesn't exist by @capdiem in #2060
  • 🐛 fix(PageStack): unexpected scrollbars may appear in the stack page on iOS by @capdiem in #2059
  • 🐛 fix(Transition): one element may instantiate the transition class multiple times by @capdiem in #2062
  • 🆕 feat(PageStack): add PageClosed event to PageStackNavController by @capdiem in #2061
  • 💄 style(Button): button hover state on mobile after press by @capdiem in #2063
  • 🆕 feat(Treeview): add support for selecting on row click by @capdiem in #2064

Full Changelog: 1.7.0-beta.1...1.7.0-beta.2

v1.7.0-beta.1

19 Jul 07:08
226fd9a
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

What's Changed

  • 🚸 feat(DateTimePickers): it's not convenient when using with InputsFilter by @capdiem in #2052
  • 🆕 feat(DateTimePicker): add support for a default text-field activator by @capdiem in #2054
  • 🆕 feat: Add MAppThemeStylesheet component by @capdiem in #2043
  • 🆕 feat(DataFilter): Add OnReset and ExpandFirst parameters by @capdiem in #2037

Full Changelog: 1.6.6...1.7.0-beta.1

v1.6.6

18 Jul 02:36
4eb8a12
Compare
Choose a tag to compare

✨ Release notes

🔧 Bug Fixes

  • StepperContent calculae the height of wrong element when Vertical. #2048
  • Groupable: missing a StateHasChanged. #2047

♻️ Refactors

  • Disable rendering if the ChildContent is not visible. #2046

📝 Documentation

  • Usage: remove the potentially confusing Elevation parameter. #2042

Full Changelog: 1.6.5...1.6.6

v1.6.5

16 Jul 02:59
a5cb2cb
Compare
Choose a tag to compare

✨ Release notes

🔧 Bug Fixes

  • PageTabs: self regular expression wasn't set on init. #2041
  • Tabs: use js interop to calculate and set the position of slider. #2040
  • TextField: clicking the clear button doesn't work when there's no ValueChanged. #2038
  • Select: revert the changes that using Virtualize for rendering the list. #2039

Full Changelog: 1.6.4...1.6.5

v1.6.4

12 Jul 09:34
a1ac3d5
Compare
Choose a tag to compare

✨ Release notes

🔧 Bug Fixes

  • Markdown: Update vditor-helper.js. #2032
  • Descriptions: may generate a empty row. #2033
  • InputsFilter: expose the method for notifying field updates. #2034

Full Changelog: 1.6.3...1.6.4