-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,45 @@ | ||
# design-system | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
||
- f3a1427: Update @lighting-beetle/next-lighter-config to ESM | ||
- 0f2e580: Add Table component from project | ||
- 263e969: Replaced Card component with Card from project and setup jest-axe for tests | ||
- bc2a839: Move to Yarn 3 workspaces to enable independed builds | ||
- aa55eba: Add FileUploader component from project | ||
- d915717: Add Modal component from projects | ||
|
||
### Patch Changes | ||
|
||
- 9fb1016: fix TS issues | ||
- 8e10f47: - add Slider, Pagination component | ||
- add example of usage of tables with fetch data & filters | ||
- provide next/router access to design-system .mdx pages | ||
- fix in PropsTable | ||
- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function | ||
- Updated dependencies [9faecce] | ||
- Updated dependencies [9427cfb] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [0f2e580] | ||
- Updated dependencies [263e969] | ||
- Updated dependencies [bc2a839] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [aa55eba] | ||
- Updated dependencies [9fb1016] | ||
- Updated dependencies [d915717] | ||
- Updated dependencies [9e1aa80] | ||
- Updated dependencies [31637e9] | ||
- Updated dependencies [8f04d19] | ||
- Updated dependencies [8e10f47] | ||
- Updated dependencies [9e1aa80] | ||
- @lighting-beetle/next-lighter-config@1.0.0 | ||
- [email protected] | ||
- @lighting-beetle/lighter-styleguide@6.0.0 | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 995a39f: Display component props documentation in Design System page with `<PropsTable />` | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,41 @@ | ||
# example-forms | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 9427cfb: - Remove `react-hook-form` from UI components | ||
- Replace `messages` prop on form elements in favor of `error` to streamline integration with `react-hook-form` | ||
- Improve contact form handling (validation, error handling) | ||
- Improve documentation of form code | ||
- Improve documentation of `example-forms` with examples from our work | ||
- f3a1427: Update @lighting-beetle/next-lighter-config to ESM | ||
|
||
### Patch Changes | ||
|
||
- 9faecce: - add support for rendering .md files with next-lighter-config | ||
- add links to code in example-forms docs | ||
- 9fb1016: fix TS issues | ||
- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function | ||
- Updated dependencies [9faecce] | ||
- Updated dependencies [9427cfb] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [0f2e580] | ||
- Updated dependencies [263e969] | ||
- Updated dependencies [bc2a839] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [aa55eba] | ||
- Updated dependencies [9fb1016] | ||
- Updated dependencies [d915717] | ||
- Updated dependencies [9e1aa80] | ||
- Updated dependencies [8f04d19] | ||
- Updated dependencies [8e10f47] | ||
- Updated dependencies [9e1aa80] | ||
- @lighting-beetle/next-lighter-config@1.0.0 | ||
- [email protected] | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- 507c2a3: add example with forms | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# example-strapi | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 86bf2b5: Migrate example-strapi to GraphQL | ||
- 1525217: Add example of Strapi CMS integration with Next.js | ||
- 8f04d19: - Host Strapi on Render.com in production | ||
- Polish example | ||
- 86bf2b5: Add Preview mode for articles |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# strapi-backend | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 1525217: Add example of Strapi CMS integration with Next.js | ||
- 8f04d19: - Host Strapi on Render.com in production | ||
- Polish example | ||
- 86bf2b5: Add Preview mode for articles |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# strapi-frontend | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 86bf2b5: Migrate example-strapi to GraphQL | ||
- 1525217: Add example of Strapi CMS integration with Next.js | ||
- 8f04d19: - Host Strapi on Render.com in production | ||
- Polish example | ||
- 86bf2b5: Add Preview mode for articles | ||
|
||
### Patch Changes | ||
|
||
- 9e1aa80: Replace `next-compose-plugins` with `createConfig` function | ||
- Updated dependencies [9faecce] | ||
- Updated dependencies [9427cfb] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [0f2e580] | ||
- Updated dependencies [263e969] | ||
- Updated dependencies [bc2a839] | ||
- Updated dependencies [f3a1427] | ||
- Updated dependencies [aa55eba] | ||
- Updated dependencies [9fb1016] | ||
- Updated dependencies [d915717] | ||
- Updated dependencies [9e1aa80] | ||
- Updated dependencies [8f04d19] | ||
- Updated dependencies [8e10f47] | ||
- Updated dependencies [9e1aa80] | ||
- @lighting-beetle/next-lighter-config@1.0.0 | ||
- [email protected] |