Skip to content

Release tracking (next major) #1911

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

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
fdd6915
prepare integration branch
rezrah Feb 21, 2022
4a0cc23
Merge branch 'main' into next/v35.0.0
siddharthkp Feb 23, 2022
ff7da70
Merge branch 'main' into next/v35.0.0
colebemis Feb 23, 2022
94034e3
Merge branch 'main' into next/v35.0.0
rezrah Feb 23, 2022
8cd1243
Move deprecated components to deprecated folder (#1881)
pksjce Feb 24, 2022
310e655
Prefix component with types exported from ActionList2 and ActionMenu2…
siddharthkp Feb 24, 2022
df75752
Export PageLayout from main bundle (#1882)
colebemis Feb 24, 2022
6fc788f
Merge branch 'main' into next/v35.0.0
colebemis Feb 24, 2022
14bd580
Update release notes and add deprecation notices for SelectMenu and D…
rezrah Feb 25, 2022
f366604
Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#1895)
siddharthkp Feb 25, 2022
c5c4b92
Revert "Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#189…
siddharthkp Feb 25, 2022
17ef5ef
Deprecate ActionList v1 & Promote drafts/ActionList v2 (#1893)
siddharthkp Feb 25, 2022
d402357
Deprecate ActionMenu v1 & Promote drafts/ActionMenu v2 (#1897)
siddharthkp Feb 25, 2022
09f87c5
Merge branch 'main' into next/v35.0.0
siddharthkp Feb 25, 2022
87889b5
Merge branch 'main' of github.com:primer/react into next/v35.0.0
rezrah Feb 28, 2022
d6d1ca4
Deprecate DropdownMenu v1 + Remove DropdownMenu v2 (#1898)
siddharthkp Feb 28, 2022
64b8f88
Fix code examples in changeset (#1901)
siddharthkp Feb 28, 2022
05e54ca
Merge remote-tracking branch 'origin/main' into next-major
colebemis Feb 28, 2022
b51ea3b
Update .changeset/deprecate-actionlistv1-promote-actionlistv2.md
colebemis Feb 28, 2022
a8a3de1
Add linebreaks to changesets
colebemis Feb 28, 2022
61404ae
Button deprecation (#1908)
pksjce Mar 1, 2022
f94dcd3
Deprecate components replaced by FormControl (#1888)
mperrotti Mar 1, 2022
363bb07
fix merge conflicts with main
rezrah Mar 1, 2022
4babf20
Revert "fix merge conflicts with main"
rezrah Mar 1, 2022
d61b28a
Deprecate ChoiceFieldset and ChoiceInputField (#1900)
mperrotti Mar 1, 2022
e9b81fa
Deprecate legacy Label component (#1889)
mperrotti Mar 1, 2022
5b18a97
Move remaining deprecated components to src/deprecated (#1917)
siddharthkp Mar 2, 2022
4d4163c
Various fixes for v35 (#1916)
rezrah Mar 2, 2022
6cc86b2
Create changeset-for-1917.md (#1919)
siddharthkp Mar 2, 2022
561aad8
Add align prop on ActionMenu.Overlay to pass through to AnchoredOverl…
siddharthkp Mar 7, 2022
b1d7b8c
ActionMenu.Button: Fix spacing between text and caret (#1922)
siddharthkp Mar 7, 2022
a88749a
Update ActionMenu docs (#1931)
siddharthkp Mar 7, 2022
a98091c
Button: Update active styles + use them for aria-expanded (#1915)
siddharthkp Mar 8, 2022
1c38f84
merge main and resolve conflicts
rezrah Mar 8, 2022
41dd547
fix broken test following main merging conflict resolution
rezrah Mar 8, 2022
33da6a0
Fixes for v35 (#1934)
rezrah Mar 8, 2022
f235c3c
v35: Remove type aliases for ActionList (#1937)
siddharthkp Mar 8, 2022
7d3021e
Next major changeset edits (#1939)
colebemis Mar 9, 2022
8959aeb
Fixes for v35 (#1938)
rezrah Mar 9, 2022
2868c21
Merge branch 'main' into next-major
rezrah Mar 9, 2022
002e9cf
add missing fragments to changesets (#1940)
rezrah Mar 9, 2022
16a5d17
Update changeset examples (#1941)
colebemis Mar 9, 2022
4f07696
Fix table in changeset
colebemis Mar 9, 2022
6bb44c4
Add missing comma
colebemis Mar 9, 2022
f69a6d0
Fix grid changeset
colebemis Mar 9, 2022
8675cd8
Update button changeset
colebemis Mar 9, 2022
da3872a
Version Packages
github-actions[bot] Mar 9, 2022
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
1,076 changes: 1,076 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contributor-docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're looking for something to work on, a great place to start is our issues

A common question asked about Primer Components is how to know what should be added to Primer Components and what is best left as a local component in a consuming application. Though there are no hard & fast rules about what can and cannot be added to Primer Components, here are a few things we take into consideration:

- Is the new feature an existing pattern in Primer CSS or related to UI built at GitHub? Primer Components is first and foremost a library for building UI at GitHub - patterns that aren't currently being used in GitHub UI (either on github.com or in a GitHub owned project outside of github.com) probably shouldn't be added to Primer Components. Exceptions to this could be helper components that don't necessarily render UI but help with the development process (like `Flex`, `Grid`, or `Box`).
- Is the new feature an existing pattern in Primer CSS or related to UI built at GitHub? Primer Components is first and foremost a library for building UI at GitHub - patterns that aren't currently being used in GitHub UI (either on github.com or in a GitHub owned project outside of github.com) probably shouldn't be added to Primer Components. Exceptions to this could be helper components that don't necessarily render UI but help with the development process (like `Box`).

- Does the proposed component get used in more than one or two places across GitHub UI? A component that's only meant to be used in one place and doesn't have potential to be reused in many places probably should exist as a local component. An example of something like this might be a component that renders content specific to a single GitHub product.

Expand Down
9 changes: 9 additions & 0 deletions deprecated/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_comment1": "this is required only for typescript. once this is fixed https://github.com/microsoft/TypeScript/issues/33079 we can remove this hack",
"name": "@primer/react/deprecated",
"types": "../lib-esm/deprecated/index.d.ts",
"main": "../lib-esm/deprecated/index.js",
"type": "module",
"sideEffects": false
}

Loading