From 719141d7707092c1715568b26eec4fa4a8d8e985 Mon Sep 17 00:00:00 2001 From: Eelco Wiersma Date: Thu, 3 Oct 2024 11:41:44 +0100 Subject: [PATCH] chore: remove changelog --- apps/website/next.config.js | 5 + apps/website/public/changelog.xml | 1048 ----------------- apps/website/public/docs.xml | 318 ++--- apps/website/public/sitemap.xml | 4 +- .../src/components/layout/navigation-menu.tsx | 17 +- .../src/components/layout/navigation.tsx | 8 - .../src/components/redeem-form/index.tsx | 19 +- apps/website/src/data/docs-sidebar.ts | 5 - apps/website/src/layouts/mdx.tsx | 1 - apps/website/src/pages/changelog.tsx | 70 -- .../src/pages/changelog/01-08-2023.mdx | 31 - .../src/pages/changelog/01-12-2024.mdx | 65 - .../src/pages/changelog/01-22-2024.mdx | 41 - .../src/pages/changelog/02-03-2023.mdx | 18 - .../src/pages/changelog/02-10-2023.mdx | 14 - .../src/pages/changelog/02-16-2023.mdx | 10 - .../src/pages/changelog/02-21-2024.mdx | 35 - .../src/pages/changelog/03-06-2024.mdx | 30 - .../src/pages/changelog/03-09-2022.mdx | 29 - .../src/pages/changelog/03-11-2022.mdx | 8 - .../src/pages/changelog/03-11-2024.mdx | 14 - .../src/pages/changelog/03-15-2022.mdx | 42 - .../src/pages/changelog/03-17-2022.mdx | 14 - .../src/pages/changelog/03-18-2022.mdx | 28 - .../src/pages/changelog/03-21-2022.mdx | 20 - .../src/pages/changelog/03-29-2024.mdx | 14 - .../src/pages/changelog/04-07-2023.mdx | 91 -- .../src/pages/changelog/04-08-2023.mdx | 10 - .../src/pages/changelog/04-09-2022.mdx | 12 - .../src/pages/changelog/04-14-2022.mdx | 20 - .../src/pages/changelog/04-14-2023.mdx | 26 - .../src/pages/changelog/04-17-2024.mdx | 49 - .../src/pages/changelog/04-19-2022.mdx | 28 - .../src/pages/changelog/04-23-2022.mdx | 10 - .../src/pages/changelog/05-26-2022.mdx | 9 - .../src/pages/changelog/06-07-2022.mdx | 8 - .../src/pages/changelog/06-08-2022.mdx | 12 - .../src/pages/changelog/06-09-2022.mdx | 8 - .../src/pages/changelog/06-14-2022.mdx | 8 - .../src/pages/changelog/06-15-2022.mdx | 10 - .../src/pages/changelog/06-24-2022.mdx | 34 - .../src/pages/changelog/06-28-2022.mdx | 24 - .../src/pages/changelog/06-29-2022.mdx | 28 - .../src/pages/changelog/06-30-2022.mdx | 57 - .../src/pages/changelog/06-30-2023.mdx | 388 ------ .../src/pages/changelog/07-02-2022.mdx | 27 - .../src/pages/changelog/07-03-2022.mdx | 14 - .../src/pages/changelog/07-08-2022.mdx | 20 - .../src/pages/changelog/07-14-2022.mdx | 18 - .../src/pages/changelog/07-17-2022.mdx | 10 - .../src/pages/changelog/07-20-2023.mdx | 10 - .../src/pages/changelog/07-23-2022.mdx | 26 - .../src/pages/changelog/07-24-2022.mdx | 14 - .../src/pages/changelog/08-04-2022.mdx | 10 - .../src/pages/changelog/08-06-2022.mdx | 140 --- .../src/pages/changelog/08-07-2023.mdx | 22 - .../src/pages/changelog/08-12-2022.mdx | 10 - .../src/pages/changelog/08-20-2022.mdx | 10 - .../src/pages/changelog/08-26-2023.mdx | 16 - .../src/pages/changelog/09-08-2022.mdx | 16 - .../src/pages/changelog/09-15-2023.mdx | 77 -- .../src/pages/changelog/09-17-2022.mdx | 31 - .../src/pages/changelog/09-18-2022.mdx | 10 - .../src/pages/changelog/10-08-2022.mdx | 19 - .../src/pages/changelog/10-20-2023.mdx | 29 - .../src/pages/changelog/10-22-2022.mdx | 14 - .../src/pages/changelog/11-01-2022.mdx | 10 - .../src/pages/changelog/11-04-2022.mdx | 23 - .../src/pages/changelog/11-16-2022.mdx | 24 - .../src/pages/changelog/11-23-2022.mdx | 18 - .../src/pages/changelog/11-24-2023.mdx | 39 - .../src/pages/changelog/12-01-2023.mdx | 31 - .../src/pages/changelog/12-02-2022.mdx | 19 - .../src/pages/changelog/12-06-2023.mdx | 22 - .../src/pages/changelog/12-09-2022.mdx | 14 - .../src/pages/changelog/12-23-2023.mdx | 58 - .../website/src/pages/changelog/[...slug].tsx | 40 - apps/website/src/pages/redeem.tsx | 9 +- packages/saas-ui-core/src/banner/banner.tsx | 1 - 79 files changed, 180 insertions(+), 3411 deletions(-) delete mode 100644 apps/website/public/changelog.xml delete mode 100644 apps/website/src/pages/changelog.tsx delete mode 100644 apps/website/src/pages/changelog/01-08-2023.mdx delete mode 100644 apps/website/src/pages/changelog/01-12-2024.mdx delete mode 100644 apps/website/src/pages/changelog/01-22-2024.mdx delete mode 100644 apps/website/src/pages/changelog/02-03-2023.mdx delete mode 100644 apps/website/src/pages/changelog/02-10-2023.mdx delete mode 100644 apps/website/src/pages/changelog/02-16-2023.mdx delete mode 100644 apps/website/src/pages/changelog/02-21-2024.mdx delete mode 100644 apps/website/src/pages/changelog/03-06-2024.mdx delete mode 100644 apps/website/src/pages/changelog/03-09-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-11-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-11-2024.mdx delete mode 100644 apps/website/src/pages/changelog/03-15-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-17-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-18-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-21-2022.mdx delete mode 100644 apps/website/src/pages/changelog/03-29-2024.mdx delete mode 100644 apps/website/src/pages/changelog/04-07-2023.mdx delete mode 100644 apps/website/src/pages/changelog/04-08-2023.mdx delete mode 100644 apps/website/src/pages/changelog/04-09-2022.mdx delete mode 100644 apps/website/src/pages/changelog/04-14-2022.mdx delete mode 100644 apps/website/src/pages/changelog/04-14-2023.mdx delete mode 100644 apps/website/src/pages/changelog/04-17-2024.mdx delete mode 100644 apps/website/src/pages/changelog/04-19-2022.mdx delete mode 100644 apps/website/src/pages/changelog/04-23-2022.mdx delete mode 100644 apps/website/src/pages/changelog/05-26-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-07-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-08-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-09-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-14-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-15-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-24-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-28-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-29-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-30-2022.mdx delete mode 100644 apps/website/src/pages/changelog/06-30-2023.mdx delete mode 100644 apps/website/src/pages/changelog/07-02-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-03-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-08-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-14-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-17-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-20-2023.mdx delete mode 100644 apps/website/src/pages/changelog/07-23-2022.mdx delete mode 100644 apps/website/src/pages/changelog/07-24-2022.mdx delete mode 100644 apps/website/src/pages/changelog/08-04-2022.mdx delete mode 100644 apps/website/src/pages/changelog/08-06-2022.mdx delete mode 100644 apps/website/src/pages/changelog/08-07-2023.mdx delete mode 100644 apps/website/src/pages/changelog/08-12-2022.mdx delete mode 100644 apps/website/src/pages/changelog/08-20-2022.mdx delete mode 100644 apps/website/src/pages/changelog/08-26-2023.mdx delete mode 100644 apps/website/src/pages/changelog/09-08-2022.mdx delete mode 100644 apps/website/src/pages/changelog/09-15-2023.mdx delete mode 100644 apps/website/src/pages/changelog/09-17-2022.mdx delete mode 100644 apps/website/src/pages/changelog/09-18-2022.mdx delete mode 100644 apps/website/src/pages/changelog/10-08-2022.mdx delete mode 100644 apps/website/src/pages/changelog/10-20-2023.mdx delete mode 100644 apps/website/src/pages/changelog/10-22-2022.mdx delete mode 100644 apps/website/src/pages/changelog/11-01-2022.mdx delete mode 100644 apps/website/src/pages/changelog/11-04-2022.mdx delete mode 100644 apps/website/src/pages/changelog/11-16-2022.mdx delete mode 100644 apps/website/src/pages/changelog/11-23-2022.mdx delete mode 100644 apps/website/src/pages/changelog/11-24-2023.mdx delete mode 100644 apps/website/src/pages/changelog/12-01-2023.mdx delete mode 100644 apps/website/src/pages/changelog/12-02-2022.mdx delete mode 100644 apps/website/src/pages/changelog/12-06-2023.mdx delete mode 100644 apps/website/src/pages/changelog/12-09-2022.mdx delete mode 100644 apps/website/src/pages/changelog/12-23-2023.mdx delete mode 100644 apps/website/src/pages/changelog/[...slug].tsx diff --git a/apps/website/next.config.js b/apps/website/next.config.js index e824346ce..28cc79fc2 100644 --- a/apps/website/next.config.js +++ b/apps/website/next.config.js @@ -34,6 +34,11 @@ let config = { ], async redirects() { return [ + { + source: '/changelog', + destination: '/blog', + permanent: false, + }, { source: '/nextjs-boilerplate', destination: '/nextjs-starter-kit', diff --git a/apps/website/public/changelog.xml b/apps/website/public/changelog.xml deleted file mode 100644 index 2042e16f5..000000000 --- a/apps/website/public/changelog.xml +++ /dev/null @@ -1,1048 +0,0 @@ - - - - Saas UI - https://saas-ui.dev - Advanced UI components for SaaS products. - en_US - hello@saas-ui.dev (Eelco Wiersma) - hello@saas-ui.dev (Eelco Wiersma) - Wed, 17 Apr 2024 15:53:45 GMT - - - - https://saas-ui.dev/changelog/04-17-2024 - Apr 17, 2024 - https://saas-ui.dev/changelog/04-17-2024 - -## 04-17-2024 - -`@saas-ui/react@2.8.0` - -- Improved Select types, value type is now string or string[... - Wed, 17 Apr 2024 15:53:45 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-29-2024 - Mar 29, 2024 - https://saas-ui.dev/changelog/03-29-2024 - -## 03-29-2024 - -`@saas-ui/react@2.7.0` - -- Improved forms to support a global base field override - -**... - Fri, 29 Mar 2024 11:55:17 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-11-2024 - Mar 11, 2024 - https://saas-ui.dev/changelog/03-11-2024 - -## 03-11-2024 - -**Modals** `v2.1.24` - -- Removed a console.log, closes #211 - -**File Upload** `v0.2.7`... - Mon, 11 Mar 2024 13:55:43 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-06-2024 - Mar 6, 2024 - https://saas-ui.dev/changelog/03-06-2024 - -## 03-06-2024 - -`@saas-ui/react@2.6.1` - -- Fixed issue where Chakra UI Card sizes would not apply -- M... - Wed, 06 Mar 2024 18:13:15 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/02-21-2024 - Feb 21, 2024 - https://saas-ui.dev/changelog/02-21-2024 - -## 02-21-2024 - -`@saas-ui/react@2.6.0` - -- Improved snackbar.promise method to not rethrow error when... - Wed, 21 Feb 2024 19:07:39 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/01-22-2024 - Jan 22, 2024 - https://saas-ui.dev/changelog/01-22-2024 - -## 01-22-2024 - -`@saas-ui/react@2.5.5` - -- Added xl size to IconBadge -- Updated Input lg variant heig... - Mon, 22 Jan 2024 09:34:21 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/01-12-2024 - Jan 12, 2024 - https://saas-ui.dev/changelog/01-12-2024 - -## 01-12-2024 - -**Forms** `v2.3.8` - -- Fixed issue where Select button and input would have the same ... - Fri, 12 Jan 2024 13:31:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/12-23-2023 - Dec 23, 2023 - https://saas-ui.dev/changelog/12-23-2023 - -## 12-23-2023 - -`@saas-ui/react@2.5.0` - -- Fixed issue where variant would not be passed to SearchInp... - Sat, 23 Dec 2023 12:55:50 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/12-06-2023 - Dec 6, 2023 - https://saas-ui.dev/changelog/12-06-2023 - -## 12-06-2023 - -`@saas-ui/react@2.4.4` - -- Improved IconBadge sizing - -**Date Picker** `v0.12.11` - -- U... - Wed, 06 Dec 2023 18:22:54 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/12-01-2023 - Dec 1, 2023 - https://saas-ui.dev/changelog/12-01-2023 - -## 12-01-2023 - -`@saas-ui/react@2.4.3` - -- Fixed issue where SubmitButton would not properties from f... - Fri, 01 Dec 2023 16:34:41 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/11-24-2023 - Nov 24, 2023 - https://saas-ui.dev/changelog/11-24-2023 - -## 11-23-2023 - -`@saas-ui/react@2.4.0` - -- Added new Navbar component 🥳 -- Fixed issue where width wo... - Fri, 24 Nov 2023 12:34:09 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/10-20-2023 - Oct 20, 2023 - https://saas-ui.dev/changelog/10-20-2023 - -## 10-20-2023 - -`@saas-ui/react@2.3.0` - -- Zod schema enum types now render a Select by default -- Fix... - Fri, 20 Oct 2023 11:20:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/09-15-2023 - Sep 15, 2023 - https://saas-ui.dev/changelog/09-15-2023 - -## 09-15-2023 - -`@saas-ui/react@2.2.0` - -- Updated to Chakra UI 2.8.0 -- Added `use client` directive ... - Fri, 15 Sep 2023 12:56:55 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-26-2023 - Aug 26, 2023 - https://saas-ui.dev/changelog/08-26-2023 - -## 08-26-2023 - -`@saas-ui/react@2.1.0` - -- useHotkeys now supports a custom targetElement, eg an inpu... - Sat, 26 Aug 2023 08:04:36 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-07-2023 - Aug 7, 2023 - https://saas-ui.dev/changelog/08-07-2023 - -## 08-07-2023 - -`@saas-ui/react@2.0.6` - -- NavItem now renders an aria-current tag when the item is a... - Mon, 07 Aug 2023 18:26:23 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-20-2023 - Jul 20, 2023 - https://saas-ui.dev/changelog/07-20-2023 - -## 07-20-2023 - -**Forms** `v2.0.3` - -- Fixed issue where custom StepForm field types would not propag... - Thu, 20 Jul 2023 18:11:06 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-30-2023 - Jun 30, 2023 - https://saas-ui.dev/changelog/06-30-2023 - -## 06-30-2023 - -`@saas-ui/react@2.0.0` - -- useHotkeys now supports preventDefault option to prevent d... - Fri, 30 Jun 2023 06:55:58 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-14-2023 - Apr 14, 2023 - https://saas-ui.dev/changelog/04-14-2023 - -## 04-14-2023 - -`@saas-ui/react@2.0.0-next.9` - -- Fix Card theme tokens -- Improved MenuDialog positio... - Fri, 14 Apr 2023 10:06:18 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-08-2023 - Apr 8, 2023 - https://saas-ui.dev/changelog/04-08-2023 - -## 04-08-2023 - -**Forms** `v2.0.0-next.8` - -- Fix React import -... - Sat, 08 Apr 2023 12:26:27 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-07-2023 - Apr 8, 2023 - https://saas-ui.dev/changelog/04-07-2023 - -## 04-07-2023 - -# @saas-ui/react - -## 2.0.0-next.6 - -### Major Changes - -- 37e38165: Auth forms can now... - Sat, 08 Apr 2023 12:22:40 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/02-16-2023 - Feb 16, 2023 - https://saas-ui.dev/changelog/02-16-2023 - -## 02-16-2023 - -**Date Picker** `v0.8.7` - -- Pass DateRangeInput props down to the internal Input. -... - Thu, 16 Feb 2023 18:48:31 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/02-10-2023 - Feb 10, 2023 - https://saas-ui.dev/changelog/02-10-2023 - -## 02-10-2023 - -`@saas-ui/react@1.9.1` - -- InputRightButton no longer exported from forms package to ... - Fri, 10 Feb 2023 09:48:09 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/02-03-2023 - Feb 3, 2023 - https://saas-ui.dev/changelog/02-03-2023 - -## 02-03-2023 - -`@saas-ui/react@1.9.0` - -- Improved Sidebar behavior and theme. - -**Sidebar** `v0.9.0`... - Fri, 03 Feb 2023 15:02:16 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/01-08-2023 - Jan 8, 2023 - https://saas-ui.dev/changelog/01-08-2023 - -`@saas-ui/react@1.7.4` - -- Fixed default value for Switch fields. -- Support disable sorting on indiv... - Sun, 08 Jan 2023 13:42:43 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/12-09-2022 - Dec 9, 2022 - https://saas-ui.dev/changelog/12-09-2022 - -## 12-09-2022 - -**Date Picker** `v0.7.3` - -- Allow null values, fixes uncontrolled to controlled warn... - Fri, 09 Dec 2022 10:45:13 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/12-02-2022 - Dec 2, 2022 - https://saas-ui.dev/changelog/12-02-2022 - -## 12-02-2022 - -**Theme** `v1.6.2` - -- Moved NavItem font color to root of the theme. - -**Sidebar** `v... - Fri, 02 Dec 2022 14:46:36 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/11-23-2022 - Nov 23, 2022 - https://saas-ui.dev/changelog/11-23-2022 - -## 11-23-2022 - -**React Utils** `v1.1.2` - -- useResponsive value now uses correct fallback value. - -**... - Wed, 23 Nov 2022 09:06:43 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/11-16-2022 - Nov 16, 2022 - https://saas-ui.dev/changelog/11-16-2022 - -## 11-16-2022 - -`@saas-ui/react@1.6.2` - -- Fixed issue where PersonaAvatar would throw an error when ... - Wed, 16 Nov 2022 20:12:55 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/11-04-2022 - Nov 4, 2022 - https://saas-ui.dev/changelog/11-04-2022 - -## 11-04-2022 - -`@saas-ui/react@1.6.0` - -- Improved usePromise type signature. -- Supabase auth servic... - Fri, 04 Nov 2022 12:06:13 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/11-01-2022 - Nov 1, 2022 - https://saas-ui.dev/changelog/11-01-2022 - -## 1.5.0 - -### Minor Changes - -- 466b3ca: Updated to Chakra UI 2.3.6 -... - Tue, 01 Nov 2022 12:07:09 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/10-22-2022 - Oct 22, 2022 - https://saas-ui.dev/changelog/10-22-2022 - -## 10-22-2022 - -**Sidebar** `v0.2.0` - -- Add new motionPreset property, sidebar animation can be disa... - Sat, 22 Oct 2022 12:04:30 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/10-08-2022 - Oct 8, 2022 - https://saas-ui.dev/changelog/10-08-2022 - -## 10-08-2022 - -`@saas-ui/react@1.4.4` - -- Export all Snackbar types. (#88) -- FormStepper now support... - Sat, 08 Oct 2022 08:36:53 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/09-18-2022 - Sep 18, 2022 - https://saas-ui.dev/changelog/09-18-2022 - -## 09-17-2022 - -**Sidebar** `v0.1.1` - -- Forward ref to Sidebar container -... - Sun, 18 Sep 2022 10:55:12 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/09-17-2022 - Sep 17, 2022 - https://saas-ui.dev/changelog/09-17-2022 - -## 09-17-2022 - -`@saas-ui/react@1.4.1` - -- Custom Field onChange and onBlur handlers will no longer o... - Sat, 17 Sep 2022 11:42:48 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/09-08-2022 - Sep 8, 2022 - https://saas-ui.dev/changelog/09-08-2022 - -## 09-08-2022 - -`@saas-ui/react@1.4.0` - -- Form now accepts a render function with form state props. -... - Thu, 08 Sep 2022 10:00:40 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-20-2022 - Aug 20, 2022 - https://saas-ui.dev/changelog/08-20-2022 - -## 08-06-2022 - -**Card** `v1.1.1` - -- Bump card version -... - Sat, 20 Aug 2022 12:05:07 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-12-2022 - Aug 12, 2022 - https://saas-ui.dev/changelog/08-12-2022 - -## 08-06-2022 - -**Card** `v1.1.1` - -- Bump card version -... - Fri, 12 Aug 2022 11:37:41 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-06-2022 - Aug 6, 2022 - https://saas-ui.dev/changelog/08-06-2022 - -## 08-06-2022 - -`@saas-ui/react@1.3.0` - -- Fixed issue where Next.js would not resolve Chakra UI comp... - Sat, 06 Aug 2022 17:45:02 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/08-04-2022 - Aug 4, 2022 - https://saas-ui.dev/changelog/08-04-2022 - -## 08-04-2022 - -**Hooks** `v1.0.2` - -- useLocalStorage now returns the defaultValue if no value is av... - Thu, 04 Aug 2022 16:26:53 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-24-2022 - Jul 24, 2022 - https://saas-ui.dev/changelog/07-24-2022 - -## 07-24-2022 - -`@saas-ui/react@1.2.1` - -- Fall back to label prop in password forms - -**Auth** `v1.1.... - Sun, 24 Jul 2022 09:10:13 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-23-2022 - Jul 23, 2022 - https://saas-ui.dev/changelog/07-23-2022 - -## 07-23-2022 - -`@saas-ui/react@1.2.0` - -- Auth forms field labels can now be customized, thanks to @... - Sat, 23 Jul 2022 08:37:16 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-17-2022 - Jul 17, 2022 - https://saas-ui.dev/changelog/07-17-2022 - -## 07-17-2022 - -**Provider** `v1.0.2` - -- Use correct params type -... - Sun, 17 Jul 2022 14:41:05 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-14-2022 - Jul 14, 2022 - https://saas-ui.dev/changelog/07-14-2022 - -## 07-08-2022 - -`@saas-ui/react@1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter ... - Thu, 14 Jul 2022 15:08:58 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-08-2022 - Jul 8, 2022 - https://saas-ui.dev/changelog/07-08-2022 - -## 07-08-2022 - -`@saas-ui/react@1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter ... - Fri, 08 Jul 2022 11:47:45 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-03-2022 - Jul 3, 2022 - https://saas-ui.dev/changelog/07-03-2022 - -## 07-03-2022 - -**Forms** `v1.0.2` - -- fix: Fixed Hook Form 7.33 compatibility. - -**Input Right Button... - Sun, 03 Jul 2022 09:47:32 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/07-02-2022 - Jul 2, 2022 - https://saas-ui.dev/changelog/07-02-2022 - -## 07-02-2022 - -`@saas-ui/react@1.0.1` - -- BannerContent flexDirection set to column on small screens... - Sat, 02 Jul 2022 09:10:47 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-30-2022 - Jun 30, 2022 - https://saas-ui.dev/changelog/06-30-2022 - -`@saas-ui/react@1.0.0` - -I'm pleased to announce Saas UI Core v1 is officially out! 🥳 - -Special than... - Thu, 30 Jun 2022 08:25:13 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-29-2022 - Jun 29, 2022 - https://saas-ui.dev/changelog/06-29-2022 - -`@saas-ui/react@1.0.0-rc.14` - -**Hotkeys** `v1.0.0-rc.5` - -- HotkeysSearch now accepts SearchInputPro... - Wed, 29 Jun 2022 16:20:16 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-28-2022 - Jun 28, 2022 - https://saas-ui.dev/changelog/06-28-2022 - -## 06-28-2022 - -`@saas-ui/react@1.0.0-rc.11` - -- Added ErrorBoundary component. -- FormStep now suppor... - Tue, 28 Jun 2022 07:30:28 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-24-2022 - Jun 24, 2022 - https://saas-ui.dev/changelog/06-24-2022 - -## 06-24-2022 - -`@saas-ui/react@1.0.0-rc.10` - -- Card now has a isHoverable property to support hover... - Fri, 24 Jun 2022 17:04:36 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-15-2022 - Jun 15, 2022 - https://saas-ui.dev/changelog/06-15-2022 - -`@saas-ui/react@1.0.0-rc.9` - -- Scale reset button icon based on the input size. -- Updated all readm... - Wed, 15 Jun 2022 15:22:29 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-14-2022 - Jun 14, 2022 - https://saas-ui.dev/changelog/06-14-2022 - -`@saas-ui/react@1.0.0-rc.8` - -- Fix vertical orientation for FormStepper. -... - Tue, 14 Jun 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-09-2022 - Jun 9, 2022 - https://saas-ui.dev/changelog/06-09-2022 - -`@saas-ui/react@1.0.0-rc.7` - -- Add exports entry for ajv -... - Thu, 09 Jun 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-08-2022 - Jun 8, 2022 - https://saas-ui.dev/changelog/06-08-2022 - -`@saas-ui/react@1.0.0-rc.6` - -- Added Json Schema (ajv) support for AutoForm. - -`@saas-ui/react@1.0.0... - Wed, 08 Jun 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/06-07-2022 - Jun 7, 2022 - https://saas-ui.dev/changelog/06-07-2022 - -`@saas-ui/react@1.0.0-rc.4` - -- Updated to Chakra UI 2.2.1 -... - Tue, 07 Jun 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/05-26-2022 - May 26, 2022 - https://saas-ui.dev/changelog/05-26-2022 - -`@saas-ui/react@1.0.0-rc.1` - -- React 18 support -- Updated to Chakra UI 2.0 -... - Thu, 26 May 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-23-2022 - Apr 23, 2022 - https://saas-ui.dev/changelog/04-23-2022 - -`@saas-ui/react@0.13.3` - -**Forms** `v0.7.8` - -- Field id now passed down to the internal FormControl... - Sat, 23 Apr 2022 08:13:58 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-19-2022 - Updates for Apr 19, 2022 - https://saas-ui.dev/changelog/04-19-2022 - -## 04-19-2022 - -`@saas-ui/react@0.13.0` - -- Saas UI theme colors no longer generated on the fly. - -**A... - Tue, 19 Apr 2022 15:54:10 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-14-2022 - Updates for Apr 14, 2022 - https://saas-ui.dev/changelog/04-14-2022 - -## 04-14-2022 - -`@saas-ui/react@0.12.8` - -**Password Input** `v0.3.2` - -- Fixed label not rendering co... - Thu, 14 Apr 2022 11:48:53 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/04-09-2022 - Updates for Apr 9, 2022 - https://saas-ui.dev/changelog/04-09-2022 - -## 04-09-2022 - -`@saas-ui/react@0.12.7` - -**Hotkeys** `v0.6.0` - -- Added support for key sequences. -... - Sat, 09 Apr 2022 13:09:19 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-21-2022 - Updates for Mar 23, 2022 - https://saas-ui.dev/changelog/03-21-2022 - -## 03-21-2022 - -`@saas-ui/react@0.12.3` - -**Stepper** `v0.2.2` - -- Improved Stepper styling on small s... - Wed, 23 Mar 2022 17:25:32 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-18-2022 - Updates for Mar 18, 2022 - https://saas-ui.dev/changelog/03-18-2022 - -## Clerk Authentication Service - -`@saas-ui/react@0.12.2` - -**Clerk** `v0.0.1` - -- Added Clerk authent... - Fri, 18 Mar 2022 11:58:08 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-17-2022 - Updates for Mar 17, 2022 - https://saas-ui.dev/changelog/03-17-2022 - -## 03-17-2022 - -`@saas-ui/react@0.12.1` - -- Fixed issue where the ModalFooter would not render. - -**Mo... - Thu, 17 Mar 2022 10:10:55 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-15-2022 - Updates for Mar 15, 2022 - https://saas-ui.dev/changelog/03-15-2022 - -## Improved Form API - -`@saas-ui/react@0.12.0` - -- BREAKING: Removed Yup dependency, you now need to ... - Tue, 15 Mar 2022 13:38:00 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-11-2022 - Updates for Mar 11, 2022 - https://saas-ui.dev/changelog/03-11-2022 - -`@saas-ui/react@0.11.8` - -- Fixed AuthToken type -... - Fri, 11 Mar 2022 11:16:08 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/changelog/03-09-2022 - Updates for Mar 09, 2022 - https://saas-ui.dev/changelog/03-09-2022 - -# Improved modals manager api - -The modals manager `open` method now accepts custom modal components... - Wed, 09 Mar 2022 11:16:08 GMT - hello@saas-ui.dev (Eelco Wiersma) - - - - - diff --git a/apps/website/public/docs.xml b/apps/website/public/docs.xml index 0dcae5151..c66160e95 100644 --- a/apps/website/public/docs.xml +++ b/apps/website/public/docs.xml @@ -7,7 +7,7 @@ en_US hello@saas-ui.dev (Eelco Wiersma) hello@saas-ui.dev (Eelco Wiersma) - Sat, 21 Sep 2024 11:01:31 GMT + Thu, 03 Oct 2024 10:41:01 GMT @@ -81,90 +81,90 @@ - https://saas-ui.dev/docs/hooks/use-collapse - useCollapse - https://saas-ui.dev/docs/hooks/use-collapse - React hook that helps creating accesssible Collapse components. + https://saas-ui.dev/docs/nextjs-starter-kit/commands + CLI commands + https://saas-ui.dev/docs/nextjs-starter-kit/commands + A list of useful commands for working with the Saas UI Next.js starter kit. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/hooks/use-local-storage - useLocalStorage - https://saas-ui.dev/docs/hooks/use-local-storage - React hook to manage localStorage + https://saas-ui.dev/docs/nextjs-starter-kit + Next.js SaaS starter kit + https://saas-ui.dev/docs/nextjs-starter-kit + A premium Next.js starter kit for SaaS and B2B projects with a focus on design, accessibility, and development speed. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/pro - Saas UI Pro - https://saas-ui.dev/docs/pro - A premium design system, React component library, and starterkit for SaaS projects. + https://saas-ui.dev/docs/nextjs-starter-kit/project-structure + Project structure + https://saas-ui.dev/docs/nextjs-starter-kit/project-structure + How to find your way in the project. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/pro/overview - Pro - https://saas-ui.dev/docs/pro/overview - A modern clean dashboard UI for B2B SaaS and internal tools. + https://saas-ui.dev/docs/nextjs-starter-kit/tech-stack + Tech stack + https://saas-ui.dev/docs/nextjs-starter-kit/tech-stack + An overview of technologies used in the Saas UI Next.js starter kit. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/pro/upgrading-to-v1 - Upgrading to v1 - https://saas-ui.dev/docs/pro/upgrading-to-v1 - How to upgrade to v1 + https://saas-ui.dev/docs/hooks/use-collapse + useCollapse + https://saas-ui.dev/docs/hooks/use-collapse + React hook that helps creating accesssible Collapse components. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/nextjs-starter-kit/commands - CLI commands - https://saas-ui.dev/docs/nextjs-starter-kit/commands - A list of useful commands for working with the Saas UI Next.js starter kit. + https://saas-ui.dev/docs/hooks/use-local-storage + useLocalStorage + https://saas-ui.dev/docs/hooks/use-local-storage + React hook to manage localStorage hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/nextjs-starter-kit - Next.js SaaS starter kit - https://saas-ui.dev/docs/nextjs-starter-kit - A premium Next.js starter kit for SaaS and B2B projects with a focus on design, accessibility, and development speed. + https://saas-ui.dev/docs/pro + Saas UI Pro + https://saas-ui.dev/docs/pro + A premium design system, React component library, and starterkit for SaaS projects. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/nextjs-starter-kit/project-structure - Project structure - https://saas-ui.dev/docs/nextjs-starter-kit/project-structure - How to find your way in the project. + https://saas-ui.dev/docs/pro/overview + Pro + https://saas-ui.dev/docs/pro/overview + A modern clean dashboard UI for B2B SaaS and internal tools. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/nextjs-starter-kit/tech-stack - Tech stack - https://saas-ui.dev/docs/nextjs-starter-kit/tech-stack - An overview of technologies used in the Saas UI Next.js starter kit. + https://saas-ui.dev/docs/pro/upgrading-to-v1 + Upgrading to v1 + https://saas-ui.dev/docs/pro/upgrading-to-v1 + How to upgrade to v1 hello@saas-ui.dev (Eelco Wiersma) @@ -340,26 +340,6 @@ - - https://saas-ui.dev/docs/pro/installation/dependabot - Setting up Dependabot - https://saas-ui.dev/docs/pro/installation/dependabot - How to configure Dependabot with the private NPM registry. - - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/docs/pro/theming/configuration - Setting the Saas UI Pro theme - https://saas-ui.dev/docs/pro/theming/configuration - How to setup the Saas UI Pro theme in your project. - - hello@saas-ui.dev (Eelco Wiersma) - - - https://saas-ui.dev/docs/nextjs-starter-kit/api/calling-procedures Calling procedures @@ -540,6 +520,36 @@ + + https://saas-ui.dev/docs/nextjs-starter-kit/configuration/environment-variables + Environment variables + https://saas-ui.dev/docs/nextjs-starter-kit/configuration/environment-variables + How to configure environment variables in the Saas UI Next.js starter kit. + + hello@saas-ui.dev (Eelco Wiersma) + + + + + https://saas-ui.dev/docs/nextjs-starter-kit/contributing/bugs-and-feature-requests + Report bugs and feature requests + https://saas-ui.dev/docs/nextjs-starter-kit/contributing/bugs-and-feature-requests + How to report bugs and request features + + hello@saas-ui.dev (Eelco Wiersma) + + + + + https://saas-ui.dev/docs/nextjs-starter-kit/contributing/contributing + Contributing + https://saas-ui.dev/docs/nextjs-starter-kit/contributing/contributing + How to contribute to the Next.js starter kit + + hello@saas-ui.dev (Eelco Wiersma) + + + https://saas-ui.dev/docs/nextjs-starter-kit/billing Billing @@ -600,46 +610,6 @@ - - https://saas-ui.dev/docs/nextjs-starter-kit/configuration/environment-variables - Environment variables - https://saas-ui.dev/docs/nextjs-starter-kit/configuration/environment-variables - How to configure environment variables in the Saas UI Next.js starter kit. - - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/docs/nextjs-starter-kit/contributing/bugs-and-feature-requests - Report bugs and feature requests - https://saas-ui.dev/docs/nextjs-starter-kit/contributing/bugs-and-feature-requests - How to report bugs and request features - - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/docs/nextjs-starter-kit/contributing/contributing - Contributing - https://saas-ui.dev/docs/nextjs-starter-kit/contributing/contributing - How to contribute to the Next.js starter kit - - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/docs/nextjs-starter-kit/deployments/vercel - Deploy to Vercel - https://saas-ui.dev/docs/nextjs-starter-kit/deployments/vercel - This guide will show you how to deploy Saas UI Pro to Vercel - - hello@saas-ui.dev (Eelco Wiersma) - - - https://saas-ui.dev/docs/nextjs-starter-kit/database Database overview @@ -690,6 +660,16 @@ + + https://saas-ui.dev/docs/nextjs-starter-kit/deployments/vercel + Deploy to Vercel + https://saas-ui.dev/docs/nextjs-starter-kit/deployments/vercel + This guide will show you how to deploy Saas UI Pro to Vercel + + hello@saas-ui.dev (Eelco Wiersma) + + + https://saas-ui.dev/docs/nextjs-starter-kit/development/adding-features Adding features @@ -800,6 +780,26 @@ + + https://saas-ui.dev/docs/pro/installation/dependabot + Setting up Dependabot + https://saas-ui.dev/docs/pro/installation/dependabot + How to configure Dependabot with the private NPM registry. + + hello@saas-ui.dev (Eelco Wiersma) + + + + + https://saas-ui.dev/docs/pro/theming/configuration + Setting the Saas UI Pro theme + https://saas-ui.dev/docs/pro/theming/configuration + How to setup the Saas UI Pro theme in your project. + + hello@saas-ui.dev (Eelco Wiersma) + + + https://saas-ui.dev/docs/components/advanced-data/bulk-actions/usage BulkActions @@ -901,20 +901,20 @@ - https://saas-ui.dev/docs/components/data-display/icon-badge/usage - Icon Badge - https://saas-ui.dev/docs/components/data-display/icon-badge/usage - Display an icon as a badge. + https://saas-ui.dev/docs/components/data-display/persona/usage + Persona + https://saas-ui.dev/docs/components/data-display/persona/usage + A component that represents a person and their status. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/components/data-display/persona/usage - Persona - https://saas-ui.dev/docs/components/data-display/persona/usage - A component that represents a person and their status. + https://saas-ui.dev/docs/components/data-display/icon-badge/usage + Icon Badge + https://saas-ui.dev/docs/components/data-display/icon-badge/usage + Display an icon as a badge. hello@saas-ui.dev (Eelco Wiersma) @@ -1030,6 +1030,16 @@ + + https://saas-ui.dev/docs/components/engagement/tour/usage + Tour + https://saas-ui.dev/docs/components/engagement/tour/usage + Introduce people to new features using multi-step tours. + + hello@saas-ui.dev (Eelco Wiersma) + + + https://saas-ui.dev/docs/components/engagement/tour-dialog/usage Tour Dialog @@ -1041,20 +1051,20 @@ - https://saas-ui.dev/docs/components/feedback/banner/usage - Banner - https://saas-ui.dev/docs/components/feedback/banner/usage - Banners are used to communicate accouncements and important information. + https://saas-ui.dev/docs/components/feedback/loader/usage + LoadingOverlay + https://saas-ui.dev/docs/components/feedback/loader/usage + A loading indicator that fills it's parent. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/components/engagement/tour/usage - Tour - https://saas-ui.dev/docs/components/engagement/tour/usage - Introduce people to new features using multi-step tours. + https://saas-ui.dev/docs/components/feedback/banner/usage + Banner + https://saas-ui.dev/docs/components/feedback/banner/usage + Banners are used to communicate accouncements and important information. hello@saas-ui.dev (Eelco Wiersma) @@ -1100,16 +1110,6 @@ - - https://saas-ui.dev/docs/components/feedback/loader/usage - LoadingOverlay - https://saas-ui.dev/docs/components/feedback/loader/usage - A loading indicator that fills it's parent. - - hello@saas-ui.dev (Eelco Wiersma) - - - https://saas-ui.dev/docs/components/forms/field/usage Field @@ -1211,20 +1211,20 @@ - https://saas-ui.dev/docs/components/layout/page/usage - Page - https://saas-ui.dev/docs/components/layout/page/usage - Page makes it easy to implement consistent page layouts throughout your app. + https://saas-ui.dev/docs/components/layout/navbar/usage + Navbar + https://saas-ui.dev/docs/components/layout/navbar/usage + Top navigation, typically used as primary navigation in websites or stacked application layouts. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/components/layout/navbar/usage - Navbar - https://saas-ui.dev/docs/components/layout/navbar/usage - Top navigation, typically used as primary navigation in websites or stacked application layouts. + https://saas-ui.dev/docs/components/layout/page/usage + Page + https://saas-ui.dev/docs/components/layout/page/usage + Page makes it easy to implement consistent page layouts throughout your app. hello@saas-ui.dev (Eelco Wiersma) @@ -1341,20 +1341,20 @@ - https://saas-ui.dev/docs/components/overlay/responsive-menu/usage - ResponsiveMenu - https://saas-ui.dev/docs/components/overlay/responsive-menu/usage - A mobile friendly Menu component. + https://saas-ui.dev/docs/components/overlay/modals-manager/usage + Modals manager + https://saas-ui.dev/docs/components/overlay/modals-manager/usage + Manage different types of modals with a single easy to use hook. hello@saas-ui.dev (Eelco Wiersma) - https://saas-ui.dev/docs/components/overlay/modals-manager/usage - Modals manager - https://saas-ui.dev/docs/components/overlay/modals-manager/usage - Manage different types of modals with a single easy to use hook. + https://saas-ui.dev/docs/components/overlay/responsive-menu/usage + ResponsiveMenu + https://saas-ui.dev/docs/components/overlay/responsive-menu/usage + A mobile friendly Menu component. hello@saas-ui.dev (Eelco Wiersma) @@ -1420,26 +1420,6 @@ - - https://saas-ui.dev/docs/components/visualization/sparkline/usage - Sparkline - https://saas-ui.dev/docs/components/visualization/sparkline/usage - A sparkline component is a minimalist, inline graphic displaying trends or variations. - - hello@saas-ui.dev (Eelco Wiersma) - - - - - https://saas-ui.dev/docs/components/web3/address/usage - Web3Address - https://saas-ui.dev/docs/components/web3/address/usage - Display Web3 addresses in a more readable format. - - hello@saas-ui.dev (Eelco Wiersma) - - - https://saas-ui.dev/docs/pro/installation/private-npm/npm NPM installation instructions @@ -1478,6 +1458,26 @@ hello@saas-ui.dev (Eelco Wiersma) + + + + https://saas-ui.dev/docs/components/visualization/sparkline/usage + Sparkline + https://saas-ui.dev/docs/components/visualization/sparkline/usage + A sparkline component is a minimalist, inline graphic displaying trends or variations. + + hello@saas-ui.dev (Eelco Wiersma) + + + + + https://saas-ui.dev/docs/components/web3/address/usage + Web3Address + https://saas-ui.dev/docs/components/web3/address/usage + Display Web3 addresses in a more readable format. + + hello@saas-ui.dev (Eelco Wiersma) + diff --git a/apps/website/public/sitemap.xml b/apps/website/public/sitemap.xml index 4a36ee3cf..c6226d44e 100644 --- a/apps/website/public/sitemap.xml +++ b/apps/website/public/sitemap.xml @@ -9,7 +9,5 @@ https://www.saas-ui.dev/docs.xml - - https://www.saas-ui.dev/changelog.xml - + \ No newline at end of file diff --git a/apps/website/src/components/layout/navigation-menu.tsx b/apps/website/src/components/layout/navigation-menu.tsx index 631712fc2..390b45680 100644 --- a/apps/website/src/components/layout/navigation-menu.tsx +++ b/apps/website/src/components/layout/navigation-menu.tsx @@ -138,7 +138,7 @@ export const Navigation = () => { } gridArea="3 / 1 / 4 / span 1" > - Build intuitive Next.js apps with a solid foundation. + Production ready Next.js starter kit. { - Docs + + Documentation + { > See what's coming next. - - - - } - href="/changelog" - > - See what's changed. - { > Roadmap - } - href="/changelog" - borderRadius="md" - > - Changelog - } diff --git a/apps/website/src/components/redeem-form/index.tsx b/apps/website/src/components/redeem-form/index.tsx index 037911db7..9afbb13d6 100644 --- a/apps/website/src/components/redeem-form/index.tsx +++ b/apps/website/src/components/redeem-form/index.tsx @@ -167,24 +167,18 @@ export function RedeemForm(props) { {data.githubInvited || !router.query.sale_id ? ( Your Github account {data.githubAccount} has been - added to the private{' '} - - Github repo - - . + added to the GitHub members team. ) : ( You will receive a Github invite shortly. )} - Your opinion is very important to me, please don't hestitate to - reach out when you have any questions or feedback, especially if you + Your opinion is very important, please don't hesitate to reach + out when you have any questions or feedback, especially if you don't like something :) - Here are some links to get your started. - @@ -196,15 +190,16 @@ export function RedeemForm(props) { leftIcon={} target="_blank" > - Github + saas-ui-pro } target="_blank" > - Roadmap + nextjs-starter-kit diff --git a/apps/website/src/data/docs-sidebar.ts b/apps/website/src/data/docs-sidebar.ts index 491b8932f..510427a2b 100644 --- a/apps/website/src/data/docs-sidebar.ts +++ b/apps/website/src/data/docs-sidebar.ts @@ -17,11 +17,6 @@ const sidebar = { path: '/docs', icon: FiBookOpen, }, - { - title: 'Changelog', - icon: FiClock, - path: '/changelog', - }, { title: 'Core', icon: FiCircle, diff --git a/apps/website/src/layouts/mdx.tsx b/apps/website/src/layouts/mdx.tsx index 5f2b53733..990df0fe0 100644 --- a/apps/website/src/layouts/mdx.tsx +++ b/apps/website/src/layouts/mdx.tsx @@ -28,7 +28,6 @@ export function getRoutes(slug: string) { '/docs/guides': guidesSidebar, '/docs/pro': proSidebar, '/docs/nextjs-starter-kit': nextjsSidebar, - '/changelog': { routes: [] }, '/blog': { routes: [] }, } diff --git a/apps/website/src/pages/changelog.tsx b/apps/website/src/pages/changelog.tsx deleted file mode 100644 index 505b707a6..000000000 --- a/apps/website/src/pages/changelog.tsx +++ /dev/null @@ -1,70 +0,0 @@ -import { GetStaticPaths, GetStaticProps } from 'next' -import fs from 'fs' -import { Box, Heading, Stack } from '@chakra-ui/react' - -import SEO from '@/components/seo' -import { MDXComponents } from '@/docs/components/mdx-components' -import { allChangelogs } from '.contentlayer/generated' -// import type { Changelog } from '.contentlayer/types' -import { useMDXComponent } from '@/hooks/next-contentlayer' -import generateRss from '@/utils/generate-rss' - -import Layout from '../layouts' - -import Link from '@/components/link' - -import { compareDesc } from 'date-fns' - -const Post = (props) => { - const { title, body, frontMatter } = props - - const Component = useMDXComponent(body.code) - - return ( - - - {title} - - - - ) -} - -const Changelog = ({ changelogs }) => { - const frontmatter = { - title: 'Changelog', - description: 'All updates and improvements to Saas UI', - slug: '/changelog', - } - return ( - - - - {changelogs.map((item, i) => { - return - })} - - - - ) -} - -export default Changelog - -export const getStaticProps: GetStaticProps = async (ctx) => { - const changelogs = - allChangelogs.sort((a, b) => { - return compareDesc(new Date(a.date), new Date(b.date)) - }) || [] - - const rss = generateRss(allChangelogs, 'changelog.xml') - fs.writeFileSync('./public/changelog.xml', rss) - - return { - props: { - header: { position: 'sticky', borderBottomWidth: '1px' }, - footer: false, - changelogs, - }, - } -} diff --git a/apps/website/src/pages/changelog/01-08-2023.mdx b/apps/website/src/pages/changelog/01-08-2023.mdx deleted file mode 100644 index 2e7ffb758..000000000 --- a/apps/website/src/pages/changelog/01-08-2023.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Jan 8, 2023 -date: 'Sun Jan 08 2023 13:42:43 GMT+0000 (Western European Standard Time)' ---- - -`@saas-ui/react@1.7.4` - -- Fixed default value for Switch fields. -- Support disable sorting on individual columns in DataTable -- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished. - -**Theme Glass** `v0.2.0` - -- Improved glass effect on light mode. -- Added Drawer and Popover themes. - -**Sidebar** `v0.7.0` - -- NavItem now supports tooltipProps to customize all tooltip props. - -**Forms** `v1.4.2` - -- Fixed default value for Switch fields. - -**Data Table** `v1.3.3` - -- Support disable sorting on individual columns in DataTable - -**Modals** `v1.4.3` - -- Fixed issue where closing dialogs opened by the modals manager to flicker, due to config reset before closing animation was finished. diff --git a/apps/website/src/pages/changelog/01-12-2024.mdx b/apps/website/src/pages/changelog/01-12-2024.mdx deleted file mode 100644 index 1965cc59a..000000000 --- a/apps/website/src/pages/changelog/01-12-2024.mdx +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Jan 12, 2024 -date: 'Fri Jan 12 2024 13:31:10 GMT+0000 (Western European Standard Time)' ---- - -## 01-12-2024 - -**Forms** `v2.3.8` - -- Fixed issue where Select button and input would have the same id -- Fixed issue where Form context would not be available -- Refactored exports - -**Charts** `v0.11.0` - -- Improved chart component apis -- Added BartChart and LineChart components -- Refactored exports - -**Hooks** `v2.0.3` - -- Added useScrollPosition hook -- Refactored exports - -**Date Picker** `v0.12.17` - -- Improved DatePicker to enable keyboard navigation on calendar days after opening -- Fixed issue where date picker dialog would not open using keyboard controls -- Refactored exports - -**Command Bar** `v0.4.2` - -- Refactored exports - -**File Upload** `v0.2.1` - -- Refactored exports - -**Data Table** `v7.0.4` - -- Refactored exports - -**Nprogress** `v2.0.2` - -- Refactored exports - -**Hotkeys** `v2.1.14` - -- Refactored exports - -**Modals** `v2.1.16` - -- Refactored exports - -**Auth** `v2.4.4` - -- Refactored exports - -**Core** `v2.3.3` - -- Refactored exports - -**Props Docs** `v2.0.0` - -- Updated all props and include pro packages diff --git a/apps/website/src/pages/changelog/01-22-2024.mdx b/apps/website/src/pages/changelog/01-22-2024.mdx deleted file mode 100644 index 6ef9dc1d8..000000000 --- a/apps/website/src/pages/changelog/01-22-2024.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: Jan 22, 2024 -date: 'Mon Jan 22 2024 09:34:21 GMT+0000 (GMT)' ---- - -## 01-22-2024 - -`@saas-ui/react@2.5.5` - -- Added xl size to IconBadge -- Updated Input lg variant height -- Fixed issue where FormStepper separator would render incorrectly - -**Theme** `v2.3.2` - -- Added xl size to IconBadge -- Updated Input lg variant height - -**Data Table** `v7.0.5` - -- fix: forward sx prop to data table - -**Forms** `v2.3.9` - -- Fixed issue where SubmitButton theming props could not be overwritten with AutoForm - -**File Upload** `v0.2.2` - -- Retrieve environment from Chakra UI context to support shadowdom/frame for file uploads - -**Core** `v2.3.4` - -- Fixed issue where FormStepper separator would render incorrectly - -**Props Docs** `v2.1.0` - -- Updated with Pro 0.31.3 - -**Date Picker** `v0.12.18` - -- Fixed issue where DateInput button wouldn't open the date picker diff --git a/apps/website/src/pages/changelog/02-03-2023.mdx b/apps/website/src/pages/changelog/02-03-2023.mdx deleted file mode 100644 index 4704ed818..000000000 --- a/apps/website/src/pages/changelog/02-03-2023.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Feb 3, 2023 -date: 'Fri Feb 03 2023 16:02:16 GMT+0100 (Central European Standard Time)' ---- - -## 02-03-2023 - -`@saas-ui/react@1.9.0` - -- Improved Sidebar behavior and theme. - -**Sidebar** `v0.9.0` - -- Improved Sidebar behavior and theme. - -**Theme** `v1.8.0` - -- Improved Sidebar behavior and theme. diff --git a/apps/website/src/pages/changelog/02-10-2023.mdx b/apps/website/src/pages/changelog/02-10-2023.mdx deleted file mode 100644 index 0f5e17a91..000000000 --- a/apps/website/src/pages/changelog/02-10-2023.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Feb 10, 2023 -date: 'Fri Feb 10 2023 10:48:09 GMT+0100 (Central European Standard Time)' ---- - -## 02-10-2023 - -`@saas-ui/react@1.9.1` - -- InputRightButton no longer exported from forms package to prevent conflicts. - -**Forms** `v1.5.3` - -- InputRightButton no longer exported from forms package to prevent conflicts. diff --git a/apps/website/src/pages/changelog/02-16-2023.mdx b/apps/website/src/pages/changelog/02-16-2023.mdx deleted file mode 100644 index 14425b2ec..000000000 --- a/apps/website/src/pages/changelog/02-16-2023.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Feb 16, 2023 -date: 'Thu Feb 16 2023 19:48:31 GMT+0100 (Central European Standard Time)' ---- - -## 02-16-2023 - -**Date Picker** `v0.8.7` - -- Pass DateRangeInput props down to the internal Input. diff --git a/apps/website/src/pages/changelog/02-21-2024.mdx b/apps/website/src/pages/changelog/02-21-2024.mdx deleted file mode 100644 index 3129d05c0..000000000 --- a/apps/website/src/pages/changelog/02-21-2024.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Feb 21, 2024 -date: 'Wed Feb 21 2024 16:07:39 GMT-0300 (Brasilia Standard Time)' ---- - -## 02-21-2024 - -`@saas-ui/react@2.6.0` - -- Improved snackbar.promise method to not rethrow error when the error option is a function -- Improved snackbar.promise success prop to accept an optional function callback -- Added support for leftAddon and rightAddon on number input types -- Improved ObjectSchema type definitions to be more strict and inherit correct field type props - -**Date Picker** `v0.12.23` - -- Fixed issue where date picker visible date would not update when input value changed - -**Auth** `v3.0.2` - -- Added missing translations - -**Website** `v2.3.21` - -- Added missing translations - -**Core** `v2.4.0` - -- Improved snackbar.promise method to not rethrow error when the error option is a function -- Improved snackbar.promise success prop to accept an optional function callback - -**Forms** `v2.4.0` - -- Added support for leftAddon and rightAddon on number input types -- Improved ObjectSchema type definitions to be more strict and inherit correct field type props diff --git a/apps/website/src/pages/changelog/03-06-2024.mdx b/apps/website/src/pages/changelog/03-06-2024.mdx deleted file mode 100644 index 503d0de8e..000000000 --- a/apps/website/src/pages/changelog/03-06-2024.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Mar 6, 2024 -date: 'Wed Mar 06 2024 15:13:15 GMT-0300 (Brasilia Standard Time)' ---- - -## 03-06-2024 - -`@saas-ui/react@2.6.1` - -- Fixed issue where Chakra UI Card sizes would not apply -- Moved all StructuredList styling into theme -- Fixed issue where ref would not be forwarded to StructuredListHeader - -**Theme** `v2.3.4` - -- Fixed issue where Chakra UI Card sizes would not apply -- Moved all StructuredList styling into theme - -**Auth** `v3.0.3` - -- Added defaultView prop to Auth - -**Core** `v2.4.1` - -- Moved all StructuredList styling into theme -- Fixed issue where ref would not be forwarded to StructuredListHeader - -**File Upload** `v0.2.6` - -- Fixed issue where onFileReject would not be called diff --git a/apps/website/src/pages/changelog/03-09-2022.mdx b/apps/website/src/pages/changelog/03-09-2022.mdx deleted file mode 100644 index e4259e919..000000000 --- a/apps/website/src/pages/changelog/03-09-2022.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Updates for Mar 09, 2022 -date: 'Wed Mar 09 2022 11:16:08 GMT+0000 (Western European Standard Time)' ---- - -# Improved modals manager api - -The modals manager `open` method now accepts custom modal components directly, allowing you to reduce even more boilerplate code. - -```tsx -import * as React from 'react' -import { useModals, Button } from '@saas-ui/react' - -import CustomModal from './custom-modal' - -export default function Page() { - const modals = useModals() - - return -} -``` - -`@saas-ui/react@0.11.7` - -### Patch Changes - -- 99f3e33: Custom modal components can now be directly passed to modals.open -- Updated dependencies [99f3e33] - - @saas-ui/modals@0.3.5 diff --git a/apps/website/src/pages/changelog/03-11-2022.mdx b/apps/website/src/pages/changelog/03-11-2022.mdx deleted file mode 100644 index b3d416c93..000000000 --- a/apps/website/src/pages/changelog/03-11-2022.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Updates for Mar 11, 2022 -date: 'Fri Mar 11 2022 11:16:08 GMT+0000 (Western European Standard Time)' ---- - -`@saas-ui/react@0.11.8` - -- Fixed AuthToken type diff --git a/apps/website/src/pages/changelog/03-11-2024.mdx b/apps/website/src/pages/changelog/03-11-2024.mdx deleted file mode 100644 index 447394846..000000000 --- a/apps/website/src/pages/changelog/03-11-2024.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Mar 11, 2024 -date: 'Mon Mar 11 2024 10:55:43 GMT-0300 (Brasilia Standard Time)' ---- - -## 03-11-2024 - -**Modals** `v2.1.24` - -- Removed a console.log, closes #211 - -**File Upload** `v0.2.7` - -- Updated zag.js diff --git a/apps/website/src/pages/changelog/03-15-2022.mdx b/apps/website/src/pages/changelog/03-15-2022.mdx deleted file mode 100644 index 46c3721e9..000000000 --- a/apps/website/src/pages/changelog/03-15-2022.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Updates for Mar 15, 2022 -date: 'Tue Mar 15 2022 13:38:00 GMT+0000 (Western European Standard Time)' ---- - -## Improved Form API - -`@saas-ui/react@0.12.0` - -- BREAKING: Removed Yup dependency, you now need to configure default Form resolvers - -`Form` no longer accepts a Yup `schema` by default. - -Use a schema resolver to use schema support. All hookform resolvers are supported. - -```ts -import { yupResolver } from '@hookform/resolvers/yup' - -const form =
-``` - -AutoForm only supports Yup for now and has a new API. - -```ts -import { yupForm } from '@saas-ui/forms/yup' - -const form = -``` - -Alternatively you can configure a default resolver for all forms. -Add this somewhere in the root of your project. - -```ts -import { Form } from '@saas-ui/react' -import { yupResolver, yupFieldResolver } from '@saas-ui/forms/yup' // yupResolver is exported from here as well for convenience. -import { AnyObjectSchema } from 'yup' - -Form.getResolver = (schema: AnyObjectSchema) => yupResolver(schema) // @hookform/resolvers -Form.getFieldResolver = (schema: AnyObjectSchema) => yupFieldResolver(schema) // AutoForm field resolver -``` - -- Fixed peer dependency issues. diff --git a/apps/website/src/pages/changelog/03-17-2022.mdx b/apps/website/src/pages/changelog/03-17-2022.mdx deleted file mode 100644 index 6b01fbfe9..000000000 --- a/apps/website/src/pages/changelog/03-17-2022.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Updates for Mar 17, 2022 -date: 'Thu Mar 17 2022 10:10:55 GMT+0000 (Western European Standard Time)' ---- - -## 03-17-2022 - -`@saas-ui/react@0.12.1` - -- Fixed issue where the ModalFooter would not render. - -**Modals** `v0.4.1` - -- Fixed issue where the ModalFooter would not render. diff --git a/apps/website/src/pages/changelog/03-18-2022.mdx b/apps/website/src/pages/changelog/03-18-2022.mdx deleted file mode 100644 index 6b2f94eaf..000000000 --- a/apps/website/src/pages/changelog/03-18-2022.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Updates for Mar 18, 2022 -date: 'Fri Mar 18 2022 11:58:08 GMT+0000 (Western European Standard Time)' ---- - -## Clerk Authentication Service - -`@saas-ui/react@0.12.2` - -**Clerk** `v0.0.1` - -- Added Clerk authentication service - -**Theme** `v0.7.1` - -- Improved Input fields outline variant contrast for better a11y - -**Auth** `v0.7.1` - -- Check if AuthStateChange unsubscribe callback is returned. - -**Stepper** `v0.2.1` - -- No longer use useLayoutEffect, since it causes SSR issues. - -**Modals** `v0.5.0` - -- Improved the MenuDialog api to be more consistant with Menu diff --git a/apps/website/src/pages/changelog/03-21-2022.mdx b/apps/website/src/pages/changelog/03-21-2022.mdx deleted file mode 100644 index 6b61e39c9..000000000 --- a/apps/website/src/pages/changelog/03-21-2022.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Updates for Mar 23, 2022 -date: 'Wed Mar 23 2022 17:25:32 GMT+0000 (Western European Standard Time)' ---- - -## 03-21-2022 - -`@saas-ui/react@0.12.3` - -**Stepper** `v0.2.2` - -- Improved Stepper styling on small screens. - -**Theme** `v0.7.2` - -- Improved Stepper styling on small screens. - -**Persona** `v0.5.1` - -- PersonaContainer now accepts size and box props. diff --git a/apps/website/src/pages/changelog/03-29-2024.mdx b/apps/website/src/pages/changelog/03-29-2024.mdx deleted file mode 100644 index a69d27d48..000000000 --- a/apps/website/src/pages/changelog/03-29-2024.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Mar 29, 2024 -date: 'Fri Mar 29 2024 11:55:17 GMT+0000 (Western European Standard Time)' ---- - -## 03-29-2024 - -`@saas-ui/react@2.7.0` - -- Improved forms to support a global base field override - -**Forms** `v2.5.0` - -- Improved forms to support a global base field override diff --git a/apps/website/src/pages/changelog/04-07-2023.mdx b/apps/website/src/pages/changelog/04-07-2023.mdx deleted file mode 100644 index 24c4bf80b..000000000 --- a/apps/website/src/pages/changelog/04-07-2023.mdx +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: Apr 8, 2023 -date: 'Sat Apr 08 2023 14:22:40 GMT+0200 (Central European Summer Time)' ---- - -## 04-07-2023 - -# @saas-ui/react - -## 2.0.0-next.6 - -### Major Changes - -- 37e38165: Auth forms can now be used standalone, to build custom solutions. -- 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption. -- 39e778d8: Form will now render AutoField by default when no children are passed. - -### Minor Changes - -- 532011d6: Select can now supports theming using the SuiSelect theme config. -- 6dd737ce: Select field now renders invalid state. -- c85541cb: AutoForm field props can now be overridden using the fields prop on Form - -## 2.0.0-next.5 - -### Major Changes - -- 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton - -### Minor Changes - -- a8ea24da: PasswordInput now accepts leftAddon property. - -## 2.0.0-next.4 - -### Major Changes - -- 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense. -- 83f54180: Secondary button now uses solid variant and gray colorScheme. -- 83f54180: Renamed Loader to LoadingOverlay. - -### Minor Changes - -- 83f54180: Added new tertiary button variant. -- 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed - -### Patch Changes - -- ba61612f: Fixed useSnackbar return type, always returns toastId. -- 83f54180: Fix NavItem focus outline color. - -## 2.0.0-next.2 - -### Major Changes - -- 0a11d7b6: Renamed Sidebar condensed variant to compact. -- 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle. - -### Minor Changes - -- 76887bda: AppShell now controls the Sidebar disclosure state. -- 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context. - -## 2.0.0-next.1 - -### Patch Changes - -- 166978bd: Fix esm bundle filename. - -## 2.0.0-next.0 - -### Major Changes - -- 772c9868: Updated to Tanstack ReactTable V8 -- d7c87a31: Moved form resolvers into a separate package. -- f1e99198: BREAKING: createPalette no longer exported from @saas-ui/react -- 8b82d945: Renamed List to StructuredList -- 8b82d945: Removed button package. -- f34de7af: Moved Supabase and Magic auth services to separate packages. -- 3a15e8c8: Improve StructuredList API. -- f1e99198: Restructured packages. -- f3b09191: Removed Card component in favor of the new Chakra UI Card component. - -### Minor Changes - -- e94ca3c0: Added TimeLine to core components. -- 7ce390e9: Added Sidebar to core packages. - -### Patch Changes - -- f1e99198: Migrated from microbundle to tsup for builds diff --git a/apps/website/src/pages/changelog/04-08-2023.mdx b/apps/website/src/pages/changelog/04-08-2023.mdx deleted file mode 100644 index 29981750b..000000000 --- a/apps/website/src/pages/changelog/04-08-2023.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Apr 8, 2023 -date: 'Sat Apr 08 2023 14:26:27 GMT+0200 (Central European Summer Time)' ---- - -## 04-08-2023 - -**Forms** `v2.0.0-next.8` - -- Fix React import diff --git a/apps/website/src/pages/changelog/04-09-2022.mdx b/apps/website/src/pages/changelog/04-09-2022.mdx deleted file mode 100644 index 582b4cc1a..000000000 --- a/apps/website/src/pages/changelog/04-09-2022.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Updates for Apr 9, 2022 -date: 'Sat Apr 09 2022 15:09:19 GMT+0200 (Central European Summer Time)' ---- - -## 04-09-2022 - -`@saas-ui/react@0.12.7` - -**Hotkeys** `v0.6.0` - -- Added support for key sequences. diff --git a/apps/website/src/pages/changelog/04-14-2022.mdx b/apps/website/src/pages/changelog/04-14-2022.mdx deleted file mode 100644 index f0499ce6b..000000000 --- a/apps/website/src/pages/changelog/04-14-2022.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Updates for Apr 14, 2022 -date: 'Thu Apr 14 2022 13:48:53 GMT+0200 (Central European Summer Time)' ---- - -## 04-14-2022 - -`@saas-ui/react@0.12.8` - -**Password Input** `v0.3.2` - -- Fixed label not rendering correctly in some cases. - -**Hotkeys** `v0.6.1` - -- Added modifier shorthands to jsdocs for easy access. - -**Forms** `v0.7.0` - -- Added Zod resolver for AutoForm diff --git a/apps/website/src/pages/changelog/04-14-2023.mdx b/apps/website/src/pages/changelog/04-14-2023.mdx deleted file mode 100644 index c217e236b..000000000 --- a/apps/website/src/pages/changelog/04-14-2023.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Apr 14, 2023 -date: 'Fri Apr 14 2023 12:06:18 GMT+0200 (Central European Summer Time)' ---- - -## 04-14-2023 - -`@saas-ui/react@2.0.0-next.9` - -- Fix Card theme tokens -- Improved MenuDialog position on mobile -- Added new createModals method to create typesafe modals managers with support for custom modals - -**Forms** `v2.0.0-next.9` - -- Form render prop Field now supports ref - -**Core** `v2.0.0-next.7` - -- Fix Card theme tokens -- Improved MenuDialog position on mobile - -**Modals** `v2.0.0-next.9` - -- Added new createModals method to create typesafe modals managers with support for custom modals -- BaseModal now accepts header, content and footer props diff --git a/apps/website/src/pages/changelog/04-17-2024.mdx b/apps/website/src/pages/changelog/04-17-2024.mdx deleted file mode 100644 index 9bd350a08..000000000 --- a/apps/website/src/pages/changelog/04-17-2024.mdx +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Apr 17, 2024 -date: 'Wed Apr 17 2024 16:53:45 GMT+0100 (Western European Summer Time)' ---- - -## 04-17-2024 - -`@saas-ui/react@2.8.0` - -- Improved Select types, value type is now string or string[] depending on the multiple prop -- Fixed issue where StructuredListItem would not receive focus -- StructuredListItem now supports isDisabled props - -**Date Picker** `v0.12.31` - -- Removed Chakra UI icons dependency - -**File Upload** `v0.2.9` - -- Added missing deep dependencies - -**Forms** `v2.6.0` - -- Improved Select types, value type is now string or string[] depending on the multiple prop - -**Storybook Addon** `v3.0.0` - -- Updated to Storybook 8 - -**Saas Ui Storybook** `v2.0.0` - -- Updated to Storybook 8 - -**Test Utils** `v4.0.0` - -- Updated to Storybook 8 - -**Core** `v2.5.0` - -- Fixed issue where StructuredListItem would not receive focus -- StructuredListItem now supports isDisabled props - -**Theme** `v2.4.0` - -- StructuredListItem now supports isDisabled props - -**Auth** `v3.1.2` - -- Fixed issue where options would not be passed to logOut handler, thanks @Segfaultd diff --git a/apps/website/src/pages/changelog/04-19-2022.mdx b/apps/website/src/pages/changelog/04-19-2022.mdx deleted file mode 100644 index 4abd7f3bb..000000000 --- a/apps/website/src/pages/changelog/04-19-2022.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Updates for Apr 19, 2022 -date: 'Tue Apr 19 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -## 04-19-2022 - -`@saas-ui/react@0.13.0` - -- Saas UI theme colors no longer generated on the fly. - -**Auth** `v0.7.9` - -- AuthFormDivider now using Divider component -- Added displayName to all components and improved inconsistencies. - -**Forms** `v0.7.5` - -- Added displayName to form components -- Fixed FormStepper default styles. - -**Theme** `v0.8.0` - -- Saas UI theme colors no longer generated on the fly. - -**System** `v0.4.1` - -- Added missing peer dependencies diff --git a/apps/website/src/pages/changelog/04-23-2022.mdx b/apps/website/src/pages/changelog/04-23-2022.mdx deleted file mode 100644 index 47e1af64d..000000000 --- a/apps/website/src/pages/changelog/04-23-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Apr 23, 2022 -date: 'Sat Apr 23 2022 10:13:58 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@0.13.3` - -**Forms** `v0.7.8` - -- Field id now passed down to the internal FormControl for better a11y. diff --git a/apps/website/src/pages/changelog/05-26-2022.mdx b/apps/website/src/pages/changelog/05-26-2022.mdx deleted file mode 100644 index 97ca44eeb..000000000 --- a/apps/website/src/pages/changelog/05-26-2022.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: May 26, 2022 -date: 'May 26 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.1` - -- React 18 support -- Updated to Chakra UI 2.0 diff --git a/apps/website/src/pages/changelog/06-07-2022.mdx b/apps/website/src/pages/changelog/06-07-2022.mdx deleted file mode 100644 index 83db8f5f6..000000000 --- a/apps/website/src/pages/changelog/06-07-2022.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Jun 7, 2022 -date: 'Jun 07 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.4` - -- Updated to Chakra UI 2.2.1 diff --git a/apps/website/src/pages/changelog/06-08-2022.mdx b/apps/website/src/pages/changelog/06-08-2022.mdx deleted file mode 100644 index 987099905..000000000 --- a/apps/website/src/pages/changelog/06-08-2022.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Jun 8, 2022 -date: 'Jun 08 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.6` - -- Added Json Schema (ajv) support for AutoForm. - -`@saas-ui/react@1.0.0-rc.6` - -- Stepper now accepts an onChange handler. diff --git a/apps/website/src/pages/changelog/06-09-2022.mdx b/apps/website/src/pages/changelog/06-09-2022.mdx deleted file mode 100644 index bd632ca67..000000000 --- a/apps/website/src/pages/changelog/06-09-2022.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Jun 9, 2022 -date: 'Jun 09 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.7` - -- Add exports entry for ajv diff --git a/apps/website/src/pages/changelog/06-14-2022.mdx b/apps/website/src/pages/changelog/06-14-2022.mdx deleted file mode 100644 index 68993ef83..000000000 --- a/apps/website/src/pages/changelog/06-14-2022.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Jun 14, 2022 -date: 'Jun 14 2022 17:54:10 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.8` - -- Fix vertical orientation for FormStepper. diff --git a/apps/website/src/pages/changelog/06-15-2022.mdx b/apps/website/src/pages/changelog/06-15-2022.mdx deleted file mode 100644 index 28ce33712..000000000 --- a/apps/website/src/pages/changelog/06-15-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Jun 15, 2022 -date: 'Wed Jun 15 2022 17:22:29 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.9` - -- Scale reset button icon based on the input size. -- Updated all readme files, added better descriptions and links to docs and source code. -- Removed isPrimary and isSecondary Button properties, use colorScheme="primary" instead. diff --git a/apps/website/src/pages/changelog/06-24-2022.mdx b/apps/website/src/pages/changelog/06-24-2022.mdx deleted file mode 100644 index 1c68d7eca..000000000 --- a/apps/website/src/pages/changelog/06-24-2022.mdx +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Jun 24, 2022 -date: 'Fri Jun 24 2022 19:04:36 GMT+0200 (Central European Summer Time)' ---- - -## 06-24-2022 - -`@saas-ui/react@1.0.0-rc.10` - -- Card now has a isHoverable property to support hover styles. -- Option labels are now optional. -- ArrayFieldRowFields now accepts all FormLayout props (#48). -- Field is now correctly typed based on the field type. -- #50 - Fixed StepForm render prop types. -- New primary and secondary Button variant. - -**Card** `v1.0.0-rc.4` - -- Card now has a isHoverable property to support hover styles. - -**Forms** `v1.0.0-rc.9` - -- Option labels are now optional. -- ArrayFieldRowFields now accepts all FormLayout props (#48). -- Field is now correctly typed based on the field type. -- #50 - Fixed StepForm render prop types. - -**Provider** `v1.0.0-rc.5` - -- Removed dependency on querystring. - -**Button** `v1.0.0-rc.4` - -- New primary and secondary Button variant. diff --git a/apps/website/src/pages/changelog/06-28-2022.mdx b/apps/website/src/pages/changelog/06-28-2022.mdx deleted file mode 100644 index 4eeb04309..000000000 --- a/apps/website/src/pages/changelog/06-28-2022.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Jun 28, 2022 -date: 'Tue Jun 28 2022 09:30:28 GMT+0200 (Central European Summer Time)' ---- - -## 06-28-2022 - -`@saas-ui/react@1.0.0-rc.11` - -- Added ErrorBoundary component. -- FormStep now supports an onSubmit handler. -- Fixed vertical divider rendering incorrectly. - -**Forms** `v1.0.0-rc.10` - -- FormStep now supports an onSubmit handler. - -**Property** `v1.0.0-rc.5` - -- Bump version - -**Provider** `v1.0.0-rc.6` - -- Bump version diff --git a/apps/website/src/pages/changelog/06-29-2022.mdx b/apps/website/src/pages/changelog/06-29-2022.mdx deleted file mode 100644 index a94248062..000000000 --- a/apps/website/src/pages/changelog/06-29-2022.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Jun 29, 2022 -date: 'Wed Jun 29 2022 18:20:16 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0-rc.14` - -**Hotkeys** `v1.0.0-rc.5` - -- HotkeysSearch now accepts SearchInputProps - -**Collapse** `v1.0.0-rc.5` - -- Fixed type issue - -`@saas-ui/react@1.0.0-rc.13` - -- Updated dependencies. -- Updated to Clerk React 3.4.1 - -**Collapse** `v1.0.0-rc.4` - -- Updated dependencies. -- Updated classname prefix to saas- - -**Props Docs** `v1.0.0-rc.4` - -- Updated props. diff --git a/apps/website/src/pages/changelog/06-30-2022.mdx b/apps/website/src/pages/changelog/06-30-2022.mdx deleted file mode 100644 index 27f7b78ea..000000000 --- a/apps/website/src/pages/changelog/06-30-2022.mdx +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: Jun 30, 2022 -date: 'Thu Jun 30 2022 10:25:13 GMT+0200 (Central European Summer Time)' ---- - -`@saas-ui/react@1.0.0` - -I'm pleased to announce Saas UI Core v1 is officially out! 🥳 - -Special thanks to all the early adopters for your feedback and contributions. - -The release of Chakra UI 2 and React 18 was a great milestone for the last push of this release. -Moving forward, you can expect more components (DatePicker, Timeline, to name a few), and more examples and starter projects for all popular frameworks. - -- [Getting started](/docs/core/quickstarts) -- [Components](/docs/components/auth/auth-provider) - -If you have ideas or feedback, feel free to [open an Github issue](https://github.com/saas-js/saas-ui/issues) or come hang out in the new [public Discord channel](https://discord.gg/4PmJGFcAjX). - ---- - -- Card now has a isHoverable property to support hover styles. -- breaking: Updated to Chakra UI 2.1 -- NativeSelect now accepts chilren and doesn't throw if no options are passed. -- Added Json Schema (ajv) support for AutoForm. -- Added ErrorBoundary component. -- Scale reset button icon based on the input size. -- Add exports entry for ajv -- Re-publish. -- Updated to Chakra UI 2.2.1 -- Updated dependencies. -- FormStep now supports an onSubmit handler. -- No longer passing down label to input fields. -- Updated all readme files, added better descriptions and links to docs and source code. -- Option labels are now optional. -- Added new RouterProvider and useActivePath now uses Router context. -- ArrayFieldRowFields now accepts all FormLayout props (#48). -- Stepper now accepts an onChange handler. -- ArrayField no longer passing down items to the container element. -- Initial release candidate -- Field is now correctly typed based on the field type. -- Fix vertical orientation for FormStepper. -- Modern bundles now use .mjs extension. -- Updated to Chakra UI 2.2.1 -- #50 - Fixed StepForm render prop types. -- Fixed vertical divider rendering incorrectly. -- Removed redundant ThemeProvider / CSSReset and GlobalStyles components. -- AutoForm now renders children. -- Fixed all theme onconsistencies. -- Added missing dependency. -- Spacing between pin inputs can now be configured. -- InputField now has type="text" by default. -- ContextMenu now passing down all props to the internal Menu. -- Select now renders a hidden input with the current value. -- New primary and secondary Button variant. -- breaking: React 18 support. -- Removed isPrimary and isSecondary Button properties, use variant="primary" instead. diff --git a/apps/website/src/pages/changelog/06-30-2023.mdx b/apps/website/src/pages/changelog/06-30-2023.mdx deleted file mode 100644 index 216db3bb5..000000000 --- a/apps/website/src/pages/changelog/06-30-2023.mdx +++ /dev/null @@ -1,388 +0,0 @@ ---- -title: Jun 30, 2023 -date: 'Fri Jun 30 2023 08:55:58 GMT+0200 (Central European Summer Time)' ---- - -## 06-30-2023 - -`@saas-ui/react@2.0.0` - -- useHotkeys now supports preventDefault option to prevent default browser events from firing -- Updated to Tanstack ReactTable V8 -- Moved form resolvers into a separate package. -- Fix Card theme tokens -- Improved MenuDialog position on mobile -- Fix SnackbarPromiseOptions error type to SnackbarOptions -- ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense. -- button primary, secondary and tertiary variants colorScheme can now be changed. -- Fixed useSnackbar return type, always returns toastId. -- Added TimeLine to core components. -- Added Sidebar to core packages. -- Auth forms can now be used standalone, to build custom solutions. -- tooltipProps on NavItem no longer require children -- Fix esm bundle import -- Select now supports theming props. -- Select can now supports theming using the SuiSelect theme config. -- PasswordInput now accepts leftAddon property. -- BREAKING: createPalette no longer exported from @saas-ui/react -- Bump version -- Fix vertical stepper items not taking up the full parent width. -- Added new createModals method to create typesafe modals managers with support for custom modals -- Renamed List to StructuredList -- Fix Divider label contrast -- Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption. -- Fixed issue where Sidebar would not get defaultProps from the theme. -- Added new tertiary button variant. -- Migrated from microbundle to tsup for builds -- No longer needed to use Next.js legacyBehavior for the Link component. -- Updated to Chakra UI 2.7 -- Secondary button now uses solid variant and gray colorScheme. -- Removed button package. -- New createFormDialog function to create Zod or Yup specific FormDialogs -- useSnackbar promise error option now accepts a function with err param or SnackbarOptions -- Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton -- Improve Stepper seperator position on all sizes -- Updated to Chakra UI 2.6.x -- Fix ContextMenu and OverflowMenu exports. -- ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned -- Select field now renders invalid state. -- Fixed issue where types for exports were not detected -- object and array field props can now be overridden using the fields prop -- Renamed Loader to LoadingOverlay. -- Renamed Sidebar condensed variant to compact. -- Form fields overries types now support array and object type props -- AutoForm field props can now be overridden using the fields prop on Form -- Fix NavItem focus outline color. -- Fixed issue where colorScheme would be passed down to stepper dom element -- Add Timeline theme to theme package. -- Moved Supabase and Magic auth services to separate packages. -- Improve StructuredList API. -- Fixed issue where multiple + separators were not parsed correctly in useHotkeys. -- Restructured packages. -- AppShell now controls the Sidebar disclosure state. -- Form will now render AutoField by default when no children are passed. -- SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context. -- useLocalStorage now updates all hook instances on the current page when the value changed -- Removed the Divider component in favor of the Chakra UI Divider component. -- Bump version -- Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle. -- EmptyState title and description no longer use Header and Text -- Fix esm bundle filename. -- Fix issue where StepForm would not submit when subsequent fields are required. -- Removed Card component in favor of the new Chakra UI Card component. - -**Hotkeys** `v2.0.0` - -- useHotkeys now supports preventDefault option to prevent default browser events from firing -- useHotkeys options are now optional -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Removed button package. -- Fixed issue where multiple + separators were not parsed correctly in useHotkeys. -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Data Table** `v2.0.0` - -- Updated to Tanstack ReactTable V8 -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Removed button package. -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Forms** `v2.0.0` - -- Form render prop Field now supports ref -- Moved form resolvers into a separate package. -- Fix esm bundle import -- Select can now supports theming using the SuiSelect theme config. -- PasswordInput now accepts leftAddon property. -- Fix React import -- Bump version -- Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption. -- Migrated from microbundle to tsup for builds -- Fixed modal form handler type inference -- Updated to Chakra UI 2.7 -- Removed button package. -- New createFormDialog function to create Zod or Yup specific FormDialogs -- Updated to Chakra UI 2.6.x -- Select field now renders invalid state. -- Fixed issue where types for exports were not detected -- object and array field props can now be overridden using the fields prop -- Form fields overries types now support array and object type props -- AutoForm field props can now be overridden using the fields prop on Form -- Fix Select button overflow. -- Restructured packages. -- Form will now render AutoField by default when no children are passed. -- Bump version -- Fix esm bundle filename. -- Fix issue where StepForm would not submit when subsequent fields are required. - -**Date Picker** `v0.10.0` - -- Updated the day and month segment minimal width, so there's less spacing with single digits -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Modals** `v2.0.0` - -- BaseDrawer now accepts header, content and footer props. -- Fix esm bundle import -- Bump version -- Added new createModals method to create typesafe modals managers with support for custom modals -- BaseModal now accepts header, content and footer props -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Fix issue where onCloseComplete would not be called -- New createFormDialog function to create Zod or Yup specific FormDialogs -- ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Core** `v2.0.0` - -- Fix Card theme tokens -- Improved MenuDialog position on mobile -- Fix SnackbarPromiseOptions error type to SnackbarOptions -- ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense. -- Fixed useSnackbar return type, always returns toastId. -- Added TimeLine to core components. -- tooltipProps on NavItem no longer require children -- Fix esm bundle import -- Select now supports theming props. -- Bump version -- Export LinkProps -- Fix Divider label contrast -- Fixed issue where Sidebar would not get defaultProps from the theme. -- Added new tertiary button variant. -- Updated to Chakra UI 2.7 -- Secondary button now uses solid variant and gray colorScheme. -- Fix issue where Select context is undefined -- useSnackbar promise error option now accepts a function with err param or SnackbarOptions -- Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton -- Improve Stepper seperator position on all sizes -- Fix ContextMenu and OverflowMenu exports. -- Fixed issue where types for exports were not detected -- Renamed Loader to LoadingOverlay. -- Renamed Sidebar condensed variant to compact. -- Fix NavItem focus outline color. -- Fixed issue where colorScheme would be passed down to stepper dom element -- Add Timeline theme to theme package. -- Improve StructuredList API. -- AppShell now controls the Sidebar disclosure state. -- SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context. -- useLocalStorage now updates all hook instances on the current page when the value changed -- Removed the Divider component in favor of the Chakra UI Divider component. -- Bump version -- Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle. -- EmptyState title and description no longer use Header and Text -- Fix esm bundle filename. - -**Theme** `v2.0.0` - -- button primary, secondary and tertiary variants colorScheme can now be changed. -- Fix esm bundle import -- Fix Card theme -- Bump version -- Fix vertical stepper items not taking up the full parent width. -- Removed Divider theming. -- Fix anatomy export -- Fix Divider label contrast -- Fix issue where primary variant color would always be gray -- Added new tertiary button variant. -- Migrated from microbundle to tsup for builds -- Renamed Sidebar condensed variant to compact, minor improvements. -- Fix filled and outline color tokens -- Updated to Chakra UI 2.7 -- Secondary button now uses solid variant and gray colorScheme. -- Removed button package. -- Improve Stepper seperator position on all sizes -- Fixed issue where types for exports were not detected -- Fix solid button hover colors -- Add Timeline theme to theme package. -- Restructured packages. -- Updated Stepper theme to Chakra UI 2.6 -- Bump version -- Fix esm bundle filename. - -**Auth** `v2.0.0` - -- Auth forms can now be used standalone, to build custom solutions. -- Fix esm bundle import -- Bump version -- The default Auth User type is now less strict. -- Migrated from microbundle to tsup for builds -- Auth now support an onError handler -- Updated to Chakra UI 2.7 -- Removed button package. -- Moved Supabase and Magic auth services to separate packages. -- Restructured packages. -- Fix Auth component footer -- Bump version -- Fix esm bundle filename. - -**Command Bar** `v0.2.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Restructured packages. -- Bump version -- Update to cmdk 2.0 -- Fix esm bundle filename. - -**React Utils** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Theme Glass** `v0.4.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Fix Textarea theme -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Nprogress** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Supabase** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Moved Supabase and Magic auth services to separate packages. -- Restructured packages. -- Update Supabase client -- Bump version -- Fix esm bundle filename. - -**Palette** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Charts** `v0.8.0` - -- Fix esm bundle import -- Bump version -- Updated to Chakra UI 2.7 -- Add gradientOpacity prop. Add gradient support for Sparklines. -- Bump version - -**System** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Storybook Addon** `v1.1.0` - -- Fix esm bundle import -- Bump version -- Updated to Chakra UI 2.7 -- Bump version - -**Clerk** `v3.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Restructured packages. -- Bump version -- Update Clerk client -- Fix esm bundle filename. - -**Hooks** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated to Chakra UI 2.7 -- Removed button package. -- Restructured packages. -- useLocalStorage now updates all hook instances on the current page when the value changed -- Bump version -- Fix esm bundle filename. - -**Magic** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Updated Magic auth service to latest SDK version -- Magic auth options are now optional. -- Moved Supabase and Magic auth services to separate packages. -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Saas Ui Storybook** `v1.0.1` - -- Fix esm bundle import -- Bump version -- Bump version - -**Props Docs** `v1.8.1` - -- Fix esm bundle import -- Bump version -- Bump version - -**Test Utils** `v3.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Restructured packages. -- Bump version -- Fix esm bundle filename. - -**Website** `v2.0.0` - -- Fix esm bundle import -- Bump version -- Migrated from microbundle to tsup for builds -- Removed button package. - -**Palette Docs** `v1.3.8` - -- Migrated from microbundle to tsup for builds diff --git a/apps/website/src/pages/changelog/07-02-2022.mdx b/apps/website/src/pages/changelog/07-02-2022.mdx deleted file mode 100644 index f5306ca16..000000000 --- a/apps/website/src/pages/changelog/07-02-2022.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Jul 2, 2022 -date: 'Sat Jul 02 2022 11:10:47 GMT+0200 (Central European Summer Time)' ---- - -## 07-02-2022 - -`@saas-ui/react@1.0.1` - -- BannerContent flexDirection set to column on small screens. -- Support JSONSchema title in field resolvers -- Select field focus styles now consistent with Input fields. -- Fixed @chakra-ui/system dependency version. - -**Banner** `v1.0.1` - -- BannerContent flexDirection set to column on small screens. - -**Forms** `v1.0.1` - -- Support JSONSchema title in field resolvers -- Select field focus styles now consistent with Input fields. -- FormDialog with AutoForm now sets focus on first field by default. - -**Modals** `v1.0.1` - -- FormDialog with AutoForm now sets focus on first field by default. diff --git a/apps/website/src/pages/changelog/07-03-2022.mdx b/apps/website/src/pages/changelog/07-03-2022.mdx deleted file mode 100644 index 4c76b07a4..000000000 --- a/apps/website/src/pages/changelog/07-03-2022.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Jul 3, 2022 -date: 'Sun Jul 03 2022 11:47:32 GMT+0200 (Central European Summer Time)' ---- - -## 07-03-2022 - -**Forms** `v1.0.2` - -- fix: Fixed Hook Form 7.33 compatibility. - -**Input Right Button** `v1.0.1` - -- fix: Fixed peer dependency issue. diff --git a/apps/website/src/pages/changelog/07-08-2022.mdx b/apps/website/src/pages/changelog/07-08-2022.mdx deleted file mode 100644 index 8aa4c035f..000000000 --- a/apps/website/src/pages/changelog/07-08-2022.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Jul 8, 2022 -date: 'Fri Jul 08 2022 13:47:45 GMT+0200 (Central European Summer Time)' ---- - -## 07-08-2022 - -`@saas-ui/react@1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter by default. - -[Read more](/docs/core/theming/fonts) about settings up fonts in your theme. - -**Theme** `v1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter by default. - -**Hotkeys** `v1.0.1` - -- Removed dependency diff --git a/apps/website/src/pages/changelog/07-14-2022.mdx b/apps/website/src/pages/changelog/07-14-2022.mdx deleted file mode 100644 index 070f34dfa..000000000 --- a/apps/website/src/pages/changelog/07-14-2022.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Jul 14, 2022 -date: 'Thu Jul 14 2022 17:08:58 GMT+0200 (Central European Summer Time)' ---- - -## 07-08-2022 - -`@saas-ui/react@1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter by default. - -**Theme** `v1.1.0` - -- The Saas UI theme now uses InterVariable instead of Inter by default. - -**Hotkeys** `v1.0.1` - -- Removed dependency diff --git a/apps/website/src/pages/changelog/07-17-2022.mdx b/apps/website/src/pages/changelog/07-17-2022.mdx deleted file mode 100644 index 0c2f27de2..000000000 --- a/apps/website/src/pages/changelog/07-17-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Jul 17, 2022 -date: 'Sun Jul 17 2022 16:41:05 GMT+0200 (Central European Summer Time)' ---- - -## 07-17-2022 - -**Provider** `v1.0.2` - -- Use correct params type diff --git a/apps/website/src/pages/changelog/07-20-2023.mdx b/apps/website/src/pages/changelog/07-20-2023.mdx deleted file mode 100644 index 9288db4a1..000000000 --- a/apps/website/src/pages/changelog/07-20-2023.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Jul 20, 2023 -date: 'Thu Jul 20 2023 20:11:06 GMT+0200 (Central European Summer Time)' ---- - -## 07-20-2023 - -**Forms** `v2.0.3` - -- Fixed issue where custom StepForm field types would not propagate. diff --git a/apps/website/src/pages/changelog/07-23-2022.mdx b/apps/website/src/pages/changelog/07-23-2022.mdx deleted file mode 100644 index 153758eda..000000000 --- a/apps/website/src/pages/changelog/07-23-2022.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Jul 23, 2022 -date: 'Sat Jul 23 2022 10:37:16 GMT+0200 (Central European Summer Time)' ---- - -## 07-23-2022 - -`@saas-ui/react@1.2.0` - -- Auth forms field labels can now be customized, thanks to @nadiles. -- Make sure FormStep onSubmit does not throw an error when no promise is returned. -- Fixed a typo in the AuthForm styles provider. -- PasswordInput width now applied to the FormGroup element. - -**Auth** `v1.1.0` - -- Auth forms field labels can now be customized, thanks to @nadiles. -- Fixed a typo in the AuthForm styles provider. - -**Forms** `v1.0.3` - -- Make sure FormStep onSubmit does not throw an error when no promise is returned. - -**Password Input** `v1.0.2` - -- PasswordInput width now applied to the FormGroup element. diff --git a/apps/website/src/pages/changelog/07-24-2022.mdx b/apps/website/src/pages/changelog/07-24-2022.mdx deleted file mode 100644 index 34da183f5..000000000 --- a/apps/website/src/pages/changelog/07-24-2022.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Jul 24, 2022 -date: 'Sun Jul 24 2022 11:10:13 GMT+0200 (Central European Summer Time)' ---- - -## 07-24-2022 - -`@saas-ui/react@1.2.1` - -- Fall back to label prop in password forms - -**Auth** `v1.1.1` - -- Fall back to label prop in password forms diff --git a/apps/website/src/pages/changelog/08-04-2022.mdx b/apps/website/src/pages/changelog/08-04-2022.mdx deleted file mode 100644 index 48bc5f028..000000000 --- a/apps/website/src/pages/changelog/08-04-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Aug 4, 2022 -date: 'Thu Aug 04 2022 18:26:53 GMT+0200 (Central European Summer Time)' ---- - -## 08-04-2022 - -**Hooks** `v1.0.2` - -- useLocalStorage now returns the defaultValue if no value is available and is updated across tabs. diff --git a/apps/website/src/pages/changelog/08-06-2022.mdx b/apps/website/src/pages/changelog/08-06-2022.mdx deleted file mode 100644 index f2ef604d4..000000000 --- a/apps/website/src/pages/changelog/08-06-2022.mdx +++ /dev/null @@ -1,140 +0,0 @@ ---- -title: Aug 6, 2022 -date: 'Sat Aug 06 2022 19:45:02 GMT+0200 (Central European Summer Time)' ---- - -## 08-06-2022 - -`@saas-ui/react@1.3.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. -- Only show list item outline when it is focused with keyboard nav - -**Auth** `v1.2.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Banner** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Button** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Card** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Clerk** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Data Table** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Forms** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Hooks** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Hotkeys** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Input Right Button** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Layout** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**List** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. -- Only show list item outline when it is focused with keyboard nav - -**Menu** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Modals** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Nprogress** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Number Input** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Palette** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Password Input** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Persona** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Pin Input** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Property** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Provider** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Radio** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**React Utils** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Search Input** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Select** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Snackbar** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Stepper** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**System** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Theme** `v1.2.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Web 3** `v1.1.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. - -**Next Workspaces** `v0.3.0` - -- Fixed issue where Next.js would not resolve Chakra UI components correctly. diff --git a/apps/website/src/pages/changelog/08-07-2023.mdx b/apps/website/src/pages/changelog/08-07-2023.mdx deleted file mode 100644 index 1659c58e6..000000000 --- a/apps/website/src/pages/changelog/08-07-2023.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Aug 7, 2023 -date: 'Mon Aug 07 2023 20:26:23 GMT+0200 (Central European Summer Time)' ---- - -## 08-07-2023 - -`@saas-ui/react@2.0.6` - -- NavItem now renders an aria-current tag when the item is active. -- Export createStandAloneSnackbar from core package. -- NavItem active state is now compatible with Remix and ReactRouter NavLink - -**Theme** `v2.0.1` - -- NavItem now renders an aria-current tag when the item is active. -- NavItem active state is now compatible with Remix and ReactRouter NavLink - -**Core** `v2.0.3` - -- NavItem now renders an aria-current tag when the item is active. -- Export createStandAloneSnackbar from core package. diff --git a/apps/website/src/pages/changelog/08-12-2022.mdx b/apps/website/src/pages/changelog/08-12-2022.mdx deleted file mode 100644 index 681910d4f..000000000 --- a/apps/website/src/pages/changelog/08-12-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Aug 12, 2022 -date: 'Fri Aug 12 2022 13:37:41 GMT+0200 (Central European Summer Time)' ---- - -## 08-06-2022 - -**Card** `v1.1.1` - -- Bump card version diff --git a/apps/website/src/pages/changelog/08-20-2022.mdx b/apps/website/src/pages/changelog/08-20-2022.mdx deleted file mode 100644 index ce9147eea..000000000 --- a/apps/website/src/pages/changelog/08-20-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Aug 20, 2022 -date: 'Sat Aug 20 2022 14:05:07 GMT+0200 (Central European Summer Time)' ---- - -## 08-06-2022 - -**Card** `v1.1.1` - -- Bump card version diff --git a/apps/website/src/pages/changelog/08-26-2023.mdx b/apps/website/src/pages/changelog/08-26-2023.mdx deleted file mode 100644 index 5e6a61b3e..000000000 --- a/apps/website/src/pages/changelog/08-26-2023.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Aug 26, 2023 -date: 'Sat Aug 26 2023 10:04:36 GMT+0200 (Central European Summer Time)' ---- - -## 08-26-2023 - -`@saas-ui/react@2.1.0` - -- useHotkeys now supports a custom targetElement, eg an input -- Fixed issue where useHotkeys would not reset pressed keys - -**Hotkeys** `v2.1.0` - -- useHotkeys now supports a custom targetElement, eg an input -- Fixed issue where useHotkeys would not reset pressed keys diff --git a/apps/website/src/pages/changelog/09-08-2022.mdx b/apps/website/src/pages/changelog/09-08-2022.mdx deleted file mode 100644 index 7e72abf6a..000000000 --- a/apps/website/src/pages/changelog/09-08-2022.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Sep 8, 2022 -date: 'Thu Sep 08 2022 12:00:40 GMT+0200 (Central European Summer Time)' ---- - -## 09-08-2022 - -`@saas-ui/react@1.4.0` - -- Form now accepts a render function with form state props. -- Re-export all React Hook Form types and hooks -- New onChange prop for Form that triggers when the form state is changed. - -**Auth** `v1.3.0` -**Forms** `v1.2.0` -**Modals** `v1.2.0` diff --git a/apps/website/src/pages/changelog/09-15-2023.mdx b/apps/website/src/pages/changelog/09-15-2023.mdx deleted file mode 100644 index d544b9232..000000000 --- a/apps/website/src/pages/changelog/09-15-2023.mdx +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Sep 15, 2023 -date: 'Fri Sep 15 2023 14:56:55 GMT+0200 (Central European Summer Time)' ---- - -## 09-15-2023 - -`@saas-ui/react@2.2.0` - -- Updated to Chakra UI 2.8.0 -- Added `use client` directive for better RSC support - -**Command Bar** `v0.3.0` - -- Updated to Chakra UI 2.8.0 - -**Date Picker** `v0.11.0` - -- Updated to Chakra UI 2.8.0 -- Added Portal to DateInput and DateRangeInput pickers. - -**Theme Glass** `v0.5.0` - -- Updated to Chakra UI 2.8.0 - -**Data Table** `v4.0.0` - -- Updated to Chakra UI 2.8.0 - -**Palette** `v2.1.0` - -- Updated to Chakra UI 2.8.0 - -**Charts** `v0.10.0` - -- Updated to Chakra UI 2.8.0 - -**Modals** `v2.1.0` - -- Updated to Chakra UI 2.8.0 - -**Forms** `v2.1.0` - -- Updated to Chakra UI 2.8.0 - -**Magic** `v2.1.0` - -- Updated to Chakra UI 2.8.0 -- Updated magic client - -**Theme** `v2.1.0` - -- Updated to Chakra UI 2.8.0 - -**Core** `v2.1.0` - -- Updated to Chakra UI 2.8.0 - -**Saas Ui Storybook** `v1.1.0` - -- Updated to Chakra UI 2.8.0 - -**Props Docs** `v1.9.0` - -- Updated to Chakra UI 2.8.0 - -**Test Utils** `v3.1.0` - -- Updated to Chakra UI 2.8.0 - -**Palette Docs** `v1.4.0` - -- Updated to Chakra UI 2.8.0 - -**Website** `v2.1.0` - -- Updated to Chakra UI 2.8.0 diff --git a/apps/website/src/pages/changelog/09-17-2022.mdx b/apps/website/src/pages/changelog/09-17-2022.mdx deleted file mode 100644 index 5e223a268..000000000 --- a/apps/website/src/pages/changelog/09-17-2022.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Sep 17, 2022 -date: 'Sat Sep 17 2022 13:42:48 GMT+0200 (Central European Summer Time)' ---- - -## 09-17-2022 - -`@saas-ui/react@1.4.1` - -- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers. - -**Forms** `v1.2.1` - -- Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers. - -**App Shell** `v1.1.0` - -- Added AppShell component to core - -**Theme** `v1.3.0` - -- Added AppShell component to core -- Added Sidebar component to core - -**Collapse** `v1.1.1` - -- useCollapse can now be fully controlled - -**Sidebar** `v0.1.0` - -- Added Sidebar component to core diff --git a/apps/website/src/pages/changelog/09-18-2022.mdx b/apps/website/src/pages/changelog/09-18-2022.mdx deleted file mode 100644 index a9b895814..000000000 --- a/apps/website/src/pages/changelog/09-18-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Sep 18, 2022 -date: 'Sun Sep 18 2022 12:55:12 GMT+0200 (Central European Summer Time)' ---- - -## 09-17-2022 - -**Sidebar** `v0.1.1` - -- Forward ref to Sidebar container diff --git a/apps/website/src/pages/changelog/10-08-2022.mdx b/apps/website/src/pages/changelog/10-08-2022.mdx deleted file mode 100644 index 7f14128a3..000000000 --- a/apps/website/src/pages/changelog/10-08-2022.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Oct 8, 2022 -date: 'Sat Oct 08 2022 10:36:53 GMT+0200 (Central European Summer Time)' ---- - -## 10-08-2022 - -`@saas-ui/react@1.4.4` - -- Export all Snackbar types. (#88) -- FormStepper now supports theming props. - -**Snackbar** `v1.1.1` - -- Export all Snackbar types. (#88) - -**Forms** `v1.2.2` - -- FormStepper now supports theming props. diff --git a/apps/website/src/pages/changelog/10-20-2023.mdx b/apps/website/src/pages/changelog/10-20-2023.mdx deleted file mode 100644 index 2ee28d05a..000000000 --- a/apps/website/src/pages/changelog/10-20-2023.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Oct 20, 2023 -date: 'Fri Oct 20 2023 13:20:10 GMT+0200 (Central European Summer Time)' ---- - -## 10-20-2023 - -`@saas-ui/react@2.3.0` - -- Zod schema enum types now render a Select by default -- Fixed issue where closing large models with modals manager would flicker -- Fixed issue where Field would not infer correct onChange handler -- Fixed issue where not all StepForm data would be passed to onSubmit -- ZodForm now infers defaultValues from the schema -- FormLayout no longer renders each child in a wrapper div -- Fixed issue where placeholder would not be passed to the NumberInputField - -**Forms** `v2.2.0` - -- Zod schema enum types now render a Select by default -- Fixed issue where Field would not infer correct onChange handler -- Fixed issue where not all StepForm data would be passed to onSubmit -- ZodForm now infers defaultValues from the schema -- FormLayout no longer renders each child in a wrapper div -- Fixed issue where placeholder would not be passed to the NumberInputField - -**Modals** `v2.1.5` - -- Fixed issue where closing large models with modals manager would flicker diff --git a/apps/website/src/pages/changelog/10-22-2022.mdx b/apps/website/src/pages/changelog/10-22-2022.mdx deleted file mode 100644 index 38505d155..000000000 --- a/apps/website/src/pages/changelog/10-22-2022.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Oct 22, 2022 -date: 'Sat Oct 22 2022 14:04:30 GMT+0200 (Central European Summer Time)' ---- - -## 10-22-2022 - -**Sidebar** `v0.2.0` - -- Add new motionPreset property, sidebar animation can be disabled with motionPreset="none" - -**Theme** `v1.3.1` - -- Clean up AppShell theme diff --git a/apps/website/src/pages/changelog/11-01-2022.mdx b/apps/website/src/pages/changelog/11-01-2022.mdx deleted file mode 100644 index 556545c5d..000000000 --- a/apps/website/src/pages/changelog/11-01-2022.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Nov 1, 2022 -date: 'Tue Nov 01 2022 13:07:09 GMT+0100 (Central European Standard Time)' ---- - -## 1.5.0 - -### Minor Changes - -- 466b3ca: Updated to Chakra UI 2.3.6 diff --git a/apps/website/src/pages/changelog/11-04-2022.mdx b/apps/website/src/pages/changelog/11-04-2022.mdx deleted file mode 100644 index f3f26f0ab..000000000 --- a/apps/website/src/pages/changelog/11-04-2022.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Nov 4, 2022 -date: 'Fri Nov 04 2022 13:06:13 GMT+0100 (Central European Standard Time)' ---- - -## 11-04-2022 - -`@saas-ui/react@1.6.0` - -- Improved usePromise type signature. -- Supabase auth service updated to v2 - -**Hooks** `v1.1.2` - -- Improved usePromise type signature. - -**Auth** `v1.6.0` - -- Supabase auth service updated to v2 - -**Provider** `v1.1.4` - -- Added new route value to Router context. diff --git a/apps/website/src/pages/changelog/11-16-2022.mdx b/apps/website/src/pages/changelog/11-16-2022.mdx deleted file mode 100644 index 88db86b20..000000000 --- a/apps/website/src/pages/changelog/11-16-2022.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Nov 16, 2022 -date: 'Wed Nov 16 2022 21:12:55 GMT+0100 (Central European Standard Time)' ---- - -## 11-16-2022 - -`@saas-ui/react@1.6.2` - -- Fixed issue where PersonaAvatar would throw an error when unsupported presence value is passed. - -**Persona** `v1.2.1` - -- Fixed issue where PersonaAvatar would throw an error when unsupported presence value is passed. - -**Sidebar** `v0.4.0` - -- Cleaned up NavItem theme. -- Added classNames to all NavItem components. - -**Theme** `v1.5.0` - -- Cleaned up NavItem theme. -- Improved Tooltip styles for Saas UI theme. diff --git a/apps/website/src/pages/changelog/11-23-2022.mdx b/apps/website/src/pages/changelog/11-23-2022.mdx deleted file mode 100644 index 4b4755cc8..000000000 --- a/apps/website/src/pages/changelog/11-23-2022.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Nov 23, 2022 -date: 'Wed Nov 23 2022 10:06:43 GMT+0100 (Central European Standard Time)' ---- - -## 11-23-2022 - -**React Utils** `v1.1.2` - -- useResponsive value now uses correct fallback value. - -**Theme** `v1.6.1` - -- Improved Sidebar theme added toggle and toggleWrapper parts. - -**Sidebar** `v0.5.4` - -- Improved toggle button rendering and behavior with ssr / mobile screens. diff --git a/apps/website/src/pages/changelog/11-24-2023.mdx b/apps/website/src/pages/changelog/11-24-2023.mdx deleted file mode 100644 index 68c5b27f6..000000000 --- a/apps/website/src/pages/changelog/11-24-2023.mdx +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Nov 24, 2023 -date: 'Fri Nov 24 2023 13:34:09 GMT+0100 (Central European Standard Time)' ---- - -## 11-23-2023 - -`@saas-ui/react@2.4.0` - -- Added new Navbar component 🥳 -- Fixed issue where width would not be applied to the SearchInput container element -- Added new IconBadge component -- Fixed SearchInput reset when uncontrolled -- Removed all Component.defaultProps definitions -- Fixed theme incompatibility with Chakra UI 2.8 - -**Theme** `v2.2.0` - -- Added new Navbar component 🥳 -- Added new IconBadge component -- Fixed theme incompatibility with Chakra UI 2.8 - -**Core** `v2.2.0` - -- Added new Navbar component 🥳 -- Fixed issue where width would not be applied to the SearchInput container element -- Added new IconBadge component -- Fixed SearchInput reset when uncontrolled -- Removed all Component.defaultProps definitions -- Fixed theme incompatibility with Chakra UI 2.8 - -**Forms** `v2.3.0` - -- Added new onToggle prop to DisplayIf -- Removed all Component.defaultProps definitions - -**Auth** `v2.2.0` - -- Removed all Component.defaultProps definitions diff --git a/apps/website/src/pages/changelog/12-01-2023.mdx b/apps/website/src/pages/changelog/12-01-2023.mdx deleted file mode 100644 index 254685e2c..000000000 --- a/apps/website/src/pages/changelog/12-01-2023.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Dec 1, 2023 -date: 'Fri Dec 01 2023 17:34:41 GMT+0100 (Central European Standard Time)' ---- - -## 12-01-2023 - -`@saas-ui/react@2.4.3` - -- Fixed issue where SubmitButton would not properties from form fields prop -- Fixed NavLink line height - -**Auth** `v2.3.0` - -- Fixed redirect property for oauth providers and add support for scopes - -**Forms** `v2.3.3` - -- Fixed issue where SubmitButton would not properties from form fields prop - -**Core** `v2.2.3` - -- Fixed prop types of OverflowMenu - -**Supabase** `v2.1.1` - -- Added support for scopes - -**Theme** `v2.2.2` - -- Fixed NavLink line height diff --git a/apps/website/src/pages/changelog/12-02-2022.mdx b/apps/website/src/pages/changelog/12-02-2022.mdx deleted file mode 100644 index 62d8e0c66..000000000 --- a/apps/website/src/pages/changelog/12-02-2022.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Dec 2, 2022 -date: 'Fri Dec 02 2022 15:46:36 GMT+0100 (Central European Standard Time)' ---- - -## 12-02-2022 - -**Theme** `v1.6.2` - -- Moved NavItem font color to root of the theme. - -**Sidebar** `v0.6.0` - -- Do not render tooltip for regular sidebar items, unless the tooltip prop is added. -- Fixed toggle button spacing. - -**Auth** `v1.6.2` - -- Now possible to set default options for Supabase authentication methods. Thanks to @KeKs0r diff --git a/apps/website/src/pages/changelog/12-06-2023.mdx b/apps/website/src/pages/changelog/12-06-2023.mdx deleted file mode 100644 index 588565f44..000000000 --- a/apps/website/src/pages/changelog/12-06-2023.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Dec 6, 2023 -date: 'Wed Dec 06 2023 19:22:54 GMT+0100 (Central European Standard Time)' ---- - -## 12-06-2023 - -`@saas-ui/react@2.4.4` - -- Improved IconBadge sizing - -**Date Picker** `v0.12.11` - -- Updated React Aria deps - -**Modals** `v2.1.11` - -- Fixed issue where modals manager would throw an error when opening multiple modals. - -**Theme** `v2.2.3` - -- Improved IconBadge sizing diff --git a/apps/website/src/pages/changelog/12-09-2022.mdx b/apps/website/src/pages/changelog/12-09-2022.mdx deleted file mode 100644 index 2e08350d4..000000000 --- a/apps/website/src/pages/changelog/12-09-2022.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Dec 9, 2022 -date: 'Fri Dec 09 2022 11:45:13 GMT+0100 (Central European Standard Time)' ---- - -## 12-09-2022 - -**Date Picker** `v0.7.3` - -- Allow null values, fixes uncontrolled to controlled warnings and allows for resetting the field values. - -**Auth** `v1.6.3` - -- Allow sign-up with otp diff --git a/apps/website/src/pages/changelog/12-23-2023.mdx b/apps/website/src/pages/changelog/12-23-2023.mdx deleted file mode 100644 index 3ce3d8781..000000000 --- a/apps/website/src/pages/changelog/12-23-2023.mdx +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: Dec 23, 2023 -date: 'Sat Dec 23 2023 13:55:50 GMT+0100 (Central European Standard Time)' ---- - -## 12-23-2023 - -`@saas-ui/react@2.5.0` - -- Fixed issue where variant would not be passed to SearchInput -- Improved Navbar inner padding on small screens -- Added new left-accent variant to the NavItem theme -- Added new neutral color scheme to Button theme -- Updated NavGroup to no longer be collapsible by default -- Fixed issue where SidebarToggleButton style props would not have any effect -- Improved timeline behavior so it scales automatically with the icon and ocontent size used. -- Added data-state attribute to SidebarToggleButton -- Added ghost variant to the Badge theme -- NavItem href prop no longer has # as default - -**Core** `v2.3.0` - -- Fixed issue where variant would not be passed to SearchInput -- Improved Navbar inner padding on small screens -- Added new left-accent variant to the NavItem theme -- Updated NavGroup to no longer be collapsible by default -- Fixed issue where SidebarToggleButton style props would not have any effect -- Export SaasProviderProps -- Improved timeline behavior so it scales automatically with the icon and ocontent size used. -- Added data-state attribute to SidebarToggleButton -- NavItem href prop no longer has # as default - -**Auth** `v2.4.0` - -- Fixed issue where auth state would not update correctly -- Improved consistency of styles - -**Theme** `v2.3.0` - -- Improved Navbar inner padding on small screens -- Added new left-accent variant to the NavItem theme -- Added new neutral color scheme to Button theme -- Updated NavGroup to no longer be collapsible by default -- Improved timeline behavior so it scales automatically with the icon and ocontent size used. -- Added ghost variant to the Badge theme - -**Theme Glass** `v0.5.2` - -- Improved glass theme input to use css variables -- Added neutral color scheme support for buttons - -**File Upload** `v0.2.0` - -- Add getRootNode prop to support shadowdom and frames - -**Clerk** `v3.0.21` - -- Updated clerk provider types diff --git a/apps/website/src/pages/changelog/[...slug].tsx b/apps/website/src/pages/changelog/[...slug].tsx deleted file mode 100644 index d5860b000..000000000 --- a/apps/website/src/pages/changelog/[...slug].tsx +++ /dev/null @@ -1,40 +0,0 @@ -import { allChangelogs, Changelog } from '.contentlayer/generated' -import { MDXComponents } from '@/docs/components/mdx-components' -import Layout from 'src/layouts' -import { GetStaticPaths, GetStaticProps } from 'next' -import { useMDXComponent } from '@/hooks/next-contentlayer' -import React from 'react' - -export default function Page({ doc }: { doc: Changelog }) { - const Component = useMDXComponent(doc.body.code) - - return ( - - - - ) -} - -export const getStaticPaths: GetStaticPaths = async () => { - const docs = allChangelogs - .map((t: Changelog) => t._raw.flattenedPath.replace('changelog/', '')) - .map((id: string) => ({ params: { slug: id.split('/') } })) - return { paths: docs, fallback: false } -} - -export const getStaticProps: GetStaticProps = async (ctx) => { - const params = - (Array.isArray(ctx.params?.slug) ? ctx.params?.slug : [ctx.params?.slug]) ?? - [] - const doc = allChangelogs.find((doc: Changelog) => - doc._id.endsWith(`${params.join('/')}.mdx`) - ) - - return { - props: { - header: { position: 'sticky', borderBottomWidth: '1px' }, - footer: false, - doc, - }, - } -} diff --git a/apps/website/src/pages/redeem.tsx b/apps/website/src/pages/redeem.tsx index 1604daa9d..7a510c382 100644 --- a/apps/website/src/pages/redeem.tsx +++ b/apps/website/src/pages/redeem.tsx @@ -45,11 +45,10 @@ const Redeem = () => { : 'You can find your license key in the purchase confirmation e-mail.'} - - After activating you will get access to our private Github - repository, -
- blocks and private Discord channels where you can get support. + + After activating you will be invited to our GitHub organization and + get access to the private repositories and Discord channels where + you can get support. diff --git a/packages/saas-ui-core/src/banner/banner.tsx b/packages/saas-ui-core/src/banner/banner.tsx index cea1a98c7..24ef8658c 100644 --- a/packages/saas-ui-core/src/banner/banner.tsx +++ b/packages/saas-ui-core/src/banner/banner.tsx @@ -12,7 +12,6 @@ import { useMultiStyleConfig, HTMLChakraProps, createStylesContext, - ComponentWithAs, Icon, } from '@chakra-ui/react' import { callAllHandlers, cx } from '@chakra-ui/utils'