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

Button border-radius fix #388

Merged
merged 16 commits into from
Nov 8, 2017
Merged

Button border-radius fix #388

merged 16 commits into from
Nov 8, 2017

Conversation

broccolini
Copy link
Member

@broccolini broccolini commented Nov 1, 2017

Fixes #387

In this pr:

  • add border-radius: 0 to override the 4px border added since Chroma 62
  • update travis ci badge in primer-stylelint-config readme to point to primer-css

PR in tested in github https://github.com/github/github/pull/81067

cc @primer/ds-core

@broccolini broccolini changed the base branch from master to dev November 1, 2017 20:04
@broccolini broccolini requested a review from jonrohan November 2, 2017 05:11
CHANGELOG.md Outdated
@@ -1,3 +1,8 @@
# 9.6.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok pushing this into 10, and working on getting that out soon.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# 10.0.0

@@ -2,6 +2,9 @@ import React from 'react'
import { storiesOf } from '@storybook/react'

storiesOf('Button', module)
.add('button', () => (
<button>Button</button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of this here? Wouldn't it be better if we put stories in primer-base?

@@ -0,0 +1,305 @@
# 9.6.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't put this file here, the build will publish the changelog. I think I might have done something wrong with the 9.6 release.

@@ -1,7 +1,7 @@
# Primer Stylelint Config

[![NPM version](http://img.shields.io/npm/v/stylelint-config-primer.svg)](https://www.npmjs.org/package/stylelint-config-primer)
[![Build Status](https://travis-ci.org/primer/stylelint-config-primer.svg?branch=master)](https://travis-ci.org/primer/stylelint-config-primer)
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -22,6 +22,7 @@
"stylelint-selector-no-utility": "1.8.0"
},
"devDependencies": {
"ava": "^0.23.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this here, ava dependency is hoisted to the main package.json

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should be removed.

@broccolini broccolini mentioned this pull request Nov 6, 2017
28 tasks
@broccolini broccolini added the v10 label Nov 7, 2017
@broccolini broccolini changed the base branch from dev to release-10.0.0 November 8, 2017 01:55
package.json Outdated
"bump": "lerna publish --exact --skip-npm --since \"v$(npm info primer-css version)\"",
"new-module": "script/new-module",
"test": "lerna run test"
},
"devDependencies": {
"@storybook/addon-options": "^3.2.6",
"@storybook/react": "^3.2.12",
"ava": "^0.21.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should stay, and be updated to ^0.23.0

@@ -22,6 +22,7 @@
"stylelint-selector-no-utility": "1.8.0"
},
"devDependencies": {
"ava": "^0.23.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should be removed.

CHANGELOG.md Outdated
@@ -1,3 +1,8 @@
# 9.6.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# 10.0.0

Copy link
Member

@jonrohan jonrohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@broccolini broccolini merged commit 6817dff into release-10.0.0 Nov 8, 2017
@broccolini broccolini deleted the btn_fix branch November 8, 2017 03:37
@broccolini broccolini changed the title [WIP] Button border-radius fix Button border-radius fix Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants