-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Segment: update to v1 API #287
Conversation
Current coverage is 98.31% (diff: 100%)@@ master #287 diff @@
==========================================
Files 98 98
Lines 1418 1421 +3
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 1394 1397 +3
Misses 24 24
Partials 0 0
|
Humans don't think of lions as being like cats, but they are. | ||
</Segment> | ||
<Message className='bottom attached warning'> | ||
<Message attached='bottom' className='warning'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Message />
has not yet been updated to v1 API, so the attached
prop won't work here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, have pushed a revert
} | ||
|
||
HeaderH1.defaultProps = { | ||
_sdClass: 'sd-header-h1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heads up, I've finished removing all sd-*
classes, see #301. Rebase to master to get the update. The test for the sd-*
class has been inverted to fail if any sd-
class exists.
Let's remove all sd-*
classes from all PRs. 👍
Heads up, I'm resuming work on this PR along side the Button PR. |
26ca3b6
to
7bebee8
Compare
7bebee8
to
a87c536
Compare
I've rebased this to master, squashed to 2 commits, finished features, and added/fixed tests. The last thing to do is round out the examples. There are a few missing. Also, something is odd with the circular example. |
5ba00d0
to
4175a90
Compare
4175a90
to
7c532da
Compare
Released in |
No description provided.