v0.68.1 (2017-04-22)
Implemented enhancements:
- Feature request: handler for <List selection/> #1301
- Label click for input element (accessibility) #980
- feat(TextArea): add focus() method #1602 (gnowoel)
Fixed bugs:
- Search: Pressing up/down arrow in the search input with no results throws errors to console #1592
Closed issues:
- Thank you, maintainers and contributors #1604
- Discussion: Abstract out prop mapping to independent lib #1601
- Deprecation warnings on PropTypes with React >= 15.5.0 #1587
- Add docs for
sortable
Table andsorted
TableCell #1195
Merged pull requests:
- Add StackForge to Built With section #1607 (joshmanders)
- docs(readme): Add Netflix EDX as a user #1606 (jayphelps)
- Update babel-loader to version 7.0.0 🚀 #1605 (greenkeeperio-bot)
- feat(Dropdown): add upward prop #1603 (levithomason)
- fix(Search): pressing up/down arrow in the search input causes error #1600 (josie11)
- feat(docs): use https url #1598 (levithomason)
- docs(examples): fix in webpack1 example #1596 (layershifter)
- docs(Table): add sortable table example #1594 (josie11)
- docs(Container): Fix a typo #1589 (eu42)
- fix(Dropdown): fix warning on PropTypes with React >= 15.5.0 #1588 (G1enY0ung)
- fix(Form): pass shorthand ids to the label's htmlFor prop #1517 (pedrocostadev)
- feat(Modal): Create a Modal using shorthand props #1508 (josie11)
v0.68.0 (2017-04-16)
Implemented enhancements:
- Support autocorrect on input #1572
- index.d.ts file with semanticUIReact #1392
- feat(Input): add autoCorrect to Input props #1573 (layershifter)
- feat(factories): add overrideProps #1428 (layershifter)
Fixed bugs:
- Dropdown renderLabel expects a ReactElement<any> to be returned #1568
- Can't get ref on <input> if it's a child of <Input> #1536
- Issue with props merging on Menu #1424
Closed issues:
- setting color on Menu.Item has no effect #1583
- Dropdown onChange #1571
- Warning
Accessing PropTypes via the main React package is deprecated
in React 15.5+ #1564 - fix(Divider): Vertical Divider on docs rendered incorrectly #1544
- Modal breaks SSR #1531
- Dropdown does not repopulate without clicking away from the component. #1523
- Wrong submit #1511
- Add
required
Form.Field example #1444 - RFC: remove production propTypes, allow small custom builds #524
- RFC: Delegate/Pool DOM Event Listeners #284
Merged pull requests:
- fix(MenuExampleNameProp): fix activeItem logic #1585 (levithomason)
- fix(Input): add handling of input's ref #1581 (layershifter)
- chore(package): use prop-types package #1576 (layershifter)
- fix(Dropdown): simplify typings validation for renderLabel #1574 (layershifter)
- chore(package): update react-dom to version 15.5.4 #1570 (greenkeeperio-bot)
- chore(package): update react to version 15.5.4 #1569 (greenkeeperio-bot)
- chore(package): react-addons-test-utils to version 15.5.1 #1562 (greenkeeperio-bot)
- fix(package): install gulp 4 from github #1554 (levithomason)
- docs(Usage): add instructions for semantic-ui-css #1549 (kulakowka)
- chore(view): update cdn for faker #1543 (layershifter)
- chore(package): ensure node_modules satisfies package.json #1540 (levithomason)
- chore(package): update file-loader to version 0.11.1 #1537 (greenkeeperio-bot)
- Update cross-env to version 4.0.0 🚀 #1534 (greenkeeperio-bot)
- chore(issue_template): simplify and update #1532 (levithomason)
- feat(List): handler for <List selection/> #1530 (josie11)
- chore(package): update tslint to version 5.0.0 🚀 #1527 (greenkeeperio-bot)
- docs(Form): add data usage examples #1521 (levithomason)
- docs(Form): add required and width examples #1515 (layershifter)
- [email protected] untested
⚠️ #1512 (greenkeeperio-bot) - chore(package): update to webpack 2 #1502 (layershifter)
- Update all dependencies 🌴 #1418 (greenkeeperio-bot)
v0.67.2 (2017-03-25)
Implemented enhancements:
- Add focus method to Input component #1475
- Suggestion : change Button.Or text for i18n #1461
- Cannot pass
name
props to Search component #1437 - Add
textAlign
andverticalAlign
to Table component #1389 - Active Dropdown item should be scrolled into view on open #1388
- Modal window fixed height #1308
- Add grid support for multiple device visibility breakpoints? #1024
- fix(Portal): make compatible with React Fiber #1470 (cpunion)
- feat(Button): add text prop to ButtonOr #1466 (layershifter)
- feat(Search): add handling of html input props #1442 (layershifter)
- feat(Grid): Add grid support for multiple device visibility breakpoints #1347 (layershifter)
Fixed bugs:
- Button: floated doesn't work for Labeled Button #1488
- TypeScript definition errors in v0.67.1 #1456
- Dropdown: Clicking on "No results found." leads to hard to remove text from input #1451
- Form.Field required label #1387
- Checkbox focus not properly activated on click #1335
Closed issues:
- Modal(Portal) not compatible with React Fiber (react@16) #1458
- New Basic Usage Example:
semantic-ui-react-todos
#1426
Merged pull requests:
- style(tests): refactor tests #1501 (layershifter)
- fix(Modal): spread the user's style prop on the Modal #1492 (rajchourasia)
- fix(Form): relax the label propType validator on FormField #1491 (rajchourasia)
- fix(Dropdown): do not close on click when search is empty #1490 (rajchourasia)
- fix(Button): update handling of floated prop #1489 (layershifter)
- docs(readme): add FAQ #1480 (levithomason)
- feat(Input): add focus() method #1477 (levithomason)
- fix(docs): images, anchors, show html #1471 (levithomason)
- docs(readme): add Examples & Tutorials #1469 (wyc)
- docs(Menu): add vertical fitted menu example #1468 (levithomason)
- style(typings): export all props interfaces #1467 (layershifter)
- fix(Dropdown):make active dropdown item scroll into view on open #1465 (mchirkin)
- chore(package): update sinon to version 2.0.0 #1464 (greenkeeperio-bot)
- Update style-loader to version 0.14.0 🚀 #1463 (greenkeeperio-bot)
- style(typings): fix import errors, remove dependency #1460 (layershifter)
- [email protected] untested
⚠️ #1455 (greenkeeperio-bot) - docs(bundlers): add webpack 1 example #1452 (layershifter)
- fix(Checkbox): onFocus and onBlur events #1361 (tarang9211)
v0.67.1 (2017-03-13)
Implemented enhancements:
- <Advertisement /> Component #185
- feat(Table) add missing Table alignment props #1411 (ctlusto)
- style(typings): Update structure #1395 (layershifter)
Fixed bugs:
- Cannot specify File Input multiple attribute #1386
- TypeScript: can't import components individually #1182
Closed issues:
- Examples with images in React Docs are broken due to protocol change #1441
- The http://react.semantic-ui.com website is down #1429
- Search mouse clicks does not work on setting the state of open to true #1417
- Composition with react-redux-form components causing Element type undefined error #1416
- Missing responsive navbar? #1415
- Cannot load the react semantic-ui.com site: http://react.semantic-ui.com/ #1412
- "Your docs are so great that I want a build of them w/ my theme" tips #1410
- Input with side label will not color label red, if input is given error prop #1409
- Question: Custom result list rendering #1406
- Doc site is down, react.semantic-ui.com does not load #1404
- position='right center' is not working? #1403
- RFC: all event handlers should callback with (event, data) #623
Merged pull requests:
- docs(Progress): fix incorrect example names #1450 (yangshun)
- docs(examples): direct links, maximize, better props #1448 (levithomason)
- docs(readme): add Advertisement component to list #1447 (layershifter)
- docs(callbacks): updates in typings #1446 (layershifter)
- docs(callbacks): document remaining callbacks #1445 (levithomason)
- Update react-router to version 4.0.0 🚀 #1438 (greenkeeperio-bot)
- Update css-loader to version 0.27.1 🚀 #1434 (greenkeeperio-bot)
- style(Form): convert component to stateless #1433 (layershifter)
- Update yargs to version 7.0.2 🚀 #1431 (greenkeeperio-bot)
- style(Confirm): update typings #1425 (layershifter)
- fix(Input): add multiple to propNames #1422 (layershifter)
- docs(readme): add Advertisement component to list #1421 (layershifter)
- chore(package): update babel-plugin-transform-react-handled-props #1419 (layershifter)
- Thanks a lot for this awesome package ! #1414 (GautierT)
- fix(typings): Change some props of Search to optional #1407 (koenvg)
- docs(Progress): fix label/progress prop docs #1402 (levithomason)
- feat(Advertisement): add new component #1292 (tarang9211)
v0.67.0 (2017-03-01)
Implemented enhancements:
- feat(Accordion): support Title 'as' prop in dynamic accordion titles #1144
Fixed bugs:
- Progress bar always shows progress label when using value/total #1352
- Popup - allow mouseEnter, mouseLeave delay to be set via props #1163
Closed issues:
- Modal, how to get access to onBlur method? #1400
- Modal missing property declaration (TypeScript) for closeOnDimmerClick, closeOnDocumentClick #1398
- Dispatch 2 time when click submit form #1396
- fix github topic #1394
- Loader isn't run in Modal #1393
- Modal with passed trigger element, buttons can't close modal- usage question/feature request #1390
- fix(Segment): using loading and clearing together makes clearing lose its effect #1385
- fix(Segment): loading with clearing does not show the icon #1384
- Docs site is down #1383
- No clear way to make the "Search" component fill the width of its container #1381
- Dropdown gets ugly when "selection" attribute is missing. #1379
- Dropdown search doesn't work if Dropdown items are defined using JSX #1378
- Unable to get react.semantic-ui.com to load #1373
- Icon component PropType update to FontAwesome 4.7.0 #1371
- Modal & redux-form doesn't work : focus lose. #1370
- breaking(Popup): rename
positioning
toposition
#1259
Merged pull requests:
- fix(Dropdown|Select|Form): fixes in typings #1401 (layershifter)
- We Love you guys! #1397 (UnbrandedTech)
- docs(README): add built with list #1391 (levithomason)
- docs(Dropdown): fix examples and update messages #1380 (levithomason)
- docs(Feed): add missing docs #1374 (kamdz)
- fix(Icon): Icon component PropType update to FontAwesome 4.7.0 #1372 (kamdz)
- fix(Card): add link prop to typings #1369 (layershifter)
- fix(Dropdown|Modal|TextArea): update refs handlers #1360 (layershifter)
- breaking(Progress): control progress solely with progress #1355 (BrainMaestro)
- docs(usage): update usage page with import examples #1336 (andrewhl)
v0.66.0 (2017-02-22)
Implemented enhancements:
- feat(Menu): Add missing MenuItem
disabled
prop #1363 - fix(Form): Remove Form
onSubmit
prop and serializer #1362 - feat(Card): Add
link
prop to Card #1350 - fix(typings): unable to set many typical html element props #1072
Fixed bugs:
- bug(Popup): invalid usage of oneOfType in propTypes #1344
- bug(Form): incomplete typings for Form.TextArea #1304
Closed issues:
- Dropdown suggestion: allow "value" to be an object #1368
- bug(Input): cannot backspace / delete if Input has predefined
value
prop #1358 - Message of type warning, success and error does not show up inside Form. #1357
- Usage with webpack #1353
- Add
label
docs usage example for Progress #1351 - UTF8 support for Menu Labels #1349
- How to programatically submit a <Form> component #1348
- Sidebar Menu UI Bugs #1346
- Progress bar issue in Meteor #1339
- Please document how to import js into a 'create-react-app' project #1330
- Remove missing name warning on Form submit #1310
Merged pull requests:
- breaking(Form): remove onSubmit serializer #1367 (levithomason)
- feat(MenuItem): Add missing MenuItem
disabled
prop #1366 (kamdz) - feat(Card): add link prop #1359 (BrainMaestro)
- docs(Progress): added example for progress label prop #1356 (tarang9211)
- fix(Popup): fix in propTypes #1345 (layershifter)
- docs(Grid): fix some typos #1343 (dguo)
- breaking(Popup): rename
positioning
toposition
#1342 (kamdz) - style(Dropdown): update typings and propTypes usage #1334 (layershifter)
- style(Accordion): update typings #1333 (layershifter)
- style(Search): update typings #1332 (layershifter)
- style(Form): update typings and propTypes usage #1320 (layershifter)
- feat(Accordion): support panel's title as custom element #1144 #1281 (rkostrzewski)
- fix(DropdownItem): add className to element shorthands #1256 (levithomason)
v0.65.0 (2017-02-17)
Implemented enhancements:
Fixed bugs:
- Popups and Tooltips steal focus from input fields #1324
- Disabled Button with Label leaves Label enabled #1026
Closed issues:
- Corner Label on List.Items rendering Label on List corner #1328
- How to test dropdown when calls e.nativeEvent.stopImmediatePropogation #1319
- Very thin bug #1316
- Doc bug to keep data in clipboard #1314
- fix(Sidebar): your description #1313
- Modals aren't displaying in Internet Explorer #1227
Merged pull requests:
- breaking(Portal|Popup|Modal): do not autofocus #1341 (levithomason)
- docs(Layout): fix scroll to anchor #1338 (levithomason)
- style(Modal): update typings and propTypes usage #1331 (layershifter)
- feat(Comment): add size prop to Group #1327 (tarang9211)
- docs(Grid): fix a typo #1325 (dguo)
- style(Popup): fix tests, update typings and propTypes usage #1322 (layershifter)
- feat(Input): add
autoCapitalize
to html input props #1318 (flipvrijn) - docs(IconSearch): fix copy to clipboard #1317 (levithomason)
- test(ACC): use deterministic test props #1309 (levithomason)
- tests(mixed): remove usage of
meta.props
#1239 (layershifter) - fix(Button): Disabled Button with Label leaves Label enabled #1035 (luski)
v0.64.8 (2017-02-11)
Implemented enhancements:
- feat(Confirm): use shorthands for content and buttons definition #1290
- style(Confirm): refactor, update typings and propTypes usage #1282 (layershifter)
Fixed bugs:
- bug(Dropdown): Arrow keys are not working after
No results found.
#1275 - Uncaught Error: Cannot find module 'babel-runtime/helpers/get' from 'semantic-ui-react/dist/commonjs/modules/Dropdown/Dropdown.js' #1260
Closed issues:
- Feature Request: AllowAdditions in dropdown to retain text on focus #1305
- Programatically set value for Dropdown? #1302
- Dropdown with multiple selection renders sizer wrong? #1298
- Dropping Component on runtime #1295
- fix(Label): Label not appearing as it is shown in the example #1291
- fix(Form): your description #1288
- Menu onClick reloads page with react-router #1286
- Dropdown performance #1278
- label is not changing style if field is inline #1277
Merged pull requests:
- fix(package): add babel-runtime for commonjs builds #1306 (levithomason)
- style(Portal): update typings and propTypes usage #1300 (layershifter)
- chore(eslint): disable aria rules for docs #1297 (layershifter)
- style(Sidebar): update typings and propTypes usage #1296 (layershifter)
- style(Item): update typings and propTypes usage #1294 (layershifter)
- style(Comment): update typings and propTypes usage #1293 (layershifter)
- style(Feed): update typings and propTypes usage #1285 (layershifter)
- style(Card): update typings and propTypes usage #1284 (layershifter)
- chore(coverage): remove docs from coverage reports #1283 (layershifter)
- fix(Dropdown): fix arrow keys after no results #1279 (levithomason)
v0.64.7 (2017-02-02)
v0.64.6 (2017-02-02)
Implemented enhancements:
- feat(Dropdown): add
closeOnChange
prop #1244 - bug(Dropdown):
multiple search
dropdown should refocus theinput
element on select of an option #1243
Fixed bugs:
- fix(Portal): focus is stolen when clicking away to close #1271
- bug(Menu): incorrect inheritance in MenuItemProps typings #1262
- Bug(Popup): Clicking on another Popup's trigger doesn't close open Popups. #1251
- Popup doesn't work with modal #1076
Closed issues:
Merged pull requests:
- fix(Modal): add missing typings #1274 (levithomason)
- fix(Portal): fix several event related behaviors #1273 (levithomason)
- style(List): update typings and remove propTypes #1270 (layershifter)
- style(Progress): refactor, update typings and remove propTypes #1269 (layershifter)
- fix(Portal): evaulate mountNode at runtime in Portal component #1267 (SirWaddles)
- feat(docs): restore enum expansion on docs page #1266 (fracmak)
- style(Label): update typings and remove propTypes #1265 (layershifter)
- style(Menu): update typings and remove propTypes #1264 (layershifter)
- fix(docs): fix checkbox inputType docs to use correct props #1263 (fracmak)
- feat(Dropdown): multiple search dropdown should refocus the search on select of an option #1257 (apiv)
- style(Rating): update typings and propTypes usage #1253 (layershifter)
- fix(typings): inherit Radio props from Checkbox #1250 (wcatron)
v0.64.5 (2017-01-31)
Implemented enhancements:
- feat(Button): add
floated
prop to Button.Group #1245 - style(Message): update typings and remove propTypes #1254 (layershifter)
Fixed bugs:
- fix(docs): fix usage of arrow function #1228 (layershifter)
- fix(Icon): Incorrect definition in typings #1225 (layershifter)
- fix(Button): fix
tabIndex
in typings #1224 (layershifter)
Closed issues:
- Checkbox onClick and onChange fire too late #1247
- Dropdown options update triggered by onSearchChange #1242
- Date Picker Component #1230
- Compile errors about missing babel-runtime after update to latest #1229
- Typings: missing prop "item" for Dropdown #1222
- Modal Cannot read property 'appendChild' of null #1213
- Dropdown's options can cause key warnings #1211
- Dropdown keyboard arrows don't work when rendering with children dropdown menu #993
- docs(ComponentExample): perma links for all examples #578
Merged pull requests:
- fix(Editor): use handledProps instead of propTypes #1258 (levithomason)
- feat(Dropdown): add closeOnChange prop #1252 (apiv)
- fix(Button): add
floated
to typings of ButtonGroup #1248 (layershifter) - feat(Button): add
floated
prop to Button.Group #1246 (mohammed88) - fix(typings): make TableHeaderCell
sorted
optional #1236 (squirly) - fix(Menu): fix typings for Menu.Item #1235 (shanehyde)
- style(Statistic): update typings and propTypes usage #1232 (layershifter)
- style(Grid): update typings and propTypes usage #1231 (layershifter)
- fix(typings): add item prop to the DropdownProps #1223 (rokoroku)
- docs(examples): add missing
key
props #1220 (levithomason)
v0.64.4 (2017-01-24)
Implemented enhancements:
- feat(Form): add
inverted
boolean property #1212 - No way to make search input fluid #1104
- Table sortable #926
Fixed bugs:
- Modal TextArea / Input Bug #1199
- The typings for FormInput and Divider are broken #1180
- fix(Dropdown): use
item
instead ofas={Menu.Item}
#659 (levithomason)
Closed issues:
- Modal "trigger" missing in Typescript Typings #1202
- Form inside modal? #1197
- How to upgrade to newer semantic-ui-react ? #1196
- Support jsnext:main and module fields #862
Merged pull requests:
- fix(ComponentExample): use explicit babel presets #1219 (levithomason)
- feat(Form): add
inverted
prop #1218 (vageeshb) - style(Embed): update typings and propTypes usage #1217 (layershifter)
- style(Button): update typings and propTypes usage #1216 (layershifter)
- fix(Portal): do not take focus after first render #1215 (levithomason)
- chore(package): support for jsnext:main #1210 (layershifter)
- style(Breadcrumb): update typings and propTypes usage #1209 (layershifter)
- style(Dimmer): update typings #1208 (layershifter)
- [email protected] untested
⚠️ #1204 (greenkeeperio-bot) - style(Step): update typings, tests and propTypes usage #1203 (layershifter)
- style(Table|mixed): update typings, tests and propTypes usage #1200 (layershifter)
- fix(Divider|FormInput): fix the broken typings #1179 (dennari)
- fix(Dropdown): respect
closeOnBlur={false}
#1148 (tarang9211)
v0.64.3 (2017-01-20)
Closed issues:
- docs(Popup): Props description of "hideOnScroll" #1192
- Dropdown.Item ignores 'value' property #1191
- Scroll and fixed column in table ? #1185
- Typescript: TS2307/TS2688 (Cannot Find Module/Cannot Find Type Definition) Errors #1183
Merged pull requests:
- docs(ComponentProps): show func signatures #1194 (levithomason)
- docs(Popup): Changed description of "hideOnScroll" prop #1193 (jos0003)
- [email protected] untested
⚠️ #1178 (greenkeeperio-bot) - feat(Table): add
sortable
andsorted
props #1109 (svrcekmichal)
v0.64.2 (2017-01-18)
Fixed bugs:
- Invalid argument to oneOf #1177
- bug(Modal): "trigger" component prop disappears on production build #1175
- fix(Modal|Popup): fix propTypes usage #1176 (layershifter)
v0.64.1 (2017-01-17)
Closed issues:
- Dropdown defaultValue with fetched options #1149
- Feat(Dropdown): Optionally return new text value pair from onAddItem #1132
Merged pull requests:
- style(Rail|Select|TextArea): cleanup typings #1171 (layershifter)
- style(Input): propTypes cleanups and typings update #1167 (layershifter)
- [email protected] untested
⚠️ #1166 (greenkeeperio-bot) - style(Loader|Reveal|Segment): propTypes cleanups and typings update #1165 (layershifter)
- typings(Popup, Menu): Fixed Popup inverted and MenuItem content types #1164 (dstpierre)
- [email protected] untested
⚠️ #1161 (greenkeeperio-bot) - chore(package): remove transform-react-constant-elements #1160 (layershifter)
- style(Container|Divider|Header|Icon): propTypes cleanups and typings update #1159 (layershifter)
- chore(package): Add ts-lint for typings #1156 (layershifter)
- style(Checkbox|Flag|Image|Radio): propTypes cleanups and typings update #1155 (layershifter)
- fix(Portal): take focus on mount and restore on unmount #1154 (fracmak)
- style(Search): several cleanups #1150 (layershifter)
v0.64.0 (2017-01-13)
Implemented enhancements:
- perf(props): Remove propTypes from production build #731 (layershifter)
Fixed bugs:
Merged pull requests:
- fix(typings): fix Modal mountnode -> mountNode #1153 (levithomason)
- feat(typings): add closeOnBlur and openOnFocus #1151 (levithomason)
- breaking(shorthand): only generate keys from strings and numbers #1062 (levithomason)
v0.63.6 (2017-01-11)
Implemented enhancements:
- Typings: allow including only used components in app bundle #1080
- feat(Dropdown): add
openOnFocus
andcloseOnBlur
#517
Closed issues:
- fix(Menu): blur error #1145
- correct way to import CSS ? #1143
- Loading Form.Button can't be set disabled #1142
- Why don't you allow style tag in components? #1139
- Expose palette feature? #1138
- Dropdown: combine allowAdditions(selection, search) with Dropdown Content #1137
- If a Popup has child popup, modal or other widgets, the parent popup closes #1125
- support other labelable controls in Form.Field in addition to Checkbox and Radio #1122
- Add key to options in Dropdown menu #1120
- Modal triggered from menu item issues #1106
- Typings: Missing Typings for Components Portal, Reveal and Embed #1096
Merged pull requests:
- feat(Input): add shorthand create method #1140 (levithomason)
- feat(typings): add Popup, Embed, Reveal and other updates #1136 (koenvg)
- fix(Input): allow conditional rendering of children #1131 (kyrasteen)
- Update react to version 15.4.2 🚀 #1130 (greenkeeperio-bot)
- Update react-dom to version 15.4.2 🚀 #1129 (greenkeeperio-bot)
- Update react-addons-test-utils to version 15.4.2 🚀 #1128 (greenkeeperio-bot)
- fix(Search): Search input can be made fluid #1123 (Rohanhacker)
- feat(typings): support modular imports #1121 (sagax85)
- [email protected] untested
⚠️ #1119 (greenkeeperio-bot) - [email protected] untested
⚠️ #1116 (greenkeeperio-bot) - feat(Dropdown): add
openOnFocus
andcloseOnBlur
#1101 (tarang9211)
v0.63.5 (2017-01-03)
Closed issues:
- Steps overflow container when cummulative step width exceeds container width #1114
- Pagination Support for Table Component #1110
- Typings: dimmer property in ImageProps is not optional. #1102
Merged pull requests:
- feat(Dropdown): remove noResultsMessage when null #1113 (levithomason)
- [email protected] untested
⚠️ #1112 (greenkeeperio-bot) - [email protected] untested
⚠️ #1111 (greenkeeperio-bot) - [email protected] untested
⚠️ #1107 (greenkeeperio-bot) - fix(typings): make dimmer in ImageProps optional #1103 (rokoroku)
v0.63.4 (2016-12-31)
Implemented enhancements:
Fixed bugs:
- Input/Dropdown/Button should not have tab stops when disabled #966
Merged pull requests:
- fix(tabIndex): use -1 when disabled, allow override #1100 (levithomason)
- [email protected] untested
⚠️ #1097 (greenkeeperio-bot)
v0.63.3 (2016-12-30)
Implemented enhancements:
- Typescript: Dimmer component doesn't exist. #1091
- feat(typings): Add declarations for Dimmer #1092 (wcatron)
- feat(Grid): add
container
prop #1085 (tarang9211)
Fixed bugs:
- Table.Cell with child {0} doesn't render #1069
Merged pull requests:
- docs(Introduction): Fix augmentation example #1094 (radekmie)
- fix(Components): render with children or shorthand of
0
#1077 (lusarz)
v0.63.2 (2016-12-27)
Implemented enhancements:
- Textarea does not auto height #982
Closed issues:
- Allow including only used LODASH functions in app bundle #1082
- Dropdown onAddItem gets called on value change when text and value aren't equal #1064
- Examples importing
../common
cannot be edited #1037
Merged pull requests:
- docs(Dropdown): added comments for shape of options #1086 (fobbyal)
- fix(typings): Add comments from source and fix minor inconsistencies #1084 (sagax85)
- feat(TextArea): add
autoHeight
prop #1083 (luski) - fix(docs): importing
../common
on doc site can be edited #1078 (lusarz) - [email protected] untested
⚠️ #1074 (greenkeeperio-bot) - fix(Dropdown): prevent overzealous onAddItem calls #1071 (keeslinp)
- fix(Dropdown): added role/aria attributes to Dropdown and DropdownItem #1006 (fracmak)
v0.63.1 (2016-12-21)
Fixed bugs:
- Support defaultProps in AutoControlledComponent #764
Closed issues:
- [Question] Form.Field control={Checkbox} vs Form.Checkbox #1070
- manage the popup appearance and BG click to close #1067
- Add doc examples for color, size, and inverted Statistic Groups #974
Merged pull requests:
- fix(typings): use boolean
vertical
Segment attribute #1073 (dennari) - feat(AutoControlledComponent): Default values #1066 (jcarbo)
- [email protected] untested
⚠️ #1063 (greenkeeperio-bot) - [email protected] untested
⚠️ #1049 (greenkeeperio-bot)
v0.63.0 (2016-12-20)
Fixed bugs:
- Portal
mouseOver
should bemouseEnter
#978
Merged pull requests:
- docs(Statistic): add description #1060 (levithomason)
- docs(StatisticGroup): add color, size, and inverted examples #1058 (tarang9211)
- breaking(Portal|Popup): replace mouseOver event listener with mouseEnter #989 (davezuko)
v0.62.4 (2016-12-19)
Closed issues:
- Popup documentation page is broken #1055
- Modal doesn't support animations #1054
- Dropdown selection sets value on blur #1052
- react.semantic-ui.com doesn't work ! #1051
- Sidebar docs's broken #1048
Merged pull requests:
- fix(docs): more permissive exampleContext regex #1056 (levithomason)
- feat(typings): Added sidebar, Update to Search and Textarea #1053 (koenvg)
v0.62.3 (2016-12-17)
Implemented enhancements:
- Dropdown not resetting value when blurred #1019
Merged pull requests:
- Feat(typings): Added typings for Radio, Confirm, Select and Textarea #1047 (koenvg)
- fix(dropdown): clear value when dropdown is blurred #1046 (vageeshb)
- [email protected] untested
⚠️ #1045 (greenkeeperio-bot) - fix(typings): fix typings spelling on
Accordion
#1044 (ericl85) - feat(Checkbox): Indeterminate state #1043 (jcarbo)
- fix(docs): Fix check icon #1042 (jcarbo)
v0.62.2 (2016-12-16)
Implemented enhancements:
Fixed bugs:
- docs(Example): Fix warnings #599
Closed issues:
- fix(Table): Keys warning when using renderBodyRow #1030
- Importing single module bundles entire library #1025
- RFC: Use PureComponent #1020
- how to render Header when defined as a const like your docs #1017
- Form Within Modal - formData submitted returns undefined #1016
- Search Module can't be made a11y compliant #885
- RFC: Open questions around "Collection Shorthand" #604
- Remove or update use of refs #405
Merged pull requests:
- fix(Header): Remove duplicate class #1040 (jcarbo)
- feat(docs): Active className on Sidebar item #1031 (pradel)
- [email protected] untested
⚠️ #1028 (greenkeeperio-bot) - test(Accordion): add inclusive tests for opening and closing panels #1023 (koenvg)
- Update node-sass to version 4.0.0 🚀 #1015 (greenkeeperio-bot)
- feat(Accordion): ability to open multiple items #988 (levithomason)
- test(Examples): assert no console errors #645 (levithomason)
v0.62.1 (2016-12-10)
Closed issues:
Merged pull requests:
- docs(Usage): fix import path to minified stylesheet #1013 (aaronang)
- docs(Step): remove object destructuring for Step subcomponents #1008 (tomjnsn)
- docs(StepExampleGroups): remove object destructuring #1007 (tomjnsn)
- fix(Dropdown): fix crash when setting defaultOpen on a search dropdown #1005 (fracmak)
- Update imports-loader to version 0.7.0 🚀 #1004 (greenkeeperio-bot)
- fix(Icon): added aria-hidden attribute to icon #1002 (fracmak)
- fix(List): Added aria roles for list/list-item #1001 (fracmak)
v0.62.0 (2016-12-07)
Closed issues:
- Reveal alignment (feature request) #994
- Modal close icon color #986
- Draggable List item? #984
- Form.Select onChange is not working as it should #981
Merged pull requests:
- feat(typings): add first draft typings #995 (levithomason)
- fix(Accordion): allow contentShorthand for panel prop #991 (wassname)
- docs(Popup): make allowed content types statically analyzable #990 (davezuko)
- fix(Sidebar) sidebar is a module, not a collection #987 (fracmak)
- breaking(Form|RatingIcon|Search|SearchResult): Pass data to event handlers #951 (jcarbo)
v0.61.10 (2016-12-03)
Implemented enhancements:
- FormField support
label
shorthand #939 - <Sidebar /> Component #197
- feat(Checkbox|FormField) support
label
shorthand #967 (layershifter)
Merged pull requests:
- docs(Icon): add icon search #977 (levithomason)
- feat(Sidebar): add component #905 (fracmak)
v0.61.9 (2016-12-01)
Closed issues:
- Delete icon for multiselect dropdown generates warning #971
- Statistic size Prop doesn't work inside Statistic.Group #970
- Modal continuously updating #969
- Preact? #965
Merged pull requests:
- fix(Modal): prevent unnecessary renders #973 (jcarbo)
- feat(StatisticGroup): Add missing props #972 (jcarbo)
- fix(Select): add missing subcomponents #964 (levithomason)
v0.61.8 (2016-11-30)
Fixed bugs:
- bug(Icon): Redundant size value #962
Closed issues:
v0.61.7 (2016-11-29)
Closed issues:
- Card onClick() callback function signature. #949
- Wrappin the search results in a scrollable container #946
- feat(search): allow multiple search terms #558
Merged pull requests:
- feat(Card): pass props to onClick #950 (jcarbo)
- [email protected] untested
⚠️ #945 (greenkeeperio-bot) - feat(Rating): Rating now keyboard navigable and visually impaired accessible #892 (fracmak)
v0.61.6 (2016-11-27)
Fixed bugs:
- Message Component Warning #936
Merged pull requests:
- feat(customPropTypes): add suggest prop type checker #944 (levithomason)
v0.61.5 (2016-11-26)
Fixed bugs:
- Accordion does not work properly when defaultActiveIndex is 0 #772
Merged pull requests:
- [email protected] untested
⚠️ #940 (greenkeeperio-bot) - fix(Accordion): Fixed incorrect defaultActiveIndex check #928 (Arthelon)
v0.61.4 (2016-11-23)
Implemented enhancements:
- Modal: Support showing Close (X) Icon #436
- feat(Modal): Add closeIcon #932 (jcarbo)
- feat(Button): Prevent click on disabled button #930 (jcarbo)
Fixed bugs:
- dropdown icon #927
- fix(sui): add "dropdown" to icons #933 (levithomason)
Closed issues:
Merged pull requests:
- Added Select example #925 (iamcaleberic)
- [email protected] untested
⚠️ #923 (greenkeeperio-bot) - [email protected] untested
⚠️ #922 (greenkeeperio-bot) - [email protected] untested
⚠️ #921 (greenkeeperio-bot)
v0.61.3 (2016-11-22)
Implemented enhancements:
- FormField:
required
prop not passed to control #911
Fixed bugs:
- fix(Input): onChange callback does not pass the value of the input when using Input with children #909
- TextArea onChange callback does not pass the Input object #907
- Header
subheader
shorthand element missingclassName='sub header'
#902
Closed issues:
- Unable to access documentation #915
- react.semantic-ui.com is down #914
- DISCUSSION: Use of react-form (problem with prop validations) #856
- RFC: Formally document prop function signatures #487
Merged pull requests:
- feat(TextArea): add onChange(e, data) callback signature #920 (levithomason)
- fix(Header): add
sub header
className to subheader shorthand #919 (levithomason) - feat(FormField): pass
required
to the control #917 (levithomason) - fix(Input): spread input props on the input child #916 (levithomason)
- [email protected] untested
⚠️ #913 (greenkeeperio-bot) - Added TextArea Example #910 (iamcaleberic)
- feat(docs): show enum values #906 (fracmak)
v0.61.2 (2016-11-20)
Implemented enhancements:
- refactor(docs): rename file name to be the same as class name, etc #564
Fixed bugs:
- Dropdown selection auto select first option #811
Merged pull requests:
- Update react-ace to version 4.1.0 🚀 #904 (greenkeeperio-bot)
- [email protected] untested
⚠️ #900 (greenkeeperio-bot) - fix(Dropdown): unselected dropdown to have empty value #898 (Arthelon)
- [email protected] untested
⚠️ #897 (greenkeeperio-bot) - [email protected] untested
⚠️ #896 (greenkeeperio-bot) - [email protected] untested
⚠️ #894 (greenkeeperio-bot) - test(lint): Added eslint-plugin-jsx-a11y plugin in warning mode #890 (fracmak)
- [email protected] untested
⚠️ #887 (greenkeeperio-bot)
v0.61.1 (2016-11-17)
Fixed bugs:
- Support onKeyDown in Input #884
Closed issues:
- Modal is missing "open" in the documentation of props. #690
Merged pull requests:
- fix(Input): pass all handlers to the html input #886 (levithomason)
- Update css-loader to version 0.26.0 🚀 #883 (greenkeeperio-bot)
- style(Item): update docs to the latest standards #881 (dpkwhan)
- Update gh-pages to version 0.12.0 🚀 #880 (greenkeeperio-bot)
- [email protected] untested
⚠️ #874 (greenkeeperio-bot) - [email protected] untested
⚠️ #869 (greenkeeperio-bot) - docs(Modal): Add controlled modal example #769 (lewisblackwood)
v0.61.0 (2016-11-16)
Closed issues:
Merged pull requests:
- Docs/item #868 (dpkwhan)
- style(Statistic): update docs to the latest standards #866 (dpkwhan)
- perf(docs): improve doc bundle and load experience #865 (levithomason)
- Update doctrine to version 2.0.0 🚀 #861 (greenkeeperio-bot)
- breaking(AutoControlledProps): Ignore undefined #788 (jcarbo)
v0.60.10 (2016-11-15)
Closed issues:
- Very low performance caused by
getUnhandledProps
#859
Merged pull requests:
- perf(getUnhandledProps): replace lodash with vanilla js #860 (levithomason)
- [email protected] untested
⚠️ #858 (greenkeeperio-bot)
v0.60.9 (2016-11-14)
Closed issues:
- Dropdown: Customize selected label for single-select #852
Merged pull requests:
- [email protected] untested
⚠️ #855 (greenkeeperio-bot) - feat(Dropdown): Enable custom DropdownItem render #854 (jcarbo)
v0.60.8 (2016-11-14)
Merged pull requests:
- fix(Input): use e.target.value in onChange data.value #853 (levithomason)
v0.60.7 (2016-11-14)
Fixed bugs:
- Accordion indexes #773
Merged pull requests:
- [email protected] untested
⚠️ #849 (greenkeeperio-bot) - fix(Accordion) fix wrong indexes when using Accordion.Title and Accordion.Content #832 (saitonakamura)
v0.60.6 (2016-11-13)
Closed issues:
- Server side rendering failing #848
v0.60.5 (2016-11-13)
Implemented enhancements:
Fixed bugs:
- fix(Docs): fix find() usage for IE #844 (layershifter)
Closed issues:
- Knob dial component #843
Merged pull requests:
- feat(Input): add onChange(e, props) #846 (levithomason)
- fix(debug): add bug work around #845 (levithomason)
- style(Rating): update docs to the latest standards #841 (dpkwhan)
- style(Search): update docs to the latest standards #840 (dpkwhan)
- style(Checkbox): update docs to the latest standards #839 (dpkwhan)
- style(Accordion): update docs to the latest standards #838 (dpkwhan)
- style(Menu): update docs to the latest standards #835 (dpkwhan)
v0.60.4 (2016-11-10)
Fixed bugs:
- bug(customPropTypes): demand validation is broken with defaultProps #827
- docs(Embed): props renaming #831 (layershifter)
Merged pull requests:
v0.60.3 (2016-11-10)
Implemented enhancements:
- [Table] Add Possibility to Make Table.Cell Selectable #812
- <Embed /> Component #191
- feat(Embed): Add component #783 (layershifter)
Fixed bugs:
- IE Modal error #750
Merged pull requests:
- feat(Table.Cell) make Table.Cell selectable #829 (saitonakamura)
- fix(Portal): ignore document click if no node or portal #823 (levithomason)
- Update chai-enzyme to version 0.6.0 🚀 #796 (greenkeeperio-bot)
v0.60.2 (2016-11-10)
Closed issues:
- Make text property of dropdown accept React.Node not only text #825
Merged pull requests:
- test(isBrowser): add tests #826 (levithomason)
- fix(isBrowser): replace OR with AND operator #824 (dcurletti)
- [email protected] untested
⚠️ #822 (greenkeeperio-bot)
v0.60.1 (2016-11-10)
Closed issues:
- Modal relies on document as default renderNode, breaks SSR #712
Merged pull requests:
- chore(build): simplify and fix hmr #821 (levithomason)
- [email protected] untested
⚠️ #820 (greenkeeperio-bot) - [email protected] untested
⚠️ #818 (greenkeeperio-bot) - [email protected] untested
⚠️ #817 (greenkeeperio-bot) - [email protected] untested
⚠️ #808 (greenkeeperio-bot) - fix(package): do not access window/document in ssr #806 (levithomason)
v0.60.0 (2016-11-09)
Implemented enhancements:
Closed issues:
- Docs about webpack + custom css #802
Merged pull requests:
- docs(IconExampleLoadingGroup): typo use to user #815 (UnbrandedTech)
v0.59.0 (2016-11-07)
Fixed bugs:
- docs for DropdownItem incorrectly list
text
as a onClick param #804
Closed issues:
Merged pull requests:
- breaking(DropdownItem): callback with (e, props) onClick #805 (levithomason)
- docs(Modal): fix icon prop in Button, fix labeled prop, add index.js and trailing . in description #800 (dpkwhan)
- fix(Dimmer): Fix "simple" usage, add disabled prop #795 (jcarbo)
v0.58.3 (2016-11-05)
Fixed bugs:
Closed issues:
- (question) how to open modal programmatically? #793
Merged pull requests:
- feat(Dropdown): Prevent open when disabled #792 (jcarbo)
- style(Message): update docs to the latest standards #789 (dpkwhan)
- feat(Image): Render children appropriately #784 (jcarbo)
v0.58.2 (2016-11-02)
Fixed bugs:
- Dimmer - Inactive dimmer still overlays segment contents, making them unclickable #780
Merged pull requests:
- docs(Icon): correct
link
propType description typo #785 (hoppy-kamper) - fix(Dimmer): allow children to be clicked #782 (ben174)
v0.58.1 (2016-10-31)
Implemented enhancements:
- Dropdown enhancements: Better remote API support, item customization #416
- <Dimmer /> Component #190
- feat(Dimmer): Add component #447 (layershifter)
Closed issues:
- class !important issue #777
Merged pull requests:
- docs(Table): update docs to the latest standards #771 (dpkwhan)
- [email protected] untested
⚠️ #768 (greenkeeperio-bot) - docs(Form): update to latest standards and make minor fixes #767 (dpkwhan)
- [email protected] untested
⚠️ #766 (greenkeeperio-bot) - docs(usage): Add usage section to docs #759 (lewisblackwood)
- feat(Dropdown): support additionLabel components #757 (jayphelps)
v0.58.0 (2016-10-28)
Fixed bugs:
- Accordion defaultActiveIndex #761
Merged pull requests:
- fix(Accordion): respect defaultActiveIndex #763 (levithomason)
- docs(ComponentDoc): show props by default #762 (levithomason)
- breaking(Reveal): change prop name #760 (layershifter)
- [email protected] untested
⚠️ #758 (greenkeeperio-bot) - style(Button): update docs to the latest standards, add missing prop … #756 (dpkwhan)
- Update brace to version 0.9.0 🚀 #753 (greenkeeperio-bot)
- Update react-router to version 3.0.0 🚀 #743 (greenkeeperio-bot)
- fix(dropdown): render text when option.value = 0 #686 (Chris-R3)
v0.57.1 (2016-10-28)
Implemented enhancements:
Fixed bugs:
- Item.Image doesn't honor size prop #746
v0.57.0 (2016-10-28)
Merged pull requests:
- breaking(BreadcrumbSection): change
text
prop tocontent
#755 (levithomason)
v0.56.14 (2016-10-27)
Implemented enhancements:
- <Reveal /> Component #182
- feat(Popup): Enabled controlled usage #749 (jcarbo)
- feat(Reveal): Add component #748 (layershifter)
Closed issues:
- Grid centered not rendered properly #752
- Does the <Popup/> Component have 'manual' behavior as the normal popup does? #727
Merged pull requests:
v0.56.13 (2016-10-25)
Fixed bugs:
- IE support? #733
Closed issues:
- <Sidebar/> component #730
Merged pull requests:
- fix(AutoControlledComponent): replace startsWith call #745 (levithomason)
- [email protected] untested
⚠️ #744 (greenkeeperio-bot) - [email protected] untested
⚠️ #742 (greenkeeperio-bot) - [email protected] untested
⚠️ #741 (greenkeeperio-bot) - [email protected] untested
⚠️ #740 (greenkeeperio-bot) - [email protected] untested
⚠️ #739 (greenkeeperio-bot) - [email protected] untested
⚠️ #736 (greenkeeperio-bot) - style(Image): update docs to the latest standards #726 (dpkwhan)
v0.56.12 (2016-10-23)
Fixed bugs:
- 0.56.11 fails to install correctly #724
Merged pull requests:
- fix(Dropdown-test): fix selection range test #729 (levithomason)
- fix(package): build before release #728 (levithomason)
- style(Header): update docs to the latest standards #725 (dpkwhan)
- style(Flag): refactor docs to latest standards #722 (dpkwhan)
v0.56.11 (2016-10-22)
Closed issues:
- Segment does not support "middle" attachment #716
- fix(Dropdown) Call Modal onClose handler when clicking on dropdown item cross icon #708
Merged pull requests:
- fix(Modal): Only set position when modal is open #721 (jcarbo)
- [email protected] untested
⚠️ #719 (greenkeeperio-bot) - docs(ComponentExample): default commit message on edit #718 (levithomason)
- docs(FormFormExample): remove extra checkbox label #717 (server-monitor)
- docs(Divider): refactor, use functional components, add trailing period #715 (dpkwhan)
- [email protected] untested
⚠️ #714 (greenkeeperio-bot) - docs(Container): refactor, functional components, trailing period, misspelling #713 (dpkwhan)
- [email protected] untested
⚠️ #710 (greenkeeperio-bot)
v0.56.10 (2016-10-20)
Closed issues:
- docs(Dropdown): add missing examples #562
Merged pull requests:
- chore(circleci): use ta-scripts auto-release and changelog #707 (levithomason)
- chore(auto-release): skip non-consequential and unknown commits #706 (levithomason)
- feat(Dropdown): Add missing examples and begin feature support #682 (jcarbo)
v0.56.9 (2016-10-19)
Merged pull requests:
- chore(scripts): setup auto release #705 (levithomason)
v0.56.8 (2016-10-19)
Fixed bugs:
- (0.56.6) semantic-ui-react unable to find React or ReactDOM module #703
Merged pull requests:
v0.56.7 (2016-10-19)
Merged pull requests:
- fix(package): revert define browser field (#702) #704 (levithomason)
v0.56.6 (2016-10-19)
Merged pull requests:
- chore(package): define browser field #702 (levithomason)
v0.56.5 (2016-10-18)
Closed issues:
Merged pull requests:
- fix(customPropTypes): ignore nil and false in disallow() #700 (levithomason)
- Update all dependencies 🌴 #696 (greenkeeperio-bot)
v0.56.4 (2016-10-17)
Merged pull requests:
- fix(Dropdown): over zealous propType warnings #694 (levithomason)
v0.56.3 (2016-10-17)
Fixed bugs:
- Dropdown 'openOnSpace' triggered through TextArea #692
- fix(Dropdown): blur virtual DOM with real DOM #693 (levithomason)
v0.56.2 (2016-10-17)
Implemented enhancements:
- feat(Modal): support opening/closing multiple modals #636
- feat(Portal): Improve rendering #666 (jcarbo)
Fixed bugs:
Closed issues:
- fix(Menu): SyntaxError:Unexpected token(6:8) #691
Merged pull requests:
- feat(ButtonGroup): Add missing props #687 (jcarbo)
- docs(Icon): refactor naming and descriptions, use function components #685 (dpkwhan)
- docs(Input): refactor, add trailing . in description, fix imports #679 (dpkwhan)
v0.56.1 (2016-10-14)
Fixed bugs:
- Menu.Item allows icon to be set as boolean #681
Merged pull requests:
- fix(MenuItem): allow bool/string icon proptype #683 (levithomason)
- docs(Breadcrumb): refactor and use index.js #671 (dpkwhan)
- docs(Step): refactor and fix an issue #668 (dpkwhan)
- docs(Card): refactor, add trailing . in description and fix typo #667 (dpkwhan)
- docs(progress): refactor, add trailing . to description and use stateless functional expression #664 (dpkwhan)
- docs(confirm): add trailing . to description #663 (dpkwhan)
- docs(Radio): refactor, use stateless functional expression and fix a typo #662 (dpkwhan)
v0.56.0 (2016-10-11)
Implemented enhancements:
- BREAKING CHANGE: Loader component refactor #654 (layershifter)
v0.55.2 (2016-10-11)
Implemented enhancements:
- refactor(Rail): update component #658 (layershifter)
- refactor(Grid): update Component #656 (layershifter)
Fixed bugs:
- refactor\(Rail\): update component #658 (layershifter)
v0.55.1 (2016-10-09)
Implemented enhancements:
- refactor(Rating): add rating icon component #640 (layershifter)
Fixed bugs:
- fix(Dropdown): reopens after switching back to browser window #627
- fix(ItemImage): wrap image to prevent vertical strech #646 (debrice)
Merged pull requests:
v0.55.0 (2016-10-09)
Merged pull requests:
- BREAKING CHANGE: update Confirm to Modal v1 API #634 (levithomason)
v0.54.5 (2016-10-08)
Implemented enhancements:
- feat(ListItem): add shorthand #589
- <Popup /> Component #193
- <Comment /> Component #187
- feat(List): Shorthand for list and list items #637 (jcarbo)
- feat(Comment): Add component #584 (layershifter)
- feat(Popup): add component #570 (debrice)
v0.54.4 (2016-10-08)
Fixed bugs:
- fix(Label): fix shorthand create method #644 (levithomason)
v0.54.3 (2016-10-07)
Fixed bugs:
Closed issues:
- fix(Form): not render icon in select #620
- Move docs to react.semantic-ui.com #611
- Standardize childKey and shorthand props #449
- Migrating to Semantic-UI-React #243
Merged pull requests:
- fix(deploy): create CNAME pre deploy #633 (levithomason)
- fix(customPropTypes): itemsShorthand -> collectionShorthand #632 (levithomason)
- refactor(project): stardust repo to Semantic-UI-React #631 (levithomason)
- docs(Confirm): refactor and use index.js #630 (dpkwhan)
- fix(CONTRIBUTING): fix angular contributing link #629 (Chris-R3)
v0.54.2 (2016-10-05)
Closed issues:
- Add key to 'Support' section in README? #624
Merged pull requests:
- chore(warnings): Fix warnings in Form and Modal #626 (jcarbo)
- feat(shorthand): Custom shorthand proptypes #618 (jcarbo)
- test(factories): add factory tests #552 (levithomason)
v0.54.1 (2016-10-04)
Fixed bugs:
- fix(Checkbox): prevent onChange and onClick when disabled #600
Merged pull requests:
- refactor(Components): use a class if there are event handlers #619 (layershifter)
- fix(Checkbox): no onChange/onClick when disabled #601 (sprmn)
v0.54.0 (2016-10-04)
Fixed bugs:
- fix(Button): revert rendering
labeled
buttons as <button> #612
Closed issues:
- refactor(Button): rework
labeled
for consistency with Input #510 - RFC: Standardize Component Parts #325
Merged pull requests:
- BREAKING CHANGE: refactor
labeled
Button API #616 (levithomason) - chore(icon): cleanup icon doc data #615 (levithomason)
- chore(style): Make some common patterns more consistent #614 (jcarbo)
- chore(ComponentExamples): example context todo #613 (levithomason)
- chore(imports): Direct internal imports #610 (jcarbo)
v0.53.0 (2016-10-03)
Fixed bugs:
- labeled icon <Button /> not rendered as <button> #596
Merged pull requests:
- refactor(project): stardust => semantic-ui-react #608 (levithomason)
v0.52.5 (2016-10-03)
Merged pull requests:
v0.52.4 (2016-10-03)
Implemented enhancements:
- feat(GridRow): add missing
divided
prop #560 - feat(GridRow): add missing
divided
prop #602 (layershifter)
Closed issues:
- Question: direct importing vs deconstruction #609
Merged pull requests:
- docs(readme): update development warning #605 (levithomason)
v0.52.3 (2016-10-03)
Implemented enhancements:
- feat(Image): add
label
shorthand #538 - feat(Image): add
label
shorthand #603 (layershifter)
Closed issues:
Merged pull requests:
- docs(Table): add
attached
example #598 (layershifter)
v0.52.2 (2016-10-03)
Implemented enhancements:
v0.52.1 (2016-10-03)
Implemented enhancements:
Merged pull requests:
- docs(Card): fix Feed usage #594 (levithomason)
v0.52.0 (2016-10-03)
Implemented enhancements:
- feat(Table): add shorthand for generating tables #565
- All event handlers should return the event data first #218
- feat(Dropdown): Pass object with name to onChange #581 (jcarbo)
- feat(Table): add table row shorthand #567 (jcarbo)
v0.51.1 (2016-10-03)
Implemented enhancements:
- feat(ComponentExample): add copy JSX button #574
- RFC: Could/should the modal rely more heavily on React.Portal? #553
- feat(Label): add LabelGroup and missing docs #576 (layershifter)
Fixed bugs:
- fix(MenuItem): do not add
icon
class givenname
orcontent
#585 (levithomason)
Closed issues:
- Update legacy component APIs to the v1 API #269
Merged pull requests:
- feat(ComponentExample): add github links to editor #586 (levithomason)
- fix(tests): Add coverage to missing lines #583 (jcarbo)
- feat(ComponentExample): add copy JSX button #582 (jcarbo)
- fix(package): remove semantic-ui-css dependency #580 (levithomason)
v0.51.0 (2016-10-02)
Merged pull requests:
- fix(Feed): update propTypes, shorthand and docs #575 (levithomason)
v0.50.0 (2016-10-02)
Merged pull requests:
v0.49.0 (2016-10-01)
Implemented enhancements:
- feat(docs): editable examples #566 (levithomason)
- fix(List): Update to v1 API #551 (layershifter)
Merged pull requests:
- fix(customPropTypes): fix logic and warning messages #579 (levithomason)
- test(commonTests): ensure top level exports #572 (levithomason)
v0.48.3 (2016-09-29)
Implemented enhancements:
- feat(Segment): add
size
prop #568 - feat(Segment): add
size
prop #569 (layershifter)
Fixed bugs:
- fix(dll): fix dll build order #563 (levithomason)
v0.48.2 (2016-09-28)
v0.48.1 (2016-09-28)
Implemented enhancements:
- Spread unhandled props on the root element #91
v0.48.0 (2016-09-28)
Implemented enhancements:
- feat(Dropdown): support label prop #291
- feat(ComponentExample): show code on direct link #557 (levithomason)
- feat(Input): update to v1 API #281 (jamiehill)
v0.47.2 (2016-09-28)
Fixed bugs:
- fix(Menu): add left/right
fixed
enums #556 (levithomason)
Merged pull requests:
- fix(docs): update sidebar to use Menu v1 API #555 (levithomason)
v0.47.1 (2016-09-28)
Implemented enhancements:
- refactor(sub components): export at the top level #519
- feat(index): export sub components at the top level #554 (levithomason)
v0.47.0 (2016-09-26)
Implemented enhancements:
- fix(ComponentExample): title, desc, and icon alignments #549 (levithomason)
- feat(Table): update to v1 API #451 (levithomason)
Fixed bugs:
- fix(factories): remove circular references #550 (levithomason)
Closed issues:
- refactor(commonTests): rename for consistency and clarity #481
Merged pull requests:
- feat(commonTests): add options and expected className #548 (levithomason)
v0.46.3 (2016-09-25)
Implemented enhancements:
- feat(ComponentExample): add show html button to docs #547 (levithomason)
- feat(common): Improve shorthand array handling #543 (jcarbo)
v0.46.2 (2016-09-25)
Fixed bugs:
- bug(Header): Invalid propTypes validation #542
- Nested dropdown/menu does not expand on hover #533
- fix(Header): Fix
image
prop #545 (layershifter) - docs(Menu): open nested dropdown item on hover #541 (levithomason)
Closed issues:
- RFC: Standardize shorthand prop names for primary content #391
v0.46.1 (2016-09-23)
Fixed bugs:
- fix(Label): pointing examples are incorrect #534
- docs(Menu): MenuItem icon and dropdown item example #540 (levithomason)
- fix(factories): explicitly handle each value type #539 (levithomason)
- docs(Label): fix pointing docs #537 (layershifter)
Merged pull requests:
v0.46.0 (2016-09-23)
Implemented enhancements:
- fix(Label): add missing Detail sub component #488
- feat(factories): add shorthand factory #529 (levithomason)
- feat(Label): Refactor, docs and new props #526 (layershifter)
- refactor(docs): replace react-highlighjs with react-ace #525 (levithomason)
Merged pull requests:
- feat(commonTests): add implementsShorthandProp #530 (levithomason)
- feat(customPropTypes): add "as" prop type #528 (levithomason)
v0.45.3 (2016-09-21)
Implemented enhancements:
- feat(Menu): add
floated
and MenuItemicon
props #523 (layershifter)
v0.45.2 (2016-09-21)
Fixed bugs:
- fix(Label): Fix
ribbon
propType #522 (layershifter)
Merged pull requests:
- docs(.github): create ISSUE_TEMPLATE #521 (levithomason)
v0.45.1 (2016-09-21)
Fixed bugs:
- fix(src/index): use module exports #520 (levithomason)
v0.45.0 (2016-09-21)
Merged pull requests:
- chore(build): add browser build #518 (levithomason)
v0.44.9 (2016-09-20)
Implemented enhancements:
- feat(Menu): Add
items
shorthand #506 (layershifter)
Merged pull requests:
- docs(PageNotFound): fix layout and embed atari #515 (levithomason)
v0.44.8 (2016-09-20)
Fixed bugs:
- Selecting an item from a Dropdown menu in search mode (non multi) does not work #513
- fix(Dropdown): abort handleBlur on click inside #514 (levithomason)
v0.44.7 (2016-09-20)
Implemented enhancements:
- <Search /> Component #195
Fixed bugs:
- fix(Header): subheader and image shorthand #511
Merged pull requests:
- fix(Header): properly wrap contents in HeaderContent #512 (levithomason)
v0.44.6 (2016-09-19)
Merged pull requests:
v0.44.5 (2016-09-19)
Merged pull requests:
v0.44.4 (2016-09-18)
Fixed bugs:
- Dropdown events triggering twice #504
- fix(MenuItem): remove
down
prop #502 - fix(Dropdown): skip select item on blur when closed #508 (levithomason)
v0.44.3 (2016-09-16)
Fixed bugs:
- fix(MenuItem): remove
down
prop #503 (layershifter)
v0.44.2 (2016-09-16)
Fixed bugs:
- Dropdown: <Dropdown.Item as={'a'} /> with href does not function appropriately #493
Merged pull requests:
- fix(Dropdown): open/close on focus/blur #500 (levithomason)
v0.44.1 (2016-09-15)
Fixed bugs:
v0.44.0 (2016-09-13)
Fixed bugs:
- refactor(deprecate): remove all deprecated #498 (levithomason)
v0.43.3 (2016-09-12)
Fixed bugs:
- Deprecated functional components throw TypeError: Cannot call a class as a function #367
- fix(deprecate): handle functional components #494 (levithomason)
v0.43.2 (2016-09-10)
Closed issues:
- Engine requirements in package.json are out of date #491
Merged pull requests:
v0.43.1 (2016-09-10)
Implemented enhancements:
- Dropdown: support
disabled
items #478 - refactor(Label): update props to the latest specs #474
- Rename plural group components (Fields) -> Group #203
- feat(Button): support all features, update to v1 API #295 (jamiehill)
Fixed bugs:
- Create attached button element #46
Merged pull requests:
- chore(karma): clean and format stacktraces #490 (levithomason)
- feat(ComponentProps): sort doc props alphabetically #489 (levithomason)
v0.43.0 (2016-09-09)
Merged pull requests:
v0.42.6 (2016-09-09)
Implemented enhancements:
- Dropdown: support custom search function #469
Merged pull requests:
v0.42.5 (2016-09-09)
Merged pull requests:
v0.42.4 (2016-09-09)
Fixed bugs:
Closed issues:
- fix(Label): do not auto apply the
empty
className #485
v0.42.3 (2016-09-09)
Implemented enhancements:
- Dropdown: Support arbitrary element for
text
#477
Merged pull requests:
v0.42.2 (2016-09-08)
Implemented enhancements:
- Header: add subheader shorthand #461
- feat(Header): Add subheader prop #476 (layershifter)
v0.42.1 (2016-09-07)
Merged pull requests:
- fix(customPropTypes): show all errors if some() fails #473 (levithomason)
v0.42.0 (2016-09-07)
Implemented enhancements:
- feat(Menu): Update to v1 API #382 (layershifter)
v0.41.4 (2016-09-06)
Merged pull requests:
v0.41.3 (2016-09-06)
Implemented enhancements:
- feat(Dropdown): Add Header sub-component #471 (layershifter)
v0.41.2 (2016-09-05)
Implemented enhancements:
v0.41.1 (2016-09-05)
Implemented enhancements:
- feat(Grid): add stretched prop #466 (layershifter)
- docs(Loader): update docs #463 (layershifter)
Closed issues:
- Adding animation effects to component #465
Merged pull requests:
- feature(docs): show sub component descriptions #462 (levithomason)
v0.41.0 (2016-09-02)
Implemented enhancements:
Closed issues:
- MenuItem is rendered as active link with React 15.3.1 #460
Merged pull requests:
- Provide callback for default element type #459 (levithomason)
v0.40.0 (2016-09-01)
Implemented enhancements:
- Doc: show sub component props #428 (levithomason)
- feat(Form): update to v1 API #400 (levithomason)
Fixed bugs:
- Docs: Fix absolute anchor links #455
Closed issues:
Merged pull requests:
- fix(docs): anchor links #457 (levithomason)
v0.39.0 (2016-08-31)
Fixed bugs:
- Header: update doc usage of shorthand props #454
- fix(Header): correct shorthand props API #456 (levithomason)
v0.38.1 (2016-08-29)
Fixed bugs:
- Dropdown: support Menu classname #448
Merged pull requests:
- fix(Dropdown): merge Dropdown.Menu className #453 (levithomason)
v0.38.0 (2016-08-29)
Implemented enhancements:
- Item: Update to v1 API #431 (layershifter)
v0.37.4 (2016-08-29)
Implemented enhancements:
- Modal: Support configurable close behaviors #437
- React Router
Links
andMenuItems
#142 - feat(Modal): add configurable close behaviors (#440) #440 (brsanthu)
v0.37.3 (2016-08-28)
Fixed bugs:
- Dropdown: fix search type issues #397
Merged pull requests:
- fix(Dropdown): fix search width #443 (levithomason)
v0.37.2 (2016-08-26)
Merged pull requests:
- feat(Header): support size prop #444 (levithomason)
- feat(docs): complete keyboard nav search #441 (levithomason)
v0.37.1 (2016-08-25)
Fixed bugs:
- Docs: Generation issue of docgenInfo.json on Windows #434
- fix(Checkbox): render required empty labels #439 (levithomason)
v0.37.0 (2016-08-25)
Implemented enhancements:
- RFC: Consider component augmentation #403
- Breaking Changes: Add component augmentation #414 (levithomason)
Fixed bugs:
- Docs: Comparison width error #433
- Bug: Doc website prevents the use of cmd + c #425
- Docs: use platform path sep #435 (levithomason)
Closed issues:
- Doc: CI deploys a broken doc site build #423
Merged pull requests:
- Docs: Comparison width fix #438 (layershifter)
- docs(Card): add component descriptions #429 (levithomason)
- Docs: fix search focus #426 (levithomason)
- Update dependencies #422 (levithomason)
- chore(codeclimate): remove codeclimate #421 (levithomason)
- Update codeclimate #420 (levithomason)
v0.36.3 (2016-08-22)
Implemented enhancements:
v0.36.2 (2016-08-22)
Implemented enhancements:
v0.36.1 (2016-08-21)
Fixed bugs:
- fix(Input): remove extra curly brace #415 (fuatsengul)
Merged pull requests:
- feat(useWidthProp): tools/tests for width props #413 (levithomason)
- fix(commonTests): handle deeply nested subcomponents #412 (levithomason)
v0.36.0 (2016-08-21)
Merged pull requests:
- refactor(TextArea): rename and use functional component #409 (levithomason)
v0.35.1 (2016-08-21)
Implemented enhancements:
- <Card /> Component #186
Fixed bugs:
- fix(customPropTypes): false demand() errors #411 (levithomason)
Merged pull requests:
- Docs: fixes and updates #410 (levithomason)
- chore(package): update react 15.3.1 #408 (levithomason)
v0.35.0 (2016-08-18)
Merged pull requests:
v0.34.4 (2016-08-18)
Implemented enhancements:
v0.34.3 (2016-08-17)
Fixed bugs:
- Support to change Icon in Dropdown Component #401
Merged pull requests:
- Dropdown: fix icon prop #402 (levithomason)
- Docs: update Grid usages #399 (levithomason)
- Docs: add Introduction image prop example #396 (levithomason)
- Docs: add TA attribution #395 (levithomason)
v0.34.2 (2016-08-14)
Implemented enhancements:
- Statistic: enhance shorthand props and propTypes #390 (layershifter)
Closed issues:
- Remove bluebird dependency #84
Merged pull requests:
- Image: add inline prop #394 (layershifter)
- Add Introduction page #377 (levithomason)
v0.34.1 (2016-08-13)
v0.34.0 (2016-08-13)
Implemented enhancements:
- <Feed /> Component #188
Merged pull requests:
- Feed: add component #363 (layershifter)
v0.33.0 (2016-08-13)
Implemented enhancements:
- Modal Keyboard Event Handlers #175
- Modal: full feature support with Dimmer and docs #383 (levithomason)
v0.32.0 (2016-08-13)
Implemented enhancements:
- <Step /> Component #183
- Validate commonTest arguments #389 (levithomason)
- Image Component updated to v1 API #280 (jamiehill)
Merged pull requests:
- Refactor utils #388 (levithomason)
- Add Step component #335 (layershifter)
v0.31.0 (2016-08-10)
Merged pull requests:
- Fix baseHref, refactor config and build #385 (levithomason)
- Update Message to v1 API #344 (levithomason)
v0.30.0 (2016-08-08)
Implemented enhancements:
v0.29.0 (2016-08-08)
Implemented enhancements:
Fixed bugs:
- Invalid argument supplied to oneOf, expected an instance of array. #375
Merged pull requests:
- Remove _meta.library #380 (levithomason)
- fix(breadcrumb): do not apply index to component keys #376 (davezuko)
- Add Rating Component #339 (levithomason)
v0.28.1 (2016-08-05)
Implemented enhancements:
Merged pull requests:
- Support React 15.3.0 #374 (levithomason)
v0.28.0 (2016-08-04)
Merged pull requests:
- Add logo and links to docs #372 (levithomason)
- Update Grid to v1 API #351 (layershifter)
v0.27.7 (2016-08-04)
Fixed bugs:
- Dropdown (multiple) search box does not grow with input #370
Merged pull requests:
- Dropdown: resize search on change #371 (levithomason)
v0.27.6 (2016-08-04)
Fixed bugs:
- Importing SELECT causes error #368
Merged pull requests:
- Label: fix color propType argument #369 (levithomason)
v0.27.5 (2016-08-03)
Implemented enhancements:
Merged pull requests:
- Support server side rendering #365 (levithomason)
- Add Flag examples #357 (fodurrr)
v0.27.4 (2016-08-02)
Implemented enhancements:
- How to access input value while typing on Dropdown #355
- Dropdown: add onSearchChange callback #360 (levithomason)
Merged pull requests:
- Flag: update rest props and propTypes #359 (levithomason)
v0.27.3 (2016-08-02)
Merged pull requests:
- Flag: fix names of countries #358 (layershifter)
v0.27.2 (2016-07-28)
Implemented enhancements:
- Don't throw error if jquery is detected #352
Merged pull requests:
v0.27.1 (2016-07-25)
Merged pull requests:
- Dropdown propTypes and docs update #348 (levithomason)
v0.27.0 (2016-07-23)
Implemented enhancements:
- Dropdown.Item doesn't render #346
Merged pull requests:
- Support Dropdown sub component markup #347 (levithomason)
v0.26.0 (2016-07-19)
Merged pull requests:
- Icon Component updated to v1 API #343 (levithomason)
v0.25.1 (2016-07-19)
Fixed bugs:
- Error trying to run in webpack cannot resolve module 'utils/Meta' #340
- Fixed broken reference to utils/Meta #342 (tslater)
Merged pull requests:
- Fix import path in Breadcrumb #341 (layershifter)
v0.25.0 (2016-07-18)
Merged pull requests:
- Cleanup docs for Loader #338 (layershifter)
- Add doc site routes #337 (levithomason)
- Update Statistic to v1 API #334 (layershifter)
v0.24.1 (2016-07-17)
v0.24.0 (2016-07-17)
Implemented enhancements:
- <Breadcrumb /> Component #184
- Add Breadcrumb component #321 (layershifter)
v0.23.0 (2016-07-16)
Merged pull requests:
- Sort docs, use functional META #336 (levithomason)
- Checkbox without jQuery #260 (levithomason)
v0.22.0 (2016-07-14)
Implemented enhancements:
- <Rail /> Component #181
Merged pull requests:
- Add Rail component #330 (layershifter)
v0.21.1 (2016-07-13)
Implemented enhancements:
- <Loader /> Component #180
Fixed bugs:
- Setting localStorage throws in Safari private mode #332
Merged pull requests:
- Fix Safari private mode localStorage #333 (levithomason)
- fix(Contributing): typo correction #331 (kyleturco)
v0.21.0 (2016-07-11)
Implemented enhancements:
- Add Loader component #328 (layershifter)
v0.20.0 (2016-07-11)
Merged pull requests:
- Progress without jQuery #324 (levithomason)
v0.19.0 (2016-07-10)
Implemented enhancements:
- <Flag /> Component #177
Fixed bugs:
- Form: Uncaught TypeError: this.element.form is not a function #326
- Temporarily bundle jQuery and SUI JS #327 (levithomason)
Closed issues:
- Gitter #329
v0.18.0 (2016-07-05)
Implemented enhancements:
- Add Flag component #322 (layershifter)
Merged pull requests:
- Add "all" custom prop type and fix issues #323 (levithomason)
v0.17.0 (2016-07-04)
Implemented enhancements:
- <Accordion /> Component #189
- ListItem updates and fixes #102
- Add Accordion Component #246 (levithomason)
Closed issues:
- Setting NODE_ENV and $(npm bin) on Windows #315
- Create Contributing Guidelines #314
- Support Windows env var assignments #313
- Compilation issue with docgenInfo.json (windows) #307
- File docgenInfo.json missing from 'docs/app' #304
- Better document component className buildup methods #282
Merged pull requests:
- Drop babel-node from build process #320 (levithomason)
- Add npm badge and update description #318 (levithomason)
- Add CONTRIBUTING guidelines #317 (levithomason)
- Supporting env var assignments on Windows #316 (joshuazmiller)
- Fix getComponentDocInfo docPath on windows #312 (levithomason)
v0.16.4 (2016-06-28)
Fixed bugs:
- Relax Dropdown CWRP value error for multiple dropdowns #309
v0.16.3 (2016-06-28)
Closed issues:
- Introducing Semantic-UI-React-Storybook #308
- Update List to v1 API #306
- Missing dependencies in package.json #303
- Would love to contribute #302
- Remove sd-* classes #293
Merged pull requests:
- Fix dropdown set value and error #310 (levithomason)
- Fix input action examples #305 (levithomason)
- Remove sd-* classNames #301 (levithomason)
v0.16.2 (2016-06-27)
v0.16.1 (2016-06-27)
Implemented enhancements:
- Label corner without value #292
- Add Label "basic" option #289 (levithomason)
- Header Component updated to v1 API #278 (jamiehill)
Fixed bugs:
- Update doc examples #290 (levithomason)
Closed issues:
Merged pull requests:
- Fix debug dependency #300 (levithomason)
- Debug on/off instructions #299 (levithomason)
- Label allow bool corner prop #294 (levithomason)
- Extend semanticUtils #288 (levithomason)
v0.16.0 (2016-06-26)
Implemented enhancements:
Merged pull requests:
- "aligned" prop util and common test #285 (levithomason)
v0.15.2 (2016-06-24)
Merged pull requests:
v0.15.1 (2016-06-23)
Fixed bugs:
- Unlisted peer dependency on react-addons-create-fragment #274
Merged pull requests:
- Remove create fragment dependency #275 (levithomason)
v0.15.0 (2016-06-23)
Implemented enhancements:
Closed issues:
- Remove console.group #272
Merged pull requests:
- Remove console.group* usage #273 (levithomason)
- Remove outdated docs #271 (levithomason)
- "How can I help?" README update #270 (levithomason)
- Update circle.yml #267 (levithomason)
v0.14.1 (2016-06-22)
Fixed bugs:
- Add React 15 to peer deps #266 (levithomason)
Closed issues:
Merged pull requests:
- Publish the production build #265 (levithomason)
v0.14.0 (2016-06-21)
Implemented enhancements:
- Warn when duplicating classes #96
- Add toggle button functionality #43
- Use local modules in dev #29
- Add animation to Modal Show AND Modal Hide #13
Fixed bugs:
Closed issues:
- how to do pull request on docs? #258
- CSS with stardust #257
- Stardust's dependency on Semantic UI #256
- Slack integration test #253
- Add README bullet points explaining the point of Stardust #166
- Set value instead of object for serializing Form data #75
- Conformance test for children/description/text props #71
- Code coverage #63
Merged pull requests:
- Show index.html in usage #259 (levithomason)
- Improve webpack performance #255 (levithomason)
- Support multiple dropdown type #254 (levithomason)
- Defensively handle component _meta #252 (levithomason)
- Fix floated Segment examples #251 (levithomason)
- User prop spreading util #250 (levithomason)
- Setup doc site router #249 (levithomason)
- Update README #248 (levithomason)
- Setup coverage #245 (levithomason)
- Use enzyme in all tests #244 (levithomason)
- [email protected] untested
⚠️ #242 (greenkeeperio-bot) - [email protected] untested
⚠️ #241 (greenkeeperio-bot) - Hot reload in dev only #240 (levithomason)
- Remove unused Input ref #239 (levithomason)
- [email protected] untested
⚠️ #237 (greenkeeperio-bot) - [email protected] untested
⚠️ #236 (greenkeeperio-bot) - Update babel-plugin-lodash to version 3.1.3 🚀 #235 (greenkeeperio-bot)
- Update all dependencies 🌴 #234 (greenkeeperio-bot)
- Debug utility #233 (levithomason)
- Use process.env instead of globals #232 (levithomason)
- Remove keyboard event polyfill #231 (levithomason)
v0.12.4 (2016-05-06)
Closed issues:
Merged pull requests:
- Use main fork of karma phantomjs shim #230 (levithomason)
- Remove babel-polyfill #229 (levithomason)
- Add babel-plugin-lodash for smaller bundles #228 (levithomason)
- Remove eslint-loader, for performance #227 (levithomason)
- Dropdown without jQuery #226 (levithomason)
- Add Select component #225 (levithomason)
- AutoControlledComponent #224 (levithomason)
- Common test for events #223 (levithomason)
- Component utils #222 (levithomason)
- List item prop renderers #221 (levithomason)
- Update docs #220 (levithomason)
- Update testing rig #219 (levithomason)
- Create common tests #217 (levithomason)
- Build system fixes #216 (levithomason)
- Label component #215 (levithomason)
- Setup enzyme for testing #214 (levithomason)
- Cleanup deprecated usage and warnings #213 (levithomason)
- Fix and simplify component doc info #211 (levithomason)
- Cleanup semis now that Babel is sane again #210 (levithomason)
- Update build system #209 (levithomason)
- Update dependencies #207 (levithomason)
- Icon component #205 (levithomason)
v0.13.3 (2016-03-20)
v0.13.2 (2016-03-20)
v0.13.1 (2016-03-20)
v0.13.0 (2016-03-20)
Implemented enhancements:
- Support all dropdown types #4
Closed issues:
- Dropdown fails to open on initial render with dynamic className change #149
Merged pull requests:
- Stage branches and improve workflow #204 (levithomason)
- Fix conformance tests #171 (levithomason)
- Support full dropdown functionality #168 (levithomason)
v0.12.3 (2016-03-16)
v0.12.2 (2016-03-16)
Closed issues:
Merged pull requests:
- Build package on prepublish #176 (levithomason)
- Properly split dependencies #172 (levithomason)
v0.12.1 (2016-02-15)
Merged pull requests:
- Prefix remaining subcomponents with parent name #170 (levithomason)
- Make Field and Fields subcomponents of Form #169 (levithomason)
v0.12.0 (2016-02-13)
Closed issues:
Merged pull requests:
- Add subcomponents #167 (levithomason)
v0.11.1 (2016-02-11)
Fixed bugs:
- Form props are not passed to settings (prevent submit) #160
- [Segment] Piled Segments not piling #116
- Radium integration Issue #104
Merged pull requests:
- Support Form settings and callback props #165 (levithomason)
- Update linter (eslint-config-ta) #163 (levithomason)
- Update doc site Semantic UI to 2.1.8 #162 (levithomason)
v0.11.0 (2016-02-05)
Implemented enhancements:
- Support progress module #161 (eanplatter)
v0.10.2 (2016-02-01)
Fixed bugs:
- Change Dropdown to allow non-unique values. #159 (eanplatter)
v0.10.1 (2016-01-29)
v0.10.0 (2016-01-29)
Implemented enhancements:
- Selectable table rows #155 (levithomason)
Merged pull requests:
- Rename table selectedRows => defaultSelectedRows #158 (levithomason)
- Add selectable table example #157 (levithomason)
- Remove unused s3 sync in build #156 (levithomason)
- Automatic sortable table class #154 (levithomason)
- Use ta-scripts #153 (levithomason)
v0.9.9 (2016-01-25)
v0.9.8 (2016-01-25)
Merged pull requests:
v0.9.7 (2016-01-24)
Merged pull requests:
v0.9.6 (2016-01-22)
Merged pull requests:
v0.9.5 (2016-01-21)
Merged pull requests:
v0.9.4 (2016-01-13)
Fixed bugs:
Closed issues:
- <Item /> not rendering at all #144
- [Form Validation] Regular Expression Validator not working #143
- Change webpack devtool to source-map #136
v0.9.2 (2016-01-04)
Merged pull requests:
- fix(imports): remove resolve.root config in webpack #140 (davezuko)
- Update compatible engines #139 (jhabdas)
- Improve README Documentation #134 (jhabdas)
v0.9.1 (2015-12-22)
Closed issues:
- GitHub Pages page is down #129
Merged pull requests:
- change ref to element #138 (eanplatter)
- Update and fix doc site deploy #137 (levithomason)
- Add Roadmap #133 (jhabdas)
v0.9.0 (2015-12-21)
Implemented enhancements:
Fixed bugs:
Closed issues:
- Relax jsdoc validation #105
- Add Webpack config to README #87
- Need Generic Select Component #78
- Solidify Form validation and submission pattern #66
Merged pull requests:
- Upgrade to babel6 #132 (levithomason)
- Add form plugin #130 (levithomason)
- Remove Progress module unit test exclusivity. Fixes #126. #127 (jhabdas)
v0.8.1 (2015-12-07)
Implemented enhancements:
- <Segments /> component #114
- Add Progress Component #121 (eanplatter)
Closed issues:
- Segment examples #112
Merged pull requests:
- Setup CircleCI #124 (levithomason)
- Segment Examples #113 (jhabdas)
v0.8.0 (2015-11-24)
Implemented enhancements:
Closed issues:
Merged pull requests:
- Add Statistic and Statistics components #117 (levithomason)
- Organize doc menu into groups #110 (levithomason)
- Feature/header component #109 (kyleturco)
- Update build and deploy #108 (levithomason)
- Feature/buttons component #106 (kyleturco)
- Feature/divider component #103 (kyleturco)
- Feature/list examples #100 (kyleturco)
- Fix test warnings #90 (levithomason)
v0.7.1 (2015-10-28)
Implemented enhancements:
Fixed bugs:
- Nesting an <Input /> in a <Field /> #38
Closed issues:
- Conformance test for element and plugin #72
Merged pull requests:
- Fields component and Form examples #94 (levithomason)
- Checkbox plugin #80 (levithomason)
v0.7.0 (2015-10-23)
Implemented enhancements:
Fixed bugs:
- Select Input Needs to be Controlled Component #48
Closed issues:
- Fubhub integration is needed. #88
- Drop /dist build #86
- Tests for customPropType utility #76
- getSpreadableProps util #69
Merged pull requests:
- Remove dist #89 (levithomason)
- add getUnhandledProps util #85 (levithomason)
v0.6.3 (2015-10-22)
Merged pull requests:
- update to react 14 #83 (levithomason)
v0.6.2 (2015-10-22)
v0.6.1 (2015-10-22)
Merged pull requests:
- Add dist to package #82 (levithomason)
- Build library and docs on deploy #81 (levithomason)
v0.6.0 (2015-10-22)
Closed issues:
Merged pull requests:
- Fix paths and deps #79 (levithomason)
- Add component meta data #77 (levithomason)
- Feature/add sd image #74 (athurman)
- Feature/add sd list item #73 (athurman)
- Feature/input examples #67 (kyleturco)
- Feature/add sd item #65 (athurman)
- Message component #62 (levithomason)
v0.5.1 (2015-10-19)
Implemented enhancements:
- DATEPICKER #23
Fixed bugs:
Closed issues:
- Floated examples break the docs code layout #55
- Example display order #41
- Component guideline test #33
- Replace class usage with attributes. #9
- Use default props and params #6
Merged pull requests:
- Fix package files #64 (levithomason)
- fix warnings, add class names, necessary updates #59 (kyleturco)
- add getting started section to readme #58 (levithomason)
- Fix floated examples #57 (levithomason)
v0.5.0 (2015-10-16)
Closed issues:
- Need component for radio input #51
Merged pull requests:
- update wercker deploy #56 (levithomason)
- Feature/new example format #54 (kyleturco)
- Conformance Tests #53 (levithomason)
- Feature/example section #52 (levithomason)
- Eslint Ignore #47 (levithomason)
- Feature/button examples #45 (kyleturco)
- Table update #44 (levithomason)
v0.4.0 (2015-10-12)
Closed issues:
- Right side width #42
Merged pull requests:
- Restructure to Semantic structure #40 (levithomason)
- Component APIs and Doc Structure #39 (levithomason)
- Classes & Props: Field #37 (levithomason)
- Classes & Props: Input #35 (levithomason)
- Classes & Props: Container/Grid/Row/Column #34 (levithomason)
- Classes & Props: Checkbox #32 (levithomason)
- add tests for index.js #31 (levithomason)
- Doc examples #25 (levithomason)
- Menu #18 (levithomason)
- update modal logic #11 (athurman)
v0.3.0 (2015-10-05)
Merged pull requests:
- Update stardust components #20 (athurman)
- Watch #17 (levithomason)
- add container and update docs #15 (eanplatter)
- Docs link #14 (levithomason)
v0.2.1 (2015-10-03)
v0.2.0 (2015-10-03)
Closed issues:
- new issue #12
Merged pull requests:
- Field options #5 (levithomason)
v0.1.7 (2015-10-03)
v0.1.6 (2015-10-03)
v0.1.5 (2015-10-03)
v0.1.4 (2015-10-03)
v0.1.3 (2015-10-03)
v0.1.2 (2015-10-03)
v0.1.1 (2015-10-03)
Merged pull requests:
- add wercker.yml #8 (levithomason)
- use ta-webapp eslint #7 (levithomason)
- add modal and confirmationmodal components to stardust #3 (athurman)
- Structure #1 (eanplatter)
* This Change Log was automatically generated by github_changelog_generator