Releases: masastack/MASA.Blazor
Releases · masastack/MASA.Blazor
1.0.0-preview.16
What's Changed
- refactor(i18n): Use
AddMasaBlazor
to set default culture instead of '$DefaultCulture' by @capdiem in #1229 - feat(PageTabs): Optimization and enhancement of closing a tab by @capdiem in #1232
- docs: Upgrade i18n docs and enhance the markup component by @capdiem in #1235
- fix(monaco-editor): Resolve cursor jumping by @codding-y in #1233
- feat(DataTable): click, dbclick and contextmenu supports on Row by @capdiem in #1237
- docs(blockquote): Support for multi line in blockquote and fileName in code in CodeGroup by @capdiem in #1238
- fix(Select): highlight error after AutoSelectFirst enable by @capdiem in #1240
- fix(docs-wasm): Remove the parameters and hash following the path by @capdiem in #1242
- fix(TextField): reset input value if failed to covert when type is
number
by @capdiem in #1247 - fix(Pagination): hex
Color
doesn't work by @capdiem in #1248 - feat(DataTable): Supports for
ItemClass
withFunc<TItem,string>
by @capdiem in #1250
Full Changelog: 1.0.0-preview.15...1.0.0-preview.16
1.0.0-preview.15
What's Changed
- fix: monaco editor @bind-Value by @codding-y in #1224
- docs(tsc): update i18n by @Qinyouzeng in #1226
- docs: fix UI errors by @capdiem in #1227
Full Changelog: 1.0.0-preview.14...1.0.0-preview.15
1.0.0-preview.14
What's Changed
- chore: Update playground, format code and remove debug code by @capdiem in #1212
- feat: Update the UI of PWA snackbar by @capdiem in #1215
- fix(markdown) : BeforeAllUpload supports upload configuration by @wzh425 in #1217
- fix(MEChart):use function error for echart by @MapleWithoutWords in #1218
- feat(MonacoEditor): MonacoEditor support @bind-Value by @codding-y in #1220
- fix: PCron do not init _cronItems before the value set by @xyfy in #1219
- style(Tab): never uppercase the Tab name by @capdiem in #1222
Full Changelog: 1.0.0-preview.13...1.0.0-preview.14
1.0.0-preview.13
What's Changed
- fix(docs): hide call js method error by @xyfy in #1184
- fix(Markdown) : Markdown Document Example Adjustment by @wzh425 in #1185
- feat(MASA.Try): Support loading js modules or css dynamically thru Settings window by @msnoshain in #1150
- docs(Checkbox_LabelContent): missing @OnClick:stopPropagation by @capdiem in #1192
- refactor(Theme): Move theme style markups into
head
by @capdiem in #1191 - 修复try的monaco高度超出限制 by @239573049 in #1189
- refactor(SyntaxHighlight): Rename SyntaxHighlight and some improvements by @capdiem in #1193
- docs: add ContactUs by @capdiem in #1195
- feat(docs): support relative url on document site by @xyfy in #1188
- fix : Fix resource dispose order issue by @wzh425 in #1198
- fix: @bind-Value=>@bind-Values by @codding-y in #1197
- fix(docs): search result support scroll to anchor by @xyfy in #1200
- fix(EllipsisText): Failed to execute 'observe' on 'ResizeObserver' by @wzh425 in #1201
- fix(Cascader): Selection wasn't updated synchronously after value updated by @capdiem in #1202
- fix(AppCodeGroup): use
text-none
css for the tab content by @capdiem in #1203 - refactor(ECharts): #nullable enable by @capdiem in #1205
- docs(PWA): Support for update notifications by @capdiem in #1207
- feat: remove code group by @codding-y in #1210
- docs: Update docs about grids by @capdiem in #1209
- fix(ECharts): Special Character Conversion by @kogel-net in #1187
Full Changelog: 1.0.0-preview.12...1.0.0-preview.13
1.0.0-preview.12
What's Changed
- fix(PWA): WASM PWA integrity errors by @capdiem in #1146
- refactor(docs): refactor algolia index builder and search by @xyfy in #1144
- fix(Main): avoid an entry animation on page load by @capdiem in #1156
- fix(application): AppBar and Main cannot boot on mobile by @capdiem in #1161
- feat(docs): algolia search on small screen support by @xyfy in #1157
- fix(Main): main cannot show if nav drawer does not exist by @capdiem in #1163
- fix: EllipsisText.razor component release issues by @kogel-net in #1174
- chore: change the repository url by @xyfy in #1180
- fix(Highlight): html str without lang shouldn't be rendered as markup by @capdiem in #1176
- fix(Highlight): default background from hljs doesn't work by @capdiem in #1177
- refactor(App): Dark theme can only be set through
AddMasaBlazor
by @capdiem in #1178 - refactor: Rename the Masa.Blazor.SourceGenerator.Docs.ApiGenerator by @capdiem in #1179
- docs: standard the way of active list item by @capdiem in #1145
- feat(docs): implementation of dynamic functions in echars by @kogel-net in #1173
Full Changelog: 1.0.0-preview.11...1.0.0-preview.12
1.0.0-preview.11
What's Changed
- fix(Monaco): 未使用Height by @239573049 in #1127
- fix(docs): navigation bar will not follow scroll bar scroll by @MapleWithoutWords in #1112
- feat(docs): add components count by @codding-y in #1116
- feat(DatePicker): Localization enhancement by @capdiem in #1129
- fix(Avatar): 'height' priority level error by @codding-y in #1133
- feat(docs): support Full text retrieval (Algolia) by @xyfy in #1126
- style(I18n): remove 'white-space: no-wrap' by @capdiem in #1134
- fix(Autocomplete): The menu content obscures the input box in some cases by @capdiem in #1135
- chore: Update the bug_report issue template by @capdiem in #1136
- fix(PageContainer): @page initializes multiple times in some cases by @capdiem in #1137
- fix(TextField): watch
Outlined
andLabel
to update the width of label by @capdiem in #1138
Full Changelog: 1.0.0-preview.10...1.0.0-preview.11
1.0.0-preview.10
What's Changed
- feat: PWA support by @capdiem in #1103
- refactor(docs): improve document performance by @capdiem in #1104
- docs(Monaco): 显示高度未跟随父容器 by @239573049 in #1108
- doc(grids): improve the breakpoint table by @codding-y in #1100
- fix(FileInput): string convert to IBrowserFile by @capdiem in #1109
- fix(PageTabs): use Func to exec the value of title by @capdiem in #1113
- fix(Image): src with parenthesis aren't recognized by @capdiem in #1115
- feat(docs): add id to componet header by @xyfy in #1117
- fix(docs): page-tabs build error by @capdiem in #1118
- fix: 更新Razor编译版本修复泛型问题 by @239573049 in #1120
- feat(PageTabsProvider): add UpdateTitle override method by @capdiem in #1121
Full Changelog: 1.0.0-preview.9...1.0.0-preview.10
1.0.0-preview.9
What's Changed
- chore: add sitemap generate github workflow by @xyfy in #1072
- docs(Card): api description error by @Yu-Core in #1078
- feat(docs): Add anatomy by @codding-y in #1082
- feat: Monaco command supports and add Masa.Try by @239573049 in #1073
- fix(MBaiduMap): page crashes when disposing the map instance by @msnoshain in #1086
- fix(docs): Replace CDN and clear the errors in the console by @codding-y in #1085
- fix(Alert): the border of alert is right angle by @codding-y in #1087
- docs(Pro): add badge for Pro tab, and other improvements by @capdiem in #1091
- fix(Avatar): Size doesn't work when in MChip with
Pill
. by @MapleWithoutWords in #1093 - refactor(PageTabs): refactor and move PageTabs to presets by @capdiem in #1089
- feat(MasaTry): add a button to jump to MASA Try by @capdiem in #1101
- feat: add load animation for the first time by @capdiem in #1102
New Contributors
Full Changelog: 1.0.0-preview.8...1.0.0-preview.9
1.0.0-preview.8
What's Changed
- fix(RadioGroup): the radio selected is not updated by value by @MapleWithoutWords in #1053
- feat:add navigation bar to document home page by @MapleWithoutWords in #1055
- refactor(ListItem): remove unnecessary code by @capdiem in #1058
- docs(Form): missing the ValidationResult demo by @capdiem in #1060
- feat(ApiGenerator): get enum string when read the default value by @capdiem in #1061
- fix: fix app bar background image not display by @codding-y in #1064
- fix(autocomplete): outside-click should be triggered when there is no menu by @capdiem in #1062
- style: upgrade mdi font css to v7.1.96 by @capdiem in #1063
- docs: make active nav item scroll into view by @capdiem in #1066
- refactor(Cron): update expression initialization by @kogel-net in #1054
- feat(MBaiduMap): Support overlays and events; Add docs by @msnoshain in #1029
- fix(menu): attach doesn't work by @capdiem in #1068
- feat: add Monaco Editor Component by @239573049 in #1065
- fix(docs): home page navigation bar would lose it's selected status by @MapleWithoutWords in #1069
- fix(dialog): clicked at snackbar would close the dialog by @capdiem in #1070
New Contributors
- @kogel-net made their first contribution in #1054
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 masastack/BlazorComponent#326
- fix(Watcher): assignment in GetValue should not invoke NotifyChange by @capdiem in masastack/BlazorComponent#329
- fix(IDependent): dependent elements was not found correctly after multiple nesting by @capdiem in masastack/BlazorComponent#328
- fix(Slider): Ignored attempt to cancel a touchmove event with cancelabel=false by @capdiem in #1046
- fix(IDependent): distinct the dependent elements by @capdiem in #1052
- feat(Slider): support for other numeric types including double by @capdiem in #1050
- feat(PopupService): Add the advance usage to open custom popup component by @capdiem in #1048
Full Changelog: 1.0.0-preview.6...1.0.0-preview.7