Skip to content

Releases: masastack/BlazorComponent

0.6.2

11 Apr 07:25
Compare
Choose a tag to compare
  • fix(Delayble): Compatible with lower versions of Safari

1.0.0-preview.13

10 Apr 07:05
6e02f76
Compare
Choose a tag to compare
1.0.0-preview.13 Pre-release
Pre-release

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

Full Changelog: 1.0.0-preview.12...1.0.0-preview.13

1.0.0-preview.12

03 Apr 03:11
22270a0
Compare
Choose a tag to compare
1.0.0-preview.12 Pre-release
Pre-release

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

  • @xyfy made their first contribution in #368

Full Changelog: 1.0.0-preview.11...1.0.0-preview.12

1.0.0-preview.11

27 Mar 06:48
79c3e87
Compare
Choose a tag to compare
1.0.0-preview.11 Pre-release
Pre-release

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

22 Mar 06:35
30880e9
Compare
Choose a tag to compare
1.0.0-preview.10 Pre-release
Pre-release

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

Full Changelog: 1.0.0-preview.9...1.0.0-preview.10

1.0.0-preview.9

17 Mar 12:38
f30f2f0
Compare
Choose a tag to compare
1.0.0-preview.9 Pre-release
Pre-release

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 add defaultValue 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

10 Mar 05:07
bc88b83
Compare
Choose a tag to compare
1.0.0-preview.8 Pre-release
Pre-release

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

Full Changelog: 1.0.0-preview.7...1.0.0-preview.8

1.0.0-preview.7

03 Mar 08:30
1c32948
Compare
Choose a tag to compare
1.0.0-preview.7 Pre-release
Pre-release

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

28 Feb 06:33
5dd3e1c
Compare
Choose a tag to compare
1.0.0-preview.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0-preview.4...1.0.0-preview.5

1.0.0-preview.4

21 Feb 07:13
1ab5af3
Compare
Choose a tag to compare
1.0.0-preview.4 Pre-release
Pre-release

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