Skip to content

Commit e413523

Browse files
committed
Merge branch 'pr/2'
* pr/2: docs(Sidebar): fix filenames fixes Semantic-Org#1048 docs(changelog): update changelog [ci skip] 0.62.3 feat(Checkbox): Indeterminate state (Semantic-Org#1043) Feat(typings): Added typings for Radio, Confirm, Select and Textarea (Semantic-Org#1047) chore(package): update babel-core to version 6.21.0 (Semantic-Org#1045) fix(dropdown): clear value when dropdown is blurred (Semantic-Org#1046) fix(typings): fix typings spelling on `Accordion` (Semantic-Org#1044) fix(docs): Fix check icon (Semantic-Org#1042) docs(changelog): update changelog [ci skip] 0.62.2 fix(Header): Remove duplicate class (Semantic-Org#1040) test(Examples): assert no console errors (Semantic-Org#645) feat(Accordion): ability to open multiple items (Semantic-Org#988) feat(docs): Active className on Sidebar item (Semantic-Org#1031) chore(package): update node-sass to version 4.0.0 (Semantic-Org#1015) chore(package): update debug to version 2.4.1 (Semantic-Org#1028)
2 parents c8dc869 + 70d276b commit e413523

File tree

76 files changed

+574
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+574
-241
lines changed

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Change Log
22

3+
## [v0.62.3](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.62.3) (2016-12-17)
4+
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.62.2...v0.62.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Dropdown not resetting value when blurred [\#1019](https://github.com/Semantic-Org/Semantic-UI-React/issues/1019)
9+
10+
**Merged pull requests:**
11+
12+
- Feat\(typings\): Added typings for Radio, Confirm, Select and Textarea [\#1047](https://github.com/Semantic-Org/Semantic-UI-React/pull/1047) ([koenvg](https://github.com/koenvg))
13+
- fix\(dropdown\): clear value when dropdown is blurred [\#1046](https://github.com/Semantic-Org/Semantic-UI-React/pull/1046) ([vageeshb](https://github.com/vageeshb))
14+
- [email protected] untested ⚠️ [\#1045](https://github.com/Semantic-Org/Semantic-UI-React/pull/1045) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
15+
- fix\(typings\): fix typings spelling on `Accordion` [\#1044](https://github.com/Semantic-Org/Semantic-UI-React/pull/1044) ([ericl85](https://github.com/ericl85))
16+
- feat\(Checkbox\): Indeterminate state [\#1043](https://github.com/Semantic-Org/Semantic-UI-React/pull/1043) ([jcarbo](https://github.com/jcarbo))
17+
- fix\(docs\): Fix check icon [\#1042](https://github.com/Semantic-Org/Semantic-UI-React/pull/1042) ([jcarbo](https://github.com/jcarbo))
18+
19+
## [v0.62.2](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.62.2) (2016-12-16)
20+
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.62.1...v0.62.2)
21+
22+
**Implemented enhancements:**
23+
24+
- feat\(Accordion\): ability to open multiple items [\#499](https://github.com/Semantic-Org/Semantic-UI-React/issues/499)
25+
- Config: support i18n [\#378](https://github.com/Semantic-Org/Semantic-UI-React/issues/378)
26+
27+
**Fixed bugs:**
28+
29+
- docs\(Example\): Fix warnings [\#599](https://github.com/Semantic-Org/Semantic-UI-React/issues/599)
30+
31+
**Closed issues:**
32+
33+
- fix\(Table\): Keys warning when using renderBodyRow [\#1030](https://github.com/Semantic-Org/Semantic-UI-React/issues/1030)
34+
- Importing single module bundles entire library [\#1025](https://github.com/Semantic-Org/Semantic-UI-React/issues/1025)
35+
- RFC: Use PureComponent [\#1020](https://github.com/Semantic-Org/Semantic-UI-React/issues/1020)
36+
- how to render Header when defined as a const like your docs [\#1017](https://github.com/Semantic-Org/Semantic-UI-React/issues/1017)
37+
- Form Within Modal - formData submitted returns undefined [\#1016](https://github.com/Semantic-Org/Semantic-UI-React/issues/1016)
38+
- Search Module can't be made a11y compliant [\#885](https://github.com/Semantic-Org/Semantic-UI-React/issues/885)
39+
- RFC: Open questions around "Collection Shorthand" [\#604](https://github.com/Semantic-Org/Semantic-UI-React/issues/604)
40+
- Remove or update use of refs [\#405](https://github.com/Semantic-Org/Semantic-UI-React/issues/405)
41+
42+
**Merged pull requests:**
43+
44+
- fix\(Header\): Remove duplicate class [\#1040](https://github.com/Semantic-Org/Semantic-UI-React/pull/1040) ([jcarbo](https://github.com/jcarbo))
45+
- feat\(docs\): Active className on Sidebar item [\#1031](https://github.com/Semantic-Org/Semantic-UI-React/pull/1031) ([pradel](https://github.com/pradel))
46+
- [email protected] untested ⚠️ [\#1028](https://github.com/Semantic-Org/Semantic-UI-React/pull/1028) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
47+
- test\(Accordion\): add inclusive tests for opening and closing panels [\#1023](https://github.com/Semantic-Org/Semantic-UI-React/pull/1023) ([koenvg](https://github.com/koenvg))
48+
- Update node-sass to version 4.0.0 🚀 [\#1015](https://github.com/Semantic-Org/Semantic-UI-React/pull/1015) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
49+
- feat\(Accordion\): ability to open multiple items [\#988](https://github.com/Semantic-Org/Semantic-UI-React/pull/988) ([levithomason](https://github.com/levithomason))
50+
- test\(Examples\): assert no console errors [\#645](https://github.com/Semantic-Org/Semantic-UI-React/pull/645) ([levithomason](https://github.com/levithomason))
51+
352
## [v0.62.1](https://github.com/Semantic-Org/Semantic-UI-React/tree/v0.62.1) (2016-12-10)
453
[Full Changelog](https://github.com/Semantic-Org/Semantic-UI-React/compare/v0.62.0...v0.62.1)
554

docs/app/Components/ComponentDoc/ComponentExample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as Babel from 'babel-standalone'
22
import _ from 'lodash'
33
import React, { Component, createElement, isValidElement, PropTypes } from 'react'
44
import { renderToStaticMarkup } from 'react-dom/server'
5-
import html from 'html-beautify'
5+
import { html } from 'js-beautify'
66
import copyToClipboard from 'copy-to-clipboard'
77

88
import { exampleContext, repoURL } from 'docs/app/utils'

docs/app/Components/ComponentDoc/ExampleSection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, { PropTypes } from 'react'
33
import { Grid, Header } from 'src'
44

55
const headerStyle = { marginBottom: '1.5em' }
6-
const sectionStyle = { background: '#fff', boxShadow: '0 2px 2px rgba(0, 0, 0, 0.1)' }
6+
const sectionStyle = { background: '#fff', boxShadow: '0 2px 2px rgba(0, 0, 0, 0.1)', paddingBottom: '5em' }
77

88
const ExampleSection = ({ title, children, ...rest }) => (
99
<Grid padded style={sectionStyle} {...rest}>

docs/app/Components/Sidebar/Sidebar.js

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default class Sidebar extends Component {
119119
onClick={this.handleItemClick}
120120
as={Link}
121121
to={getRoute(_meta)}
122+
activeClassName='active'
122123
/>
123124
))
124125
)(parentComponents)

docs/app/Examples/collections/Menu/Types/MenuExampleAttached.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const MenuExampleAttached = () => {
1010
<Dropdown as={Menu.Item} icon='wrench' simple>
1111
<Dropdown.Menu>
1212
<Dropdown.Item>
13-
<Icon name='dropdown icon' />
13+
<Icon name='dropdown' />
1414
<span className='text'>New</span>
1515

1616
<Dropdown.Menu>

docs/app/Examples/collections/Menu/Types/MenuExampleTabularOnTop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class MenuExampleTabularOnTop extends Component {
1616
<Menu.Item name='photos' active={activeItem === 'photos'} onClick={this.handleItemClick} />
1717
<Menu.Menu position='right'>
1818
<Menu.Item>
19-
<Input transparent icon={{ name: 'search', link: 'true' }} placeholder='Search users...' />
19+
<Input transparent icon={{ name: 'search', link: true }} placeholder='Search users...' />
2020
</Menu.Item>
2121
</Menu.Menu>
2222
</Menu>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import React from 'react'
22
import { Table } from 'semantic-ui-react'
33

4+
const tableData = [
5+
{ name: undefined, status: undefined, notes: undefined },
6+
{ name: 'Jimmy', status: 'Requires Action', notes: undefined },
7+
{ name: 'Jamie', status: undefined, notes: 'Hostile' },
8+
{ name: 'Jill', status: undefined, notes: undefined },
9+
]
10+
411
const headerRow = [
512
'Name',
613
'Status',
@@ -20,17 +27,13 @@ const renderBodyRow = ({ name, status, notes }) => ({
2027
],
2128
})
2229

23-
const tableData = [
24-
{ name: undefined, status: undefined, notes: undefined },
25-
{ name: 'Jimmy', status: 'Requires Action', notes: undefined },
26-
{ name: 'Jamie', status: undefined, notes: 'Hostile' },
27-
{ name: 'Jill', status: undefined, notes: undefined },
28-
]
29-
30-
const TableExampleWarningShorthand = () => {
31-
return (
32-
<Table celled headerRow={headerRow} renderBodyRow={renderBodyRow} tableData={tableData} />
33-
)
34-
}
30+
const TableExampleWarningShorthand = () => (
31+
<Table
32+
celled
33+
headerRow={headerRow}
34+
renderBodyRow={renderBodyRow}
35+
tableData={tableData}
36+
/>
37+
)
3538

3639
export default TableExampleWarningShorthand

docs/app/Examples/elements/Button/Variations/ButtonExampleToggle.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class ButtonExampleToggle extends Component {
88

99
render() {
1010
const { active } = this.state
11+
1112
return (
1213
<Button toggle active={active} onClick={this.handleClick}>
1314
Toggle

docs/app/Examples/elements/List/Content/ListExampleDescription.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import { List } from 'semantic-ui-react'
44
const ListExampleDescription = () => (
55
<List>
66
<List.Item>
7-
<List.Icon name='map marker' />
7+
<List.Icon name='marker' />
88
<List.Content>
99
<List.Header as='a'>Krowlewskie Jadlo</List.Header>
1010
<List.Description>An excellent polish restaurant, quick delivery and hearty, filling meals.</List.Description>
1111
</List.Content>
1212
</List.Item>
1313
<List.Item>
14-
<List.Icon name='map marker' />
14+
<List.Icon name='marker' />
1515
<List.Content>
1616
<List.Header as='a'>Xian Famous Foods</List.Header>
1717
<List.Description>
@@ -20,14 +20,14 @@ const ListExampleDescription = () => (
2020
</List.Content>
2121
</List.Item>
2222
<List.Item>
23-
<List.Icon name='map marker' />
23+
<List.Icon name='marker' />
2424
<List.Content>
2525
<List.Header as='a'>Sapporo Haru</List.Header>
2626
<List.Description>Greenpoint's best choice for quick and delicious sushi.</List.Description>
2727
</List.Content>
2828
</List.Item>
2929
<List.Item>
30-
<List.Icon name='map marker' />
30+
<List.Icon name='marker' />
3131
<List.Content>
3232
<List.Header as='a'>Enid's</List.Header>
3333
<List.Description>At night a bar, during the day a delicious brunch spot.</List.Description>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import _ from 'lodash'
2+
import faker from 'faker'
3+
import React from 'react'
4+
import { Accordion } from 'semantic-ui-react'
5+
6+
const panels = _.times(3, () => ({
7+
title: faker.lorem.sentence(),
8+
content: faker.lorem.paragraphs(),
9+
}))
10+
11+
const AccordionExampleExclusive = () => (
12+
<Accordion panels={panels} exclusive={false} fluid />
13+
)
14+
15+
export default AccordionExampleExclusive

docs/app/Examples/modules/Accordion/Variations/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ const AccordionTypesExamples = () => (
1414
description='An accordion can be formatted to appear on dark backgrounds.'
1515
examplePath='modules/Accordion/Variations/AccordionExampleInverted'
1616
/>
17+
<ComponentExample
18+
title='Exclusive'
19+
description='An accordion can have multiple panels open at the same time.'
20+
examplePath='modules/Accordion/Variations/AccordionExampleExclusive'
21+
/>
1722
</ExampleSection>
1823
)
1924

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import React from 'react'
2+
import { Checkbox } from 'semantic-ui-react'
3+
4+
const CheckboxExampleIndeterminate = () => (
5+
<Checkbox label='This checkbox is indeterminate' defaultIndeterminate />
6+
)
7+
8+
export default CheckboxExampleIndeterminate

docs/app/Examples/modules/Checkbox/States/index.js

+12-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ import { Message } from 'semantic-ui-react'
55

66
const CheckboxStatesExamples = () => (
77
<ExampleSection title='States'>
8+
<ComponentExample
9+
title='Read Only'
10+
description='A checkbox can be read-only and unable to change states.'
11+
examplePath='modules/Checkbox/States/CheckboxExampleReadOnly'
12+
/>
813
<ComponentExample
914
title='Checked'
10-
description='A checkbox can come pre-checked.'
15+
description='A checkbox can be checked.'
1116
examplePath='modules/Checkbox/States/CheckboxExampleChecked'
1217
>
1318
<Message>
@@ -19,14 +24,14 @@ const CheckboxStatesExamples = () => (
1924
</Message>
2025
</ComponentExample>
2126
<ComponentExample
22-
title='Disabled'
23-
description='Checkboxes can be disabled.'
24-
examplePath='modules/Checkbox/States/CheckboxExampleDisabled'
27+
title='Indeterminate'
28+
description='A checkbox can be indeterminate.'
29+
examplePath='modules/Checkbox/States/CheckboxExampleIndeterminate'
2530
/>
2631
<ComponentExample
27-
title='Read Only'
28-
description='Make the checkbox unable to be edited by the user.'
29-
examplePath='modules/Checkbox/States/CheckboxExampleReadOnly'
32+
title='Disabled'
33+
description='A checkbox can be read-only and unable to change states.'
34+
examplePath='modules/Checkbox/States/CheckboxExampleDisabled'
3035
/>
3136
<ComponentExample
3237
title='Remote Control'

docs/app/Examples/modules/Sidebar/Overlay/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Overlay'
1010
description='Sidebar attached to the left of the pushable container overlayed on the pusher.'
11-
examplePath='modules/Sidebar/Overlay/SidebarLeftOverlay'
11+
examplePath='modules/Sidebar/Overlay/SidebarExampleLeftOverlay'
1212
/>
1313
<ComponentExample
1414
title='Right Overlay'
1515
description='Sidebar attached to the right of the pushable container overlayed on the pusher.'
16-
examplePath='modules/Sidebar/Overlay/SidebarRightOverlay'
16+
examplePath='modules/Sidebar/Overlay/SidebarExampleRightOverlay'
1717
/>
1818
<ComponentExample
1919
title='Top Overlay'
2020
description='Sidebar attached to the top of the pushable container overlayed on the pusher.'
21-
examplePath='modules/Sidebar/Overlay/SidebarTopOverlay'
21+
examplePath='modules/Sidebar/Overlay/SidebarExampleTopOverlay'
2222
/>
2323
<ComponentExample
2424
title='Bottom Overlay'
2525
description='Sidebar attached to the bottom of the pushable container overlayed on the pusher.'
26-
examplePath='modules/Sidebar/Overlay/SidebarBottomOverlay'
26+
examplePath='modules/Sidebar/Overlay/SidebarExampleBottomOverlay'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/Push/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Push'
1010
description='Sidebar attached to the left of the pushable container pushing the pusher.'
11-
examplePath='modules/Sidebar/Push/SidebarLeftPush'
11+
examplePath='modules/Sidebar/Push/SidebarExampleLeftPush'
1212
/>
1313
<ComponentExample
1414
title='Right Push'
1515
description='Sidebar attached to the right of the pushable container pushing the pusher.'
16-
examplePath='modules/Sidebar/Push/SidebarRightPush'
16+
examplePath='modules/Sidebar/Push/SidebarExampleRightPush'
1717
/>
1818
<ComponentExample
1919
title='Top Push'
2020
description='Sidebar attached to the top of the pushable container pushing the pusher.'
21-
examplePath='modules/Sidebar/Push/SidebarTopPush'
21+
examplePath='modules/Sidebar/Push/SidebarExampleTopPush'
2222
/>
2323
<ComponentExample
2424
title='Bottom Push'
2525
description='Sidebar attached to the bottom of the pushable container pushing the pusher.'
26-
examplePath='modules/Sidebar/Push/SidebarBottomPush'
26+
examplePath='modules/Sidebar/Push/SidebarExampleBottomPush'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/ScaleDown/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Scale Down'
1010
description='Sidebar attached to the left of the pushable container scaling down the pusher.'
11-
examplePath='modules/Sidebar/ScaleDown/SidebarLeftScaleDown'
11+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleLeftScaleDown'
1212
/>
1313
<ComponentExample
1414
title='Right Scale Down'
1515
description='Sidebar attached to the right of the pushable container scaling down the pusher.'
16-
examplePath='modules/Sidebar/ScaleDown/SidebarRightScaleDown'
16+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleRightScaleDown'
1717
/>
1818
<ComponentExample
1919
title='Top Scale Down'
2020
description='Sidebar attached to the top of the pushable container scaling down the pusher.'
21-
examplePath='modules/Sidebar/ScaleDown/SidebarTopScaleDown'
21+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleTopScaleDown'
2222
/>
2323
<ComponentExample
2424
title='Bottom Scale Down'
2525
description='Sidebar attached to the bottom of the pushable container scaling down the pusher.'
26-
examplePath='modules/Sidebar/ScaleDown/SidebarBottomScaleDown'
26+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleBottomScaleDown'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/SlideAlong/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Slide Along'
1010
description='Sidebar attached to the left of the pushable container sliding along the pusher.'
11-
examplePath='modules/Sidebar/SlideAlong/SidebarLeftSlideAlong'
11+
examplePath='modules/Sidebar/SlideAlong/SidebarExampleLeftSlideAlong'
1212
/>
1313
<ComponentExample
1414
title='Right Slide Along'
1515
description='Sidebar attached to the right of the pushable container sliding along the pusher.'
16-
examplePath='modules/Sidebar/SlideAlong/SidebarRightSlideAlong'
16+
examplePath='modules/Sidebar/SlideAlong/SidebarExampleRightSlideAlong'
1717
/>
1818
</ExampleSection>
1919
)

docs/app/Examples/modules/Sidebar/SlideOut/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Slide Out'
1010
description='Sidebar attached to the left of the pushable container sliding out from the pusher.'
11-
examplePath='modules/Sidebar/SlideOut/SidebarLeftSlideOut'
11+
examplePath='modules/Sidebar/SlideOut/SidebarExampleLeftSlideOut'
1212
/>
1313
<ComponentExample
1414
title='Right Slide Out'
1515
description='Sidebar attached to the right of the pushable container sliding out from the pusher.'
16-
examplePath='modules/Sidebar/SlideOut/SidebarRightSlideOut'
16+
examplePath='modules/Sidebar/SlideOut/SidebarExampleRightSlideOut'
1717
/>
1818
</ExampleSection>
1919
)

docs/app/Examples/modules/Sidebar/Uncover/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Uncover'
1010
description='Sidebar attached to the left of the pushable container uncovering by the pusher.'
11-
examplePath='modules/Sidebar/Uncover/SidebarLeftUncover'
11+
examplePath='modules/Sidebar/Uncover/SidebarExampleLeftUncover'
1212
/>
1313
<ComponentExample
1414
title='Right Uncover'
1515
description='Sidebar attached to the right of the pushable container uncovered by the pusher.'
16-
examplePath='modules/Sidebar/Uncover/SidebarRightUncover'
16+
examplePath='modules/Sidebar/Uncover/SidebarExampleRightUncover'
1717
/>
1818
</ExampleSection>
1919
)

docs/app/Examples/views/Card/Content/CardExampleContentBlock.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const CardExampleContentBlock = () => (
3232

3333
<Feed.Event>
3434
<Feed.Label image='http://semantic-ui.com/images/avatar/small/elliot.jpg' />
35-
<Feed.Content date='4 days ago'>
35+
<Feed.Content>
36+
<Feed.Date content='4 days ago' />
3637
<Feed.Summary>
3738
You added <a>Elliot Baker</a> to your <a>musicians</a> group.
3839
</Feed.Summary>

0 commit comments

Comments
 (0)