Skip to content

Releases: sitkoru/Sitko.Blockly

2.0.0-beta.2

13 Mar 05:34
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-03-13)

Bug Fixes

Features

2.0.0-beta.1

07 Dec 18:43
78acbd1
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-12-07)

Bug Fixes

  • ci: upd release action version (49efa0a)

Features

BREAKING CHANGES

  • .NET 8 only

1.0.0

05 Aug 07:28
Compare
Choose a tag to compare

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](619a399...
Read more

1.0.0-beta.11

05 Aug 07:12
Compare
Choose a tag to compare
1.0.0-beta.11 Pre-release
Pre-release

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

Features

  • antdesign: support external custom icons (624cc0c)

1.0.0-beta.10

05 Aug 06:27
Compare
Choose a tag to compare
1.0.0-beta.10 Pre-release
Pre-release

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

Features

1.0.0-beta.9

26 Feb 09:31
Compare
Choose a tag to compare
1.0.0-beta.9 Pre-release
Pre-release

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

25 Jan 06:28
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release

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

20 Jan 10:11
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release

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

Bug Fixes

1.0.0-beta.6

19 Jan 13:28
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

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

19 Jan 09:01
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

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)