Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove MarkdownEditor and MarkdownViewer #4782

Merged
merged 6 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
refactor: remove MarkdownEditor and MarkdownViewer
  • Loading branch information
joshblack committed Jul 26, 2024
commit 840b9eb49d71ca739bc58efc84a6c5bca00faf5c
5 changes: 5 additions & 0 deletions .changeset/nasty-apricots-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': major
---

Remove the MarkdownEditor and MarkdownViewer components from Primer React
157 changes: 0 additions & 157 deletions docs/content/drafts/MarkdownEditor.mdx

This file was deleted.

103 changes: 0 additions & 103 deletions docs/content/drafts/MarkdownViewer.mdx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/react/src/__tests__/__snapshots__/exports.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -267,29 +267,18 @@ exports[`@primer/react/drafts should not update exports without a semver change
"type DataTableProps",
"default",
"default",
"default",
"Dialog",
"type DialogButtonProps",
"type DialogHeaderProps",
"type DialogHeight",
"type DialogProps",
"type DialogWidth",
"type Emoji",
"type FileType",
"type FileUploadResult",
"Hidden",
"type HiddenProps",
"InlineAutocomplete",
"type InlineAutocompleteProps",
"InlineMessage",
"type InlineMessageProps",
"type InteractiveMarkdownViewerProps",
"MarkdownEditor",
"type MarkdownEditorHandle",
"type MarkdownEditorProps",
"MarkdownViewer",
"type MarkdownViewerProps",
"type Mentionable",
"type NavigationProps",
"NavList",
"type NavListDividerProps",
Expand All @@ -302,8 +291,6 @@ exports[`@primer/react/drafts should not update exports without a semver change
"PageHeader",
"type PageHeaderProps",
"type ParentLinkProps",
"type Reference",
"type SavedReply",
"ScrollableRegion",
"type ScrollableRegionProps",
"SelectPanel",
Expand Down Expand Up @@ -381,31 +368,20 @@ exports[`@primer/react/experimental should not update exports without a semver c
"type DataTableProps",
"default",
"default",
"default",
"Dialog",
"type DialogButtonProps",
"type DialogHeaderProps",
"type DialogHeight",
"type DialogProps",
"type DialogWidth",
"type Emoji",
"FeatureFlags",
"type FeatureFlagsProps",
"type FileType",
"type FileUploadResult",
"Hidden",
"type HiddenProps",
"InlineAutocomplete",
"type InlineAutocompleteProps",
"InlineMessage",
"type InlineMessageProps",
"type InteractiveMarkdownViewerProps",
"MarkdownEditor",
"type MarkdownEditorHandle",
"type MarkdownEditorProps",
"MarkdownViewer",
"type MarkdownViewerProps",
"type Mentionable",
"type NavigationProps",
"NavList",
"type NavListDividerProps",
Expand All @@ -418,8 +394,6 @@ exports[`@primer/react/experimental should not update exports without a semver c
"PageHeader",
"type PageHeaderProps",
"type ParentLinkProps",
"type Reference",
"type SavedReply",
"ScrollableRegion",
"type ScrollableRegionProps",
"SelectPanel",
Expand Down
Loading
Loading