Shahed Nasser
4bf0dac97d
docs: update next and react ( #14288 )
2025-12-12 09:55:13 +02:00
github-actions[bot]
dbc592cd80
chore(docs): Generated + Updated UI Reference (automated) ( #14285 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-12-11 16:40:35 +02:00
github-actions[bot]
a00bba5cfc
chore(docs): Updated UI Reference (automated) ( #14212 )
...
* chore(docs): Generated + Updated UI Reference (automated)
* install deps
---------
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-12-04 15:05:10 +02:00
Shahed Nasser
a33ef1e4d9
docs: update Next.js + React ( #14210 )
2025-12-04 11:50:25 +02:00
Shahed Nasser
00052b9e50
docs: track code copy + AI assistant event ( #14193 )
...
* docs: track code copy + AI assistant event
* add pathname to callback
2025-12-02 17:24:31 +02:00
github-actions[bot]
aba10608ae
chore(docs): Updated UI Reference (automated) ( #14181 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
---
> [!NOTE]
> Bumps Medusa UI-related dependencies across apps/packages and updates DatePicker prop type metadata in UI specs.
>
> - **Dependencies**:
> - Upgrade `@medusajs/icons` to `2.12.0` across apps/packages.
> - Upgrade `@medusajs/ui` to `4.0.28` in `apps/api-reference`, `apps/ui`, and `packages/docs-ui`.
> - Upgrade `@medusajs/ui-preset` to `2.12.0` in `apps/ui` and `packages/tailwind`.
> - Update `yarn.lock` accordingly.
> - **UI Reference**:
> - Update `DatePicker` prop type metadata for `onBlur`, `onFocus`, `onKeyDown`, and `onKeyUp` in `apps/ui/specs/components/DatePicker/DatePicker.json`.
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot ) for commit 222e08dc7d3aa920103aa9b35c50207dca4dd32f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot ).</sup>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-12-02 06:52:50 +00:00
Adrien de Peretti
9d1f09ac7b
chore(): Update posthog ( #14144 )
...
* chore(): Update posthog
* chore(): Update posthog
2025-11-27 13:24:15 +01:00
Shahed Nasser
dc6f253d31
docs: add JSON-LD schemas to docs ( #14007 )
2025-11-07 14:43:50 +02:00
github-actions[bot]
423b6d94dc
chore(docs): Updated UI Reference (automated) ( #13968 )
...
* chore(docs): Generated + Updated UI Reference (automated)
* fix react-docs-generator not resolving external types
* sort undefined
---------
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-11-05 18:00:46 +02:00
Shahed Nasser
32f9c15b1b
docs: refactor analytics + remove segment ( #13954 )
...
* docs: refactor analytics + remove segment
* small refactor of condition
2025-11-04 14:53:56 +02:00
github-actions[bot]
d9bd5b867b
chore(docs): Generated + Updated UI Reference (automated) ( #13920 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-10-31 12:33:13 +02:00
Shahed Nasser
0da22a8a13
docs: fix rewrites for markdown and plain content ( #13916 )
2025-10-31 08:54:51 +02:00
Shahed Nasser
b1b6960147
docs: serve markdown to agents ( #13915 )
2025-10-30 17:59:22 +02:00
github-actions[bot]
340d826e72
chore(docs): Generated + Updated UI Reference (automated) ( #13856 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-10-27 08:53:05 +02:00
Shahed Nasser
7c31276f98
docs: show possible similar pages on 404 page ( #13840 )
...
* docs: show possible similar pages on 404 page
* fix 404 page in api reference
2025-10-24 10:00:38 +03:00
Shahed Nasser
012e30801e
docs: add error page ( #13839 )
2025-10-23 18:10:42 +03:00
github-actions[bot]
1d63ed8ce9
chore(docs): Generated + Updated UI Reference (automated) ( #13792 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-10-21 11:56:58 +03:00
Shahed Nasser
80371a4344
docs: fix client error in UI docs ( #13686 )
2025-10-03 21:42:09 +03:00
Shahed Nasser
6ea97443de
docs: improved analytics and tracking ( #13671 )
...
* docs: improved analytics and tracking
* remove detailed feedback component
* remove ignore build script for api reference
* improvements
* fix pathname
2025-10-03 13:33:48 +03:00
Shahed Nasser
762cd445e0
docs: setup PostHog ( #13659 )
2025-10-02 14:45:10 +03:00
Shahed Nasser
cbfe0a4e95
docs: improve docs contribution guidelines ( #13605 )
...
* docs: improve docs contribution guidelines
* fix build error
* fix build errors
* fix build
* fix build
2025-09-26 16:18:35 +03:00
Shahed Nasser
bcc30ccc39
docs: fix @medusajs/ui version in docs ( #13577 )
2025-09-23 09:29:57 +03:00
Adrien de Peretti
12a96a7c70
chore(): Move peer deps into a single package and re export from framework ( #13439 )
...
* chore(): Move peer deps into a single package and re export from framework
* WIP
* update core packages
* update cli and deps
* update medusa
* update exports path
* remove analyze
* update modules deps
* finalise changes
* fix yarn
* fix import
* Refactor peer dependencies into a single package
Consolidate peer dependencies into one package and re-export from the framework.
* update changeset
* Update .changeset/brown-cows-sleep.md
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
* rm deps
* fix deps
* increase timeout
* upgrade version
* update versions
* update versions
* fixes
* update lock
* fix missing import
* fix missing import
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-09-22 18:36:22 +02:00
github-actions[bot]
6866ba963d
chore(docs): Generated + Updated UI Reference (automated) ( #13542 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-09-18 19:22:09 +02:00
github-actions[bot]
fcbb1008bf
chore(docs): Generated + Updated UI Reference (automated) ( #13491 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-09-12 16:07:27 +02:00
Shahed Nasser
f8d8eeace1
docs: added a section on figma mcp + workflows diagram fix ( #13367 )
2025-09-01 18:45:23 +03:00
github-actions[bot]
9069e9279e
chore(docs): Generated + Updated UI Reference (automated) ( #13339 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-08-29 08:33:34 +03:00
Shahed Nasser
be9b2930fd
docs: update UI docs ( #13333 )
2025-08-28 20:58:27 +03:00
Shahed Nasser
d510639193
docs: docs for next release ( #13303 )
...
* added draft order plugin docs
* fix vale error
* added note about draft order being optional
* add new shipping option - shipping method link
* update user guides
* generate
* fix github icon
* changes to shipping option type
* document logger
* reorder list
* fixes
* fixes
2025-08-28 18:49:07 +03:00
Shahed Nasser
69d22213f4
docs: add missing props to UI components ( #13247 )
2025-08-20 12:36:57 +03:00
Shahed Nasser
d1a1135328
docs: migrate UI docs ( #13245 )
...
* docs: create a new UI docs project (#13233 )
* docs: create a new UI docs project
* fix installation errors
* docs: migrate UI docs content to new project (#13241 )
* Fix content
* added examples for some components
* finish adding examples
* lint fix
* fix build errors
* delete empty files
* path fixes + refactor
* fix build error
2025-08-20 11:42:25 +03:00
Shahed Nasser
3fb0f9613d
docs: optimize script to ignore builds ( #13232 )
2025-08-18 10:29:32 +03:00
github-actions[bot]
f0f3847f27
chore(docs): Generated + Updated UI Reference (automated) ( #13205 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-08-14 18:32:53 +03:00
Shahed Nasser
96f4ed90ad
docs: integrate reo.dev ( #13192 )
2025-08-13 11:53:01 +03:00
Shahed Nasser
b37a87c355
docs: fix code block titles not showing in UI docs ( #13119 )
2025-08-01 13:30:46 +03:00
Shahed Nasser
54d9edc1ab
docs: improve instructions to install Medusa UI in standalone projects ( #13104 )
2025-07-31 16:04:20 +03:00
Shahed Nasser
a6c1329da2
docs: added examples to DatePicker component ( #13054 )
2025-07-25 18:58:19 +03:00
github-actions[bot]
3921c86e19
chore(docs): Generated + Updated UI Reference (automated) ( #13026 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-07-24 12:45:10 +03:00
Shahed Nasser
8da6855fa0
docs: update next.js to 15.3.5 ( #12952 )
2025-07-14 16:50:51 +03:00
github-actions[bot]
e153ef491d
chore(docs): Generated + Updated UI Reference (automated) ( #12941 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-07-14 13:35:41 +03:00
github-actions[bot]
441334abf4
chore(docs): Generated + Updated UI Reference (automated) ( #12823 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-06-25 15:13:53 +03:00
Shahed Nasser
ab21ac57ca
docs: use Kapa React SDK ( #12792 )
2025-06-20 18:24:14 +03:00
github-actions[bot]
e4f791ac84
chore(docs): Generated + Updated UI Reference (automated) ( #12671 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-06-10 09:31:13 +03:00
Shahed Nasser
009d00f27d
docs: redesign table of content ( #12647 )
...
* implement toc
* added to projects
* fixes and adapt for references
* added product frontmatter
* remove action menu from 404 pages
2025-05-30 16:55:36 +03:00
Shahed Nasser
9b3218885c
docs: redesign search ( #12628 )
...
* docs: redesign search
* add shadow in dark mode
2025-05-28 10:01:04 +03:00
github-actions[bot]
1e7ce4af10
chore(docs): Generated + Updated UI Reference (automated) ( #12579 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-05-22 16:55:33 +03:00
github-actions[bot]
251a063a2f
chore(docs): Generated + Updated UI Reference (automated) ( #12510 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-05-16 13:20:54 +03:00
github-actions[bot]
d3d138bad3
chore(docs): Generated + Updated UI Reference (automated) ( #12491 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2025-05-15 11:27:28 +03:00
github-actions[bot]
a4ffc0b2ee
chore(docs): Generated + Updated UI Reference (automated) ( #12459 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2025-05-13 16:10:08 +03:00
Shahed Nasser
c2914f2ebd
chore: update Medusa UI packages in docs on new release ( #12415 )
2025-05-08 18:01:45 +03:00