Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent fb9fdf2 commit f3bbfe1
Show file tree
Hide file tree
Showing 40 changed files with 354 additions and 189 deletions.
19 changes: 0 additions & 19 deletions .changeset/bright-masks-love.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-sloths-jog.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/early-sloths-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-bugs-sparkle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/friendly-plants-check.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fuzzy-terms-relax.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/large-cows-explain.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lovely-rivers-kiss.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/polite-plants-deliver.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-meals-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-tables-prove.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sweet-toys-shop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thick-masks-compete.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-needles-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-elephants-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-ducks-battle.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/warm-worms-obey.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wet-parents-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-brooms-talk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-lies-bake.md

This file was deleted.

20 changes: 20 additions & 0 deletions config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @marigold/storybook-config

## 1.1.50

### Patch Changes

- Updated dependencies [caefbe4]
- Updated dependencies [2d9917f]
- Updated dependencies [7ea3838]
- Updated dependencies [2babc0b]
- Updated dependencies [f18c8aa]
- Updated dependencies [d5386e4]
- Updated dependencies [5c029ec]
- Updated dependencies [b8cd92a]
- Updated dependencies [45fb3c4]
- Updated dependencies [f6a132c]
- Updated dependencies [956982a]
- Updated dependencies [df04623]
- @marigold/components@10.0.0
- @marigold/theme-b2b@28.0.0
- @marigold/theme-core@27.0.0

## 1.1.49

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/storybook-config",
"description": "Marigold's storybook configuration",
"version": "1.1.49",
"version": "1.1.50",
"license": "MIT",
"exports": "./main.js",
"keywords": [
Expand Down
84 changes: 84 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,89 @@
# @marigold/docs

## 10.0.0

### Patch Changes

- caefbe4: refa(listbox): Allow sections in `<Combobox>` and `<Autocomplete>`, adjust Section API in `<Select>`, `<Combobox>` and `<Autocomplete>`.

- Added the possibility to use sections with `<Combobox>` and `<Autocomplete>`
- Refactored the `<Section>` (from `<Listbox>`) to fit our API, no need for the extra `<Header>` anymore. Instead you can do `<Select.Section header="My header">`, same for the other components
- Renamed `<Item>` to `<Option>` in `<Combobox>` and `<Autocomplete>` to align with `<Select>`
- Updated the docs for `<Select>`, `<Combobox>` and `<Autocomplete>`
- Updated Storybook for `<Select>`, `<Combobox>` and `<Autocomplete>` with section stories
- Renamed the part of the `<ListBox>` accordingly (from `sectionTitle` to `header`)

**BREAKING CHANGE:** We changed the API of the `<Section>` component that is used in `<Select>`, `<Combobox>` and `<Autocomplete>`. It is no longer necessary to add a `Header` within the `<Section>`.

Use the newly added `header` prop instead. Additionally, to unify the APIs all choices of `<Select>`, `<Combobox>` and `<Autocomplete>` are now called `<Option>` instead of `<Item>`.

- 4818227: docs([DST-570]): Added "Release" pages to our documentation

We now create for each changelog a page on our documentation, it is also possible to create release blog posts.
With these pages we improve communication, enhance user experience, and ensure all users have easy access to the latest updates in one central location.

- f18c8aa: [DST-494]: add loading states pattern

[DST-494]: added prop `mode`to the `<XLoader />` to support inline and full-section loading

- e83566d: docs: remove examples from checkbox page and add guidline section

- removed the examples section
- add a guidline about the difference between a checkbox and a switch
- site clean up

- 9ff555b: docs: add landing page to the site
- 380704d: docs[DST-519]: Clean up Marigold Docs/ Improve Navigation

- deleted old files (scripts, about , release)
- updated some faqs
- improved the navigation structure
- added overview pages
- improved folder structure in code (a bit)
- adjust some links

- b8cd92a: feat: `CheckboxGroup` can now be used as a compound component

- Refactored the `CheckboxGroup` to be a compound component and align it with other components: `<CheckboxGroup>` -> `<Checkbox.Group>`
- Adjusted the Checkbox appearance demo a bit

- a582035: docs: Update the `MarigoldProvider` page

Updated the MarigoldProvider page according to our new page layout and information.

- fab9442: docs(Combobox): add info that section headers are not included wehen filtering
- 45fb3c4: chore(deps): update react-aria to 1.4
- f6a132c: docs([DST-582]): revise `<SectionMessage>` page according to new component page structure
feat(components): add close button on `<SectionMessage>`

Revised the `<SectionMessage>` documentation page to our new layout of component pages. And added a close button to allow the user to dismiss the `<SectionMessage>` this is now aligned with our feedback message pattern.

- f85bb04: docs: Apply root styles to overlay portal so they are displayed correctly.

Overlay components (e.g. `<Dialog>` did not display correctly in the docs.

- Updated dependencies [caefbe4]
- Updated dependencies [165e184]
- Updated dependencies [2d9917f]
- Updated dependencies [7ea3838]
- Updated dependencies [2babc0b]
- Updated dependencies [f18c8aa]
- Updated dependencies [d5386e4]
- Updated dependencies [5c029ec]
- Updated dependencies [9ff555b]
- Updated dependencies [b8cd92a]
- Updated dependencies [45fb3c4]
- Updated dependencies [f6a132c]
- Updated dependencies [956982a]
- Updated dependencies [df04623]
- @marigold/components@10.0.0
- @marigold/system@10.0.0
- @marigold/theme-b2b@28.0.0
- @marigold/theme-docs@2.1.2
- @marigold/theme-core@27.0.0
- @marigold/icons@1.2.58
- @marigold/theme-preset@1.3.23

## 9.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/docs",
"version": "9.0.2",
"version": "10.0.0",
"private": true,
"scripts": {
"dev": "pnpm registry && next dev",
Expand Down
Loading

0 comments on commit f3bbfe1

Please sign in to comment.