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