Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2022-01-13)

### Bug Fixes

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

### Features

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

### BREAKING CHANGES

* .NET 6 only
  • Loading branch information
sitkobot committed Jan 13, 2022
1 parent 9a0ee69 commit 1a21d45
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 1.0.0-beta.1 (2022-01-13)


### Bug Fixes

* **antdesign:** add hints to block fields ([f84d944](https://github.com/sitkoru/Sitko.Blockly/commit/f84d9445703767e7c1786b642cebb8334e4c040c))
* **antdesign:** drop AntBlockFormItem, use AntFormItem from Sitko.Core ([2280870](https://github.com/sitkoru/Sitko.Blockly/commit/22808702c625e126c2bdd19c93c6f3ea66a25985))
* **blazor:** forbid moving disabled block ([a106c02](https://github.com/sitkoru/Sitko.Blockly/commit/a106c0214370471e0c90299889dd1599367dfbdb))
* **blazor:** let's try rc2 to workaround https://github.com/dotnet/sdk/issues/19665 ([0ef1b83](https://github.com/sitkoru/Sitko.Blockly/commit/0ef1b834b72fcb3781a4fdb174de7a12591d7600))
* **demo:** configure form comparison for blocks ([ce46946](https://github.com/sitkoru/Sitko.Blockly/commit/ce46946214c656d07637b5299c0d771f0845938f))


### Features

* **.net:** upgrade to .NET 6.0.0-rc.2 ([7a46c70](https://github.com/sitkoru/Sitko.Blockly/commit/7a46c7000ff0c546e25b7e8a7b7cea685ae2e25b))
* **antdesign:** add title to block icon ([07e4c92](https://github.com/sitkoru/Sitko.Blockly/commit/07e4c92823aec58074260918fe6cb7982118879b))
* **antdesign:** add titles to block control buttons ([ccec1fc](https://github.com/sitkoru/Sitko.Blockly/commit/ccec1fc9b38f6e4d40a2d3c2b1bbc40413c96b87))
* **antdesign:** update to latest core and blazor changes ([dd700b2](https://github.com/sitkoru/Sitko.Blockly/commit/dd700b2d9829a630fbcb5194e3b52098feec91c0))
* **blazor:** allow override FormComponent and DisplayComponent in inheritors ([cc90981](https://github.com/sitkoru/Sitko.Blockly/commit/cc90981fa9a9fa4440e5a99674edc5e481fc4fb9))
* **blazor:** no need to pass form into blockly form ([5694056](https://github.com/sitkoru/Sitko.Blockly/commit/569405640f0ef76050485f1decd10b24450ac655))
* **blazor:** refactor BlazorBlockDescriptor for better type checks ([70b1393](https://github.com/sitkoru/Sitko.Blockly/commit/70b1393ed4739f2e84458f48e0a77129dfa46218))
* **blazor:** refactor BlockForm for beter type checks ([46387b8](https://github.com/sitkoru/Sitko.Blockly/commit/46387b837b050875ca9bdbd5a4922cb9cb3426af))
* **blocks:** add form options to disable specific block type deletion and moving ([a6a41ca](https://github.com/sitkoru/Sitko.Blockly/commit/a6a41cab306296092365a7cc46506a2511131083))
* **blocks:** move block priority and max count out of descriptor and into metadata ([0ff5397](https://github.com/sitkoru/Sitko.Blockly/commit/0ff5397290cdfc2f2ae4dcfb460b3b589be74c38))
* **core:** .NET 6 RC1 ([e0d246c](https://github.com/sitkoru/Sitko.Blockly/commit/e0d246cb5c225eefadc87c66a9285ab51d74a989))
* **core:** upd Sitko.Core to 8.2.1 and AntDesign to 0.9.4 ([a196a76](https://github.com/sitkoru/Sitko.Blockly/commit/a196a765e115851d22a6de30053692610bc4f85c))
* **core:** upd Sitko.Core to 8.3.0 ([4382e36](https://github.com/sitkoru/Sitko.Blockly/commit/4382e36ef36ccf26a9b98cb119f9c60c11bc9a5d))
* **core:** upd Sitko.Core to 8.3.1 ([2e75260](https://github.com/sitkoru/Sitko.Blockly/commit/2e752607aece060cc92321871563953f624f7882))
* **core:** upd Sitko.Core to 8.5.0 ([45d7859](https://github.com/sitkoru/Sitko.Blockly/commit/45d7859034f61f780fcef9958113e0359579135c))
* **core:** upd Sitko.Core to 8.6.1 ([94775f6](https://github.com/sitkoru/Sitko.Blockly/commit/94775f6dfa2b65a7201cd956f95d5b769227716d))
* **core:** update Sitko.Core to 8.8.0 ([3486da9](https://github.com/sitkoru/Sitko.Blockly/commit/3486da941733334559cce32927ce116476be2268))
* **demo:** demo new form options ([5f371f6](https://github.com/sitkoru/Sitko.Blockly/commit/5f371f65cfb25e7312eb9a399e711045e6e5a689))
* **demo:** update AntDesign.ProLayout from 0.1.8 to 0.1.10 ([7f70c28](https://github.com/sitkoru/Sitko.Blockly/commit/7f70c287db4b6c2957de02b2ef46f57f75fad5f1))
* **display:** move ShouldRender and ShouldRenderNext to block instead of descriptor ([96055b7](https://github.com/sitkoru/Sitko.Blockly/commit/96055b747bf131c18c392dc6d76f067bcb741d96))
* **display:** remove entity from block list context cause it's never used ([c258cca](https://github.com/sitkoru/Sitko.Blockly/commit/c258cca7bdb6ffc7ce76420f804f30de16b72b2b))
* **display:** remove ListContext, make List options required ([619a399](https://github.com/sitkoru/Sitko.Blockly/commit/619a39927ec15b956971aac6e78ec4762250ed11))
* **forms:** add delete event to block forms ([29b295c](https://github.com/sitkoru/Sitko.Blockly/commit/29b295cec5f380450a11150cc5b382fbc6fb9584))
* **js:** update js deps ([a1884d3](https://github.com/sitkoru/Sitko.Blockly/commit/a1884d33ff171fcb10d01f8348e783329cce3490))
* semantic-release ([c6afb5c](https://github.com/sitkoru/Sitko.Blockly/commit/c6afb5cde9ee16f19f528b52e707b5509531edfb))
* Sitko.Core 8.36.1 ([806a791](https://github.com/sitkoru/Sitko.Blockly/commit/806a791218a7db244af34f9918f3c173961ba185))
* target .NET 6 only, move common settings to Directory.Build.props ([d1ee2d0](https://github.com/sitkoru/Sitko.Blockly/commit/d1ee2d0a0884d2f39d30a61a1f1bd4bfaba71f27))
* update HtmlAgilityPack from 1.11.37 to 1.11.39 ([d578fe1](https://github.com/sitkoru/Sitko.Blockly/commit/d578fe1b2c26681393a1a74b6abe4f5e4034afdf))
* update js deps ([e914f87](https://github.com/sitkoru/Sitko.Blockly/commit/e914f87eaf816a2c7755724ec71493f6ffa7e434))


### BREAKING CHANGES

* .NET 6 only

0 comments on commit 1a21d45

Please sign in to comment.