Commit ad14a40
Next major (#1910)
* prepare integration branch
* Move deprecated components to deprecated folder (#1881)
* prepare integration branch
* Move deprecated components to deprecated folder
* Add subpath exports for deprecated
* Fix up the docs
* Remove dialog and formgroup components
* Fix up all the tests
* Create smooth-cameras-prove.md
Co-authored-by: Reza Rahman <[email protected]>
* Prefix component with types exported from ActionList2 and ActionMenu2 (#1883)
* prefix component name to types
* add changeset
* Update .changeset/actionlist2-actionmenu2-prefix-types.md
Co-authored-by: Cole Bemis <[email protected]>
Co-authored-by: Cole Bemis <[email protected]>
* Export PageLayout from main bundle (#1882)
* Export PageLayout from main bundle
* Create odd-apes-guess.md
* Add PageLayout to sidenav
* Update .changeset/odd-apes-guess.md
Co-authored-by: Rez <[email protected]>
* Update PageLayout docs
Co-authored-by: Rez <[email protected]>
* Update release notes and add deprecation notices for SelectMenu and Dropdown (#1887)
* chore: add deprecation notices for SelectMenu and Dropdown
* fix: deprecated metadata scope in docs
* docs: update release notes for Flex and BorderBox
* docs: update release notes for Position
* chore: add deprecated scope to jsx snippets
* chore: add release notes for Dropdown deprecation
* chore: add Grid release notes
* update release notes
* Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#1895)
* Deprecate ActionList v1
* Promote drafts/ActionList2 to main/ActionList
* Add changelog
* Undo package-lock change
* update ActionList import for Menu2 docs
* Deprecate ActionMenu - part 1
* Deprecate ActionMenu - part 2
* Promote drafts/ActionMenu2 to main/ActionMenu
* Add changelog
* Add @deprecated on deprecated/ActionMenu
* docs fixed!
* Revert "Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#1895)" (#1896)
This reverts commit f366604.
* Deprecate ActionList v1 & Promote drafts/ActionList v2 (#1893)
* Deprecate ActionList v1
* Promote drafts/ActionList2 to main/ActionList
* Add changelog
* Undo package-lock change
* update ActionList import for Menu2 docs
* changelog oopsie
* fix docs copy
* Add @deprecated on deprecated/ActionList
* oopsie on the link
* PR feedback on deprecation message
* Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#1897)
* Deprecate ActionList v1
* Promote drafts/ActionList2 to main/ActionList
* Add changelog
* Undo package-lock change
* update ActionList import for Menu2 docs
* Deprecate ActionMenu - part 1
* Deprecate ActionMenu - part 2
* Promote drafts/ActionMenu2 to main/ActionMenu
* Add changelog
* Add @deprecated on deprecated/ActionMenu
* docs fixed!
* reorder deprecated components alphabetically
* Update deprecation message
* Fix missing icon that only broke on this PR for some reason
* Deprecate DropdownMenu v1 + Remove DropdownMenu v2 (#1898)
* Deprecate ActionList v1
* Promote drafts/ActionList2 to main/ActionList
* Add changelog
* Undo package-lock change
* update ActionList import for Menu2 docs
* Deprecate ActionMenu - part 1
* Deprecate ActionMenu - part 2
* Promote drafts/ActionMenu2 to main/ActionMenu
* Add changelog
* Add @deprecated on deprecated/ActionMenu
* docs fixed!
* reorder deprecated components alphabetically
* Update deprecation message
* Fix missing icon that only broke on this PR for some reason
* Deprecate DropdownMenu
* Use deprecated Dropdown for theme switcher
* Delete drafts/DropdownMenu2
* Add changelog
* remove debug statement :)
* Fix code examples in changeset (#1901)
* Update .changeset/deprecate-actionlistv1-promote-actionlistv2.md
* Add linebreaks to changesets
* Button deprecation (#1908)
* Move old button to deprecated
* Move Button2 to main bundle
* Add migration docs
* More changes from the checklist
* More deprecation
* Update tests
* Add deprecated details
* Create many-roses-hammer.md
* Update .changeset/many-roses-hammer.md
Co-authored-by: Rez <[email protected]>
* Update many-roses-hammer.md
* Update many-roses-hammer.md
* Update many-roses-hammer.md
Co-authored-by: Rez <[email protected]>
* Deprecate components replaced by FormControl (#1888)
* moves InputField to deprecated package
* adds jsdoc comments for deprecation
* adds changeset
* fixes bad autoformatting in changeset
* fixes import path in test file
* addresses PR feedback
* fixes FormGroup import in test
* addresses PR feedback
* moves tests to depreacted directory
* removes docs header image
* fixes bad formatting in changelog markdown
* Revert "fix merge conflicts with main"
This reverts commit 363bb07, reversing
changes made to f94dcd3.
* Deprecate ChoiceFieldset and ChoiceInputField (#1900)
* deprecates ChoiceFieldset and ChoiceInputField
* update import paths in tests
* addresses more PR feedback
* fixes bad imports in docs
* updates outdated story and test
* moves components to deprecated directory
* fixes broken docs pages
* fixes bad formatting in changelog markdown
* minor tweaks
* moves deprecated notation for ChoiceInputField
* Deprecate legacy Label component (#1889)
* moves Label to deprecated bundle
* graduates Label2 to main bundle
* cleanup
* adds changeset
* fixes tests
* update legacy label snapshots
* Update .changeset/heavy-points-marry.md
Co-authored-by: Rez <[email protected]>
* Update docs/content/Label.mdx
Co-authored-by: Rez <[email protected]>
* addresses pr feedback
* adds Label back to sidebar
* updates tests, removes docs header image
* removes docs header image
* fixes tests
* resets changed test
Co-authored-by: Rez <[email protected]>
* Move remaining deprecated components to src/deprecated (#1917)
* Move deprecated components to src/deprecated
* Fix imports for tests
* Various fixes for v35 (#1916)
* chore: ad-hoc fixes for next-major branch
* fix #1912 docs error
* docs: remove reference to system props
* Create changeset-for-1917.md (#1919)
* Add align prop on ActionMenu.Overlay to pass through to AnchoredOverlay (#1921)
* Allow ActionMenu.Overlay to pass through align prop to AnchoredOverlay
* Add align prop to docs
* Fix AnchoredOverlay docs
* add changeset
* ActionMenu.Button: Fix spacing between text and caret (#1922)
* Fix spacing between Text and caret for ActionMenu.Button
* Improve changelog
* fix margin after design review
* unrelated change
* Update ActionMenu docs (#1931)
* Button: Update active styles + use them for aria-expanded (#1915)
* Add aria-expanded styles for Button
* update default button active styles
* update snapshot for button
* Create healthy-dots-chew.md
* fix broken test following main merging conflict resolution
* Fixes for v35 (#1934)
* fix ActioMenu story
* backfill missing exports in root index
* fix package-lock
* add changeset
* v35: Remove type aliases for ActionList (#1937)
* Replace aliases for ActionList types
* export types for LinkItem
* update selection types
* Next major changeset edits (#1939)
* Remove unnecessary changesets
* Edit changesets
* Fixes for v35 (#1938)
* add missing root exports
* fix invalid export
* add missing fragments to changesets (#1940)
* Update changeset examples (#1941)
* Fix table in changeset
* Add missing comma
* Fix grid changeset
* Update button changeset
Co-authored-by: Reza Rahman <[email protected]>
Co-authored-by: Siddharth Kshetrapal <[email protected]>
Co-authored-by: Pavithra Kodmad <[email protected]>
Co-authored-by: Mike Perrotti <[email protected]>1 parent 5f3bd4f commit ad14a40
File tree
235 files changed
+7996
-7528
lines changed- .changeset
- contributor-docs
- deprecated
- docs
- content
- deprecated
- drafts
- src/@primer/gatsby-theme-doctocat
- components
- src
- ActionList2
- ActionList
- Autocomplete
- Button2
- Button
- Dialog
- FilteredActionList
- SelectPanel
- Token
- __tests__
- __snapshots__
- deprecated
- __snapshots__
- deprecated
- ActionList
- Button
- ChoiceFieldset
- DropdownMenu
- InputField
- SelectMenu
- hooks
- drafts
- stories
- ActionList
- ActionMenu
- DropdownMenu2
- deprecated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
235 files changed
+7996
-7528
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 155 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
Lines changed: 71 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments