Releases: masastack/BlazorComponent
Releases · masastack/BlazorComponent
0.6.2
1.0.0-preview.13
What's Changed
- refactor(Theme): Move theme style markups into
head
by @capdiem in #371 - fix(Highlight): encode the raw code if the lang wasn't found by @capdiem in #372
- fix(Cascader): Selection wasn't updated synchronously after value updated by @capdiem in #373
- feat(ECharts): echarts maybe doesn't defined by @capdiem in #374
- fix(Select): Clicking on the menu-down icon does not activate by @capdiem in #375
- fix(ECharts): Special Character Conversion by @kogel-net in #369
- fix:BMenuable Calc ComputedTop by @kogel-net in #376
New Contributors
- @kogel-net made their first contribution in #369
Full Changelog: 1.0.0-preview.12...1.0.0-preview.13
1.0.0-preview.12
What's Changed
- fix(Routable): conflicts between item-group and routable by @capdiem in #362
- fix(Main): avoid an entry animation on page load by @capdiem in #363
- fix(TextField): click on
AppendIcon
should not trigger the focus event by @capdiem in #364 - chore: change the repository url by @xyfy in #368
- fix(Highlight): html str without lang shouldn't be rendered as markup by @capdiem in #365
- fix(AppBarNavIcon): custom Icon component doesn't work by @capdiem in #366
- refactor(App): delete the Dark theme feature by @capdiem in #367
New Contributors
Full Changelog: 1.0.0-preview.11...1.0.0-preview.12
1.0.0-preview.11
What's Changed
- 🆕 feat(component-base): Add protected Logger property by @capdiem in #356
- 🐛 fix(TextField): use
string.IsNullOrWhiteSpace
to control the existence of icons by @capdiem in #357 - 🐛 fix(ListGroup): routable list-group cannot expand after refresh by @capdiem in #358
- 🆕 feat(MenuProps): add OffsetOverflow and Transition properties by @capdiem in #359
- 🐛 fix(Breadcrumbs): custom divider doesn't work when using Items by @capdiem in #360
- 🐛 fix(TextField): supports for watching the changes of Label parameter by @capdiem in #361
Full Changelog: 1.0.0-preview.10...1.0.0-preview.11
1.0.0-preview.10
What's Changed
- fix(i18n): 修正多语言文件编码与单文件发布 by @kimdiego2098 in #351
- fix(ListItem): matched ListItem is sometimes not activated by @capdiem in #354
- fix(I18n.T): forgot to delete the debug code by @capdiem in #355
- fix(ExpansionPanels): InternalValues should not be reset if value is not assigned by @capdiem in #353
New Contributors
- @kimdiego2098 made their first contribution in #351
Full Changelog: 1.0.0-preview.9...1.0.0-preview.10
1.0.0-preview.9
What's Changed
- feat(CookieStorage): set the first-level domain when setting the cookie by @MapleWithoutWords in #339
- feat(MonacoEditor): command supports by @239573049 in #340
- fix(Chip): missing preventDefault and stopPropagation by @capdiem in #341
- fix(BaiduMap): polygon disappears when setting its path by @msnoshain in #343
- fix(ripple): target.attributes may be null by @codding-y in #347
- refactor(I18n.T): remove
matchLastLevel
and adddefaultValue
by @capdiem in #346 - feat(I18n.T): supports string.Format with key by @capdiem in #350
- refactor(PageTabs): move PageTabs to presets by @capdiem in #349
Full Changelog: 1.0.0-preview.8...1.0.0-preview.9
1.0.0-preview.8
What's Changed
- fix(Icon): missing type='button' in form by @capdiem in #330
- fix(TextField): label is not activated sometimes by @capdiem in #331
- fix(ItemGroup): Use an InternalValue(s) that does not affect the Value(s) parameter by @capdiem in #332
- fix(Select): setting value in firstRender doesn't work by @capdiem in #333
- fix(outside-click): should know if the last mousedown was outside by @capdiem in #334
- feat(MBaiduMap): Support overlays and events by @msnoshain in #310
- fix(menu): attach doesn't work by @capdiem in #336
- fix(ExpansionPanels): click doesn't work by @capdiem in #337
- feat: add Monaco editor by @239573049 in #335
New Contributors
- @239573049 made their first contribution in #335
Full Changelog: 1.0.0-preview.7...1.0.0-preview.8
1.0.0-preview.7
What's Changed
- fix(Slider): get stuck when touchmove event invoked by @capdiem in #326
- fix(Watcher): assignment in GetValue should not invoke NotifyChange by @capdiem in #329
- fix(IDependent): dependent elements was not found correctly after multiple nesting by @capdiem in #328
- feat(Slider): support for other numeric types including double by @capdiem in #327
Full Changelog: 1.0.0-preview.5...1.0.0-preview.7
1.0.0-preview.5
What's Changed
- fix(RadioGroup): radio value changed abnormally by @capdiem in #321
- fix(Select):Expose the
MaxWidth
parameters of Menu by @MapleWithoutWords in #323 - refactor(Popover): remove the old and deprecated component by @capdiem in #324
- feat(alert):
Title
supports by @capdiem in #325
New Contributors
- @MapleWithoutWords made their first contribution in #323
Full Changelog: 1.0.0-preview.4...1.0.0-preview.5
1.0.0-preview.4
What's Changed
- fix(DataTable): exception throwed when there is a custom header value by @capdiem in #320
- fix(ListGroup): a hash change should not trigger a re-render by @capdiem in #319
- refactor: move all watchers execution to first render by @capdiem in #318
- feat(Autocomplete): add
Disabled
to SelectionCotnent's context by @capdiem in #317