Skip to content

Latest commit

 

History

History
269 lines (201 loc) · 25.6 KB

CHANGELOG.md

File metadata and controls

269 lines (201 loc) · 25.6 KB

1.0.0 (2022-08-05)

Bug Fixes

  • add custom twitch icon (7d9252b)
  • add custom twitch icon (819da36)
  • antdesign: add hints to block fields (f84d944)
  • antdesign: drop AntBlockFormItem, use AntFormItem from Sitko.Core (2280870)
  • blazor: forbid moving disabled block (a106c02)
  • blazor: let's try rc2 to workaround dotnet/sdk#19665 (0ef1b83)
  • blazor: remove default file types from file options, extend default image types (1a3bbea)
  • ci: fix paths to csproj (9014590)
  • demo: configure form comparison for blocks (ce46946)
  • demo: fix mudblazor connection (045be01)
  • demo: remove duplicated mud components (88282c6)
  • demo: upd demo to use correct layout and components (18a02a0)
  • fix blocks visibility (e864a11)
  • fixed brands icons (b066788)
  • fixed disabled visibility ticket (2fa6195)
  • fixed displaying delete popup msg (6b90733)
  • fixed some icons (f6b5a41)
  • mudblazor: fix add icon display (98371fb)
  • mudblazor: fix carousel parameters (cf81259)
  • mudblazor: fix paths to resources (6b06bb1)
  • mudblazor: fix tag case (a798084)
  • mudblazor: remove duplicate validation messages (24144e3)
  • mudblazor: rename extensions methods (313d445)
  • mudblazor: rework enabled-disabled blocks (2e3452a)
  • mudblazor: set correct mode for quote picture input (857c85d)
  • mudblazor: set For and HelperText on form fields (b9017fe)
  • mudblazor: update file inputs (a96f00a)
  • mudblazor: use HelperText instead of Tooltip, add For in MudYoutubeBlockForm.razor (7ffff16)
  • rename resources Ant to Mud (d164e4a)
  • tests: preinstall GitHubActionsTestLogger (9e78480)

Features

  • .net: upgrade to .NET 6.0.0-rc.2 (7a46c70)
  • add mudblazor package to ci (311c1a0)
  • add mudblazor package to ci (6dcb6c4)
  • add MudBlazor to demo project (786907a)
  • add Sitko.Blockly.MudBlazor project (0f3e8e1)
  • antdesign: add title to block icon (07e4c92)
  • antdesign: add titles to block control buttons (ccec1fc)
  • antdesign: fix validation messages (b7004f0)
  • antdesign: support external custom icons (624cc0c)
  • antdesign: update to latest core and blazor changes (dd700b2)
  • antdesign: use new string icons (0092c2d)
  • blazor: allow override FormComponent and DisplayComponent in inheritors (cc90981)
  • blazor: move Icon to core descriptor, make it string (9b16f52)
  • blazor: no need to pass form into blockly form (5694056)
  • blazor: refactor BlazorBlockDescriptor for better type checks (70b1393)
  • blazor: refactor BlockForm for beter type checks (46387b8)
  • blocks: add form options to disable specific block type deletion and moving (a6a41ca)
  • blocks: move block priority and max count out of descriptor and into metadata (0ff5397)
  • ci: update actions/setup-node to v3 (15bd511)
  • core: .NET 6 RC1 (e0d246c)
  • core: Sitko.Core 9.0.0-beta.19 (924eb3b)
  • core: Sitko.Core 9.0.0-beta.2 (9104227)
  • core: Sitko.Core 9.0.0-beta.5 (d220b92)
  • core: Sitko.Core 9.0.0-beta.9 (9313d5a)
  • core: upd Sitko.Core to 8.2.1 and AntDesign to 0.9.4 (a196a76)
  • core: upd Sitko.Core to 8.3.0 (4382e36)
  • core: upd Sitko.Core to 8.3.1 (2e75260)
  • core: upd Sitko.Core to 8.5.0 (45d7859)
  • core: upd Sitko.Core to 8.6.1 (94775f6)
  • core: update Sitko.Core to 8.8.0 (3486da9)
  • demo: add launchSettings.json to git (fd964f9)
  • demo: add version to resources urls (71b4f28)
  • demo: demo new form options (5f371f6)
  • demo: update AntDesign.ProLayout from 0.1.8 to 0.1.10 (7f70c28)
  • display: move ShouldRender and ShouldRenderNext to block instead of descriptor (96055b7)
  • display: remove entity from block list context cause it's never used (c258cca)
  • display: remove ListContext, make List options required (619a399)
  • forms: add delete event to block forms (29b295c)
  • js: update js deps (a1884d3)
  • make demo use mud (ad86258)
  • move to Sitko.Core 9 (531806d)
  • mudblazor: rename root namespace MudBlazorComponents to prevent collision with MudBlazor package namespace (d6a05f6)
  • mudblazor: use new Label and HelperText in MudFileUpload (caf7522)
  • mudblazor: use new MudValidationMessage (4952893)
  • mudblazor: use new string icons (4738a8f)
  • project files added (50aa944)
  • semantic-release (c6afb5c)
  • Sitko.Core 8.36.1 (806a791)
  • Sitko.Core 9.7.1 (022943d)
  • target .NET 6 only, move common settings to Directory.Build.props (d1ee2d0)
  • update blocks for mud blazor (3456112)
  • update forms to mudblazor (023a11e)
  • update HtmlAgilityPack from 1.11.37 to 1.11.39 (d578fe1)
  • update js deps (e914f87)

BREAKING CHANGES

  • .NET 6 only

1.0.0-beta.11 (2022-08-05)

Features

  • antdesign: support external custom icons (624cc0c)

1.0.0-beta.10 (2022-08-05)

Features

1.0.0-beta.9 (2022-02-26)

Bug Fixes

  • tests: preinstall GitHubActionsTestLogger (9e78480)

Features

  • ci: update actions/setup-node to v3 (15bd511)
  • core: Sitko.Core 9.0.0-beta.19 (924eb3b)

1.0.0-beta.8 (2022-01-25)

Bug Fixes

  • blazor: remove default file types from file options, extend default image types (1a3bbea)
  • mudblazor: remove duplicate validation messages (24144e3)

Features

  • core: Sitko.Core 9.0.0-beta.9 (9313d5a)

1.0.0-beta.7 (2022-01-20)

Bug Fixes

1.0.0-beta.6 (2022-01-19)

Features

  • add mudblazor package to ci (311c1a0)
  • add mudblazor package to ci (6dcb6c4)

1.0.0-beta.5 (2022-01-19)

Bug Fixes

  • demo: fix mudblazor connection (045be01)
  • demo: remove duplicated mud components (88282c6)
  • demo: upd demo to use correct layout and components (18a02a0)
  • fix blocks visibility (e864a11)
  • fixed brands icons (b066788)
  • fixed disabled visibility ticket (2fa6195)
  • fixed displaying delete popup msg (6b90733)
  • fixed some icons (f6b5a41)
  • mudblazor: fix add icon display (98371fb)
  • mudblazor: fix carousel parameters (cf81259)
  • mudblazor: fix paths to resources (6b06bb1)
  • mudblazor: fix tag case (a798084)
  • mudblazor: rename extensions methods (313d445)
  • mudblazor: rework enabled-disabled blocks (2e3452a)
  • mudblazor: set correct mode for quote picture input (857c85d)
  • mudblazor: set For and HelperText on form fields (b9017fe)
  • mudblazor: update file inputs (a96f00a)
  • mudblazor: use HelperText instead of Tooltip, add For in MudYoutubeBlockForm.razor (7ffff16)
  • rename resources Ant to Mud (d164e4a)

Features

  • add MudBlazor to demo project (786907a)
  • add Sitko.Blockly.MudBlazor project (0f3e8e1)
  • antdesign: use new string icons (0092c2d)
  • blazor: move Icon to core descriptor, make it string (9b16f52)
  • core: Sitko.Core 9.0.0-beta.5 (d220b92)
  • demo: add launchSettings.json to git (fd964f9)
  • demo: add version to resources urls (71b4f28)
  • make demo use mud (ad86258)
  • mudblazor: rename root namespace MudBlazorComponents to prevent collision with MudBlazor package namespace (d6a05f6)
  • mudblazor: use new Label and HelperText in MudFileUpload (caf7522)
  • mudblazor: use new MudValidationMessage (4952893)
  • mudblazor: use new string icons (4738a8f)
  • project files added (50aa944)
  • update blocks for mud blazor (3456112)
  • update forms to mudblazor (023a11e)

1.0.0-beta.4 (2022-01-17)

Features

  • core: Sitko.Core 9.0.0-beta.2 (9104227)

1.0.0-beta.3 (2022-01-14)

Features

  • antdesign: fix validation messages (b7004f0)
  • move to Sitko.Core 9 (531806d)

1.0.0-beta.2 (2022-01-13)

Bug Fixes

  • ci: fix paths to csproj (9014590)

1.0.0-beta.1 (2022-01-13)

Bug Fixes

  • antdesign: add hints to block fields (f84d944)
  • antdesign: drop AntBlockFormItem, use AntFormItem from Sitko.Core (2280870)
  • blazor: forbid moving disabled block (a106c02)
  • blazor: let's try rc2 to workaround dotnet/sdk#19665 (0ef1b83)
  • demo: configure form comparison for blocks (ce46946)

Features

  • .net: upgrade to .NET 6.0.0-rc.2 (7a46c70)
  • antdesign: add title to block icon (07e4c92)
  • antdesign: add titles to block control buttons (ccec1fc)
  • antdesign: update to latest core and blazor changes (dd700b2)
  • blazor: allow override FormComponent and DisplayComponent in inheritors (cc90981)
  • blazor: no need to pass form into blockly form (5694056)
  • blazor: refactor BlazorBlockDescriptor for better type checks (70b1393)
  • blazor: refactor BlockForm for beter type checks (46387b8)
  • blocks: add form options to disable specific block type deletion and moving (a6a41ca)
  • blocks: move block priority and max count out of descriptor and into metadata (0ff5397)
  • core: .NET 6 RC1 (e0d246c)
  • core: upd Sitko.Core to 8.2.1 and AntDesign to 0.9.4 (a196a76)
  • core: upd Sitko.Core to 8.3.0 (4382e36)
  • core: upd Sitko.Core to 8.3.1 (2e75260)
  • core: upd Sitko.Core to 8.5.0 (45d7859)
  • core: upd Sitko.Core to 8.6.1 (94775f6)
  • core: update Sitko.Core to 8.8.0 (3486da9)
  • demo: demo new form options (5f371f6)
  • demo: update AntDesign.ProLayout from 0.1.8 to 0.1.10 (7f70c28)
  • display: move ShouldRender and ShouldRenderNext to block instead of descriptor (96055b7)
  • display: remove entity from block list context cause it's never used (c258cca)
  • display: remove ListContext, make List options required (619a399)
  • forms: add delete event to block forms (29b295c)
  • js: update js deps (a1884d3)
  • semantic-release (c6afb5c)
  • Sitko.Core 8.36.1 (806a791)
  • target .NET 6 only, move common settings to Directory.Build.props (d1ee2d0)
  • update HtmlAgilityPack from 1.11.37 to 1.11.39 (d578fe1)
  • update js deps (e914f87)

BREAKING CHANGES

  • .NET 6 only