Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [@jaenjs/jaen-v2.0.0](https://github.com/jaenjs/jaen/compare/@jaenjs/jaen-v1.0.0...@jaenjs/jaen-v2.0.0) (2021-11-30) ### Bug Fixes * **.babelrc:** add preset-react ([36a0f2c](36a0f2c)) * **blockcontainer:** add full width to placeholder skeleton ([580dc5b](580dc5b)) * **build:** build gatsby plugins with babel ([951ae23](951ae23)) * **chakra:** reset css ([2d1d195](2d1d195)) * **colormode:** switching the colormode works when using jaen-shared-ui (WA!) ([409d094](409d094)) * **drawer:** reduce minW of 6xl size ([a43fa63](a43fa63)) * **jaen/cli:** add upload function that works for nodejs ([d63694e](d63694e)) * **jaen/ui:** fix svg loading issues ([d2de469](d2de469)) * **license:** fix incorrect license spdx id ([21db14d](21db14d)) * **mainui:** make toggle responsive and add unsupported device alert ([78c46f7](78c46f7)) * **package.json:** add dist to files ([243b531](243b531)) * **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:** align versions ([07a4c3a](07a4c3a)) * **theme:** update jaen themes ([3d7921f](3d7921f)) * **tsconfig:** update references ([932df90](932df90)) * add missing import and remove if ([856333e](856333e)) * add portal and zindex to mainui ([12f6aed](12f6aed)) * enable transpiling ([037856a](037856a)) * remove babel transpiling ([e443f18](e443f18)) * remove build alerts ([b1153fe](b1153fe)) * update err type ([685bc9e](685bc9e)) * **package.json:** align versions ([3ae446a](3ae446a)) * **package.json:** align versions ([35e74c1](35e74c1)) * page creaction and esm ([ab3bbda](ab3bbda)) * remove transpiling ([9ec9b59](9ec9b59)) * **package.json:** fix jaen-shared-ui version ([c340a35](c340a35)) * **package.json:** fix versions ([16c706c](16c706c)) * **package.json:** remove files ([fdc78ca](fdc78ca)) * **package.json:** update version ([bfd63ae](bfd63ae)) ### Code Refactoring * **packages:** combine all packages in one ([d0b268b](d0b268b)) ### Features * **auth:** add guest mode ([3431548](3431548)) * **chakraui:** enfore chakraui through jaen ([bd539de](bd539de)) * **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 SEO to TemplateProvider ([38fc053](38fc053)) * **snekfinder:** sync files on publish ([b67a68c](b67a68c)) * **theme:** add jaenTheme and userTheme including new drawersize (6xl) ([f96ac1f](f96ac1f)) * add jaenPageContext ([2bf4da1](2bf4da1)) * add login ([1c2cbc5](1c2cbc5)) * compile plugins as es6 ([5473ed0](5473ed0)) * jaenImage uses GatsbyImage now ([a28b99e](a28b99e)) * move exit button from header to footer ([d9d82a2](d9d82a2)) * send publish request on button press ([75d5cfc](75d5cfc)) ### Performance Improvements * use dynamic imports to reduce the bundle size ([712dfe3](712dfe3)) ### BREAKING CHANGES * **packages:** The jaen-pages and jaen-shared-ui package are now included in jaen. Also jaen is no longer installable as `@snek-at/jaen` but `@jaenjs/jaen`. * **release:** Update to v2.0.0
- Loading branch information