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

Release Tracking 13.2.0 #486

Merged
merged 48 commits into from
Jul 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ee5b5a3
Create Grid component
colebemis Jun 27, 2019
06ed3b2
Bump version to 13.2.0
colebemis Jun 27, 2019
48df93d
Merge pull request #485 from primer/grid
colebemis Jun 27, 2019
e1941a6
Fix typo in Link so it applies button styles
colebemis Jun 28, 2019
66a84b1
Allow Link to render any valid component type
colebemis Jun 28, 2019
c34df85
Load .css files as raw strings
Jul 1, 2019
bb1552e
Add <Dialog /> component
Jul 1, 2019
fc5e8ec
Add open/close interaction to example
Jul 1, 2019
1a97e9e
Fix the z-index of the Dialog
Jul 1, 2019
397e56b
Extract DialogHeader component
Jul 1, 2019
2983c93
Add first TypeScript types
Jul 1, 2019
fb7daf1
Remove incorrect theme types
mxstbr Jul 1, 2019
8379109
Export components from main bundle
Jul 1, 2019
2d72264
Export get as themeGet
colebemis Jul 2, 2019
eae62e3
Add themeGet tests
colebemis Jul 2, 2019
0027a13
Merge pull request #492 from primer/theme-get
colebemis Jul 2, 2019
1833fa3
Add more types
Jul 3, 2019
17883d7
Finish typing all components
Jul 3, 2019
88731cd
Add TypeScript def check to merge checklist
Jul 3, 2019
10f9bc7
add Button Group
Jul 3, 2019
3051ede
update docs
Jul 3, 2019
08ef7e5
adds tests
Jul 3, 2019
b51794c
lint
Jul 3, 2019
3a29e11
update snaps
Jul 3, 2019
a3b9992
refactor
Jul 3, 2019
0c0f51b
pass display in as a prop
Jul 3, 2019
1a0f1d3
lint
Jul 15, 2019
ead9ef4
Merge pull request #495 from primer/fix-button
Jul 15, 2019
5bacdfd
Merge pull request #490 from mxstbr/typescript
Jul 17, 2019
6bac407
Use raw.macro instead of rollup-plugin-string
Jul 18, 2019
2c1b2c5
add as prop documentatiom
Jul 18, 2019
3d8681c
tooltip aria consistency
Jul 18, 2019
180d903
yolo
Jul 18, 2019
71462c3
update docs
Jul 18, 2019
4751d77
typo
Jul 18, 2019
05736b5
add aria-label to UnderlineNav
Jul 18, 2019
0f3ebff
Update pages/components/docs/system-props.md
Jul 18, 2019
3859906
Fixed title color
Jul 19, 2019
f08a3d0
Add ability to pass ReactNode to Dialog.title
Jul 19, 2019
7ef8792
Merge pull request #489 from mxstbr/dialog
Jul 19, 2019
ecddac5
fix padding in dialog
Jul 19, 2019
bc8d843
Merge pull request #497 from primer/as-docs
Jul 19, 2019
a9c0de1
Add documentation about a11y
colebemis Jul 19, 2019
82f62a2
Move elementType into utils
colebemis Jul 19, 2019
a1b9852
Merge pull request #488 from primer/link
Jul 19, 2019
25581f5
Merge branch 'release-13.2.0' into aria-label
Jul 19, 2019
f596dff
update ts
Jul 19, 2019
894f485
Merge pull request #498 from primer/aria-label
Jul 19, 2019
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 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Description of changes

#### Merge checklist
- [ ] Changed base branch to release branch
- [ ] Add or update TypeScript definitions (`index.d.ts`) if necessary
- [ ] Tested in Chrome
- [ ] Tested in Firefox
- [ ] Tested in Safari
Expand Down
Loading