Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# my-gatsby-site-v1.0.0 (2021-09-27) ### Bug Fixes * **.babelrc:** add preset-react ([36a0f2c](36a0f2c)) * **blockcontainer:** add workaround to bypass field registration inside a block container ([2e55edf](2e55edf)) * **blockcontainer:** disable SFBWrapper when not editing ([a171b96](a171b96)) * **chakra:** reset css ([2d1d195](2d1d195)) * **choicefield:** enable popover only on editing ([4ee9231](4ee9231)) * **fields:** remove WA, add block registration and fix missing block data ([fb4c2df](fb4c2df)) * **gatsby-node:** add missing slug on fixed pages that are not the index ([81eb4c5](81eb4c5)) * **gatsby-node:** fix variable not defined error ([0013d08](0013d08)) * **imagefield:** blinking on hover when using position absolut fixed ([d45c6f9](d45c6f9)) * **indexfield:** fix page context ([74d6383](74d6383)) * **jaen-pages cli:** fix cli typescript error ([780c4af](780c4af)) * **package.json:** align monorepo package versions ([69661f7](69661f7)) * **package.json:** align versions ([cfd6201](cfd6201)) * **package.json:** align versions ([e28c4c9](e28c4c9)) * **package.json:** align versions ([5f0e61a](5f0e61a)) * **package.json:** align versions ([0bedf29](0bedf29)) * **package.json:** align versions ([a7b59a3](a7b59a3)) * **package.json:** fix versions ([16c706c](16c706c)) * **package.json:** update version ([fe2aa5a](fe2aa5a)) * **package.json:** update versions ([8ce78ef](8ce78ef)) * **publish:** publishing works also without page changes now ([a091153](a091153)) * **seo:** fix page image url ([5e55706](5e55706)) * **theme:** update jaen themes ([3d7921f](3d7921f)) * add high zIndex to MainUI toggle button ([c180d92](c180d92)) * add portal and zindex to mainui ([12f6aed](12f6aed)) * disable page updating on page change ([cbd2656](cbd2656)) * enable image creation for none jaen pages ([5a4d4d4](5a4d4d4)) * enable transpiling ([037856a](037856a)) * fix versions ([fb37799](fb37799)) * improve file creating and jaen plugin register ([6a32003](6a32003)) * resolve paths for publish pages ([4fea93f](4fea93f)) * **package.json:** align versions ([07a4c3a](07a4c3a)) * **package.json:** align versions ([35e74c1](35e74c1)) * **package.json:** align versions ([ca6fc14](ca6fc14)) * **package.json:** update snekfinder version ([a764f35](a764f35)) * page creaction and esm ([ab3bbda](ab3bbda)) * remove transpiling ([9ec9b59](9ec9b59)) ### Features * **blockcontainer:** enable wrap for container ([504dd50](504dd50)) * **chakraui:** enfore chakraui through jaen ([bd539de](bd539de)) * **choicefield:** add disable option for popover ([91a36ac](91a36ac)) * **mainui:** add option to initially hide ui ([0d4a063](0d4a063)) * **mainui:** provide hideUI status through core provider ([2288635](2288635)) * **release:** update to v2.0.0 ([3093c33](3093c33)) * **seo:** add react helmet gatsby plugin to ssr meta tags ([5490aa7](5490aa7)) * **seo:** add SEO to TemplateProvider ([38fc053](38fc053)) * **snekfinder:** sync files on publish ([b67a68c](b67a68c)) * add ChoiceField ([115417b](115417b)) * add gatsby publishing ([83d2704](83d2704)) * add jaen-pages cli ([b2a9724](b2a9724)) * add jaen-pages migration workflow ([008918c](008918c)) * add jaenPageContext ([2bf4da1](2bf4da1)) * enable childpages for static pages ([c8f442e](c8f442e)) * introduce BlockContainer (StreamField replacement) ([e89c100](e89c100)) * jaenImage uses GatsbyImage now ([a28b99e](a28b99e)) * remove initialValue form StreamField ([1c60e15](1c60e15)) * send publish request on button press ([75d5cfc](75d5cfc)) * streamField not includes build data ([b12ff24](b12ff24)) ### Performance Improvements * **ckeditor:** load bundle only if editing is true (prevents from loading it to SSR) ([acabb30](acabb30)) * **ckeditor:** only render if `defaultData.shouldOverrideRand` changes ([61361dc](61361dc)) * use dynamic imports to reduce the bundle size ([712dfe3](712dfe3)) ### BREAKING CHANGES * **release:** Update to v2.0.0
- Loading branch information