Skip to content

Latest commit

 

History

History
407 lines (300 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

407 lines (300 loc) · 18.5 KB

Changelog

All notable changes are documented in this file.

Types of changes:

  1. Added for new features.
  2. Changed for changes in existing functionality.
  3. Deprecated for soon-to-be removed features.
  4. Removed for now removed features.
  5. Fixed for any bug fixes.
  6. Security in case of vulnerabilities.
  7. Breaking for breaking changes

2.0.19 - 2018-02-06

Added

  • puppeteer testkit driver for the Input component.

Fixed

  • Don't render PopoverMenuItem icon if doesn't exist
  • Breadcrumbs dark theme color correction.
  • Page UI fixes for restricted content size.
  • Page pass the minimized property to the content element

2.0.18 - 2018-02-02

Fixed

  • Bug fixes in Page Component 1422 1407
  • DropdownLayout - Hides the drop down when not shown 1408
  • fix divider color Card.Header

Added

  • Automatic Storybook Deployment Upon PR 1418

2.0.17 - 2018-01-30

Changed

  • Changed order of storybook components 1390

Added

  • <CounterBadge/> new component from wix-ui-backoffice 1392

Fixed

  • <Breadcrumbs/> add 204px max-width on breadcrumb items 1394
  • <RadioGroup.Radio/> use correct displayName for RadioGroup.Radio 00f303b
  • RadioGroup add missing getRadioAtIndex to enzyme testkit 1398

2.0.15 - 2018-01-24

Changed

  • Made wix-ui-test-utils a depenedency

2.0.15 - 2018-01-23

Added

  • <Page/> Added fullScreen prop to Content 1388

Fixed

  • <Page/> Rendering issues 1381

2.0.14 - 2018-01-23

Added

  • Add method click to Card.ButtonHeader testkit 1385

Fixed

  • <Page/> Add calcualtion when leaving minimized state 1381
  • Page background image 1387

2.0.13 - 2018-01-22

Changed

  • InputArea remove hasCounter class 1322
  • Fix modal height 1378

Deprecated

  • <ButtonSelection/> is no longer available 1362

2.0.12 - 2018-01-17

Added

  • add generic data-hooks to Tag and TooltipContent & <TabsItem/> components 1371 1361

Changed

  • <TabItem/> - use propType.node for title 1372
  • update MoveTo, FoodInstock & FoodOutOfStock icons 0ae2ca04e

2.0.11 - 2018-01-15

Fixed

  • <Page/> can receive sidePadding without maxWidth

Changed

  • <Notification/> - no longer require size, choose it automatically 1356

2.0.9 - 2018-01-11

Added

  • Add sidePadding props to <Page/> 1354

2.0.8 - 2018-01-11

Changed

  • <Dropdown/> - close dropdown when clicking header 1352
  • Add new icons Lock and LockOpen 1341
  • Add PropType node to backLabel in SideMenuDrill 1348

Fixed

  • <TimeInput/> - Move width property to wrapper 1349
  • <Dropdown/> - use cursor pointer 1346
  • <TextLink/> - fix doesComponentHasClass teskit method

2.0.7 - 2018-01-10

Added

  • Add width and height props to <imageViewer/> 1340
  • Add type="button" for missing places in the project 1339

Fixed

  • fix <HBox/> & <VBox/> 1345 Fixed tabs styling bug

2.0.6 - 2018-01-09

Added

  • <PopoverMenu/> - support buttonHeight 1335

Changed

  • upgrade enzyme to 3.3.0 1330

2.0.4 - 2018-01-04

Fixed

  • <SideMenu/> - Fix sidebar menu items being hidden 1326
  • various UI alignments 1300
  • <MultiSelect/> - Save multiselect input on blur 1316

Changed

  • <StatsWidget/> - Switch stats widget to use button with options from dropdown 1320
  • <ModalSelectorLayout/> - allow node in title & subtitle props
  • <RadioGroup.Button> - add content prop for additional, non label, nodes 1327

Added

  • <Tabs/> - new type compactSide 1291

2.0.3 - 2017-12-12

Fixed

  • SideMenuDrill - Fix empty menu level 1297
  • Fix exclamation icon blocking interaction on entire row 1311
  • DropdownLayout - Fix drop down rtl options are left aligned 1310

Added

  • Slider - Add Testkit and e2e 1303
  • DropdownLayout - Added optionsContent to driver 1308
  • Icons - Add new icons and update Google, Facebook, Code and Yandex 1307
  • ButtonLayout - Added icon button styles for heightlarge 1313

2.0.2 - 2017-12-26

Fixed

  • fix css name collision between tooltip and button 1276

2.0.1 - 2017-12-26

Added

  • MusicalNote icon added 1280

Changed

  • SideMenuDrill.SubMenu - Add node as PropType to title in SideMenuDrill.SubMenu component 1298

Fixed

  • Page - Fixed height calculation bug when header changes 1299
  • ButtonWithOptions - Assorted bug fixes 1296

2.0.0 - 2017-12-24

Breaking

  • <Grid/>- Col component defaultProp span is now 12. Might prevent default -15px padding to the left, so should be treated as a breaking change. 1279
  • <ModalSelectorLayout/> - new component, replaces <ModalSelector>. Should be used in conjunction with <Modal/> 1294

Changed

  • Grid- Rename Row component to Columns, and AutoAdjustedRow to AutoAdjustedColumns 1279

Fixed

  • Page Header - Update Header scrol treshold size 1289
  • MultiSelect - Allow to write any text as tag when options are empty 1292

1.2.12 - 2017-12-24

Added

  • <MultiSelect/> - Added Multiselect 1289 1292

Changed

  • <Page/> - Added height recalculation when inner height changes 1289

1.2.11 - 2017-12-21

Added

  • <MessageBox/> - Add footerContent props to MessageBox to allow adding footer to the message box 1269
  • <Icon.Time/> - new time icon 1285

Fixed

  • <Notification/> - fix close button alignment f59bec356
  • <Card/> - add more clear docs 1284
  • <Page/> - Added height for title to avoid height calculation errors 1287

1.2.10 - 2017-12-20

Fixed

  • fix css name collision between tooltip and button 1276
  • Add background color to page header 1277
  • PageHeader: update propTypes for title and subtitle 1282

1.2.9 - 2017-12-18

Fixed

  • fixed import of icon in StatsWidget 1272
  • revert use wix-ui-backoffice/ToggleSwitch 1242 due to missing RTL support

1.2.8 - 2017-12-17

Fixed

  • use actual source of Story & AutoExample 1268
  • vertically align notification close button in IE11 1255
  • remove z-index and rely on initial 1253

Added

  • Allow setting the display of the TextLinkLayout element 1262
  • Page - Added docs 1265

Changed

  • ToggleSwitch - use wix-ui-backoffice/ToggleSwitch 1242

1.2.7 - 2017-12-13

Fixed

  • Add parentSelector and overlayPosition props to modal 1254

Added

  • HBox and VBox components 1263

1.2.6 - 2017-12-13

Fixed

  • Remove unwanted padding from <FieldWithSelection> dropdown 1258
  • support append to parent in tooltip teskit 1252

Changed

  • Migrate storybook utils to wix-storybook-utils 1215

1.2.5 - 2017-12-10

Added

  • DropdownComposite - 1238

Changed

  • Page - Change styles 1234
  • Page - Added max-width support 1245

Fixed

  • Input - RTL is now implemented with direction:rtl 1232

1.2.4 - 2017-12-06

Changed

1.2.3 - 2017-12-05

Changed

  • DropdownLayout - change option padding to conform to backoffice UX 1127

Fixed

  • <Loader> - Fix teskit for the case the loader doesn't exist 1226, 1228
  • <InputWithOptions> - do not force blur when hiding options dropdown 1125

1.2.2 - 2017-12-04

Fixed

  • wix-ui-test-utils should be a dep instead of dev-dep

1.2.1 - 2017-12-04

Fixed

1.2.0 - 2017-12-04

Changed

  • Migrate to wix-ui-test-utils 1204
  • Removed dist from testkit import path in the examples
  • Deprecate export-components script in facor of import-path package 1217
  • Migrate to haste 1218
  • <Loader>: New loader 1203

Fixed

  • <input> - Correct prop-types for noRitghtBorderRadius 1213

Added

  • <Page> - Add Tabs 1211
  • <DropdownLayout> - Added long options support to dropdown #1220

1.1.4624 - 2017-11-29

Changed

  • use node 8.9.1
  • remove module from package.json, no more dist/es folder
  • <MessageBoxFunctionalLayout> - confirmText & cancelText proptype now node 1202

Fixed

  • <Input> - correct autofocus cursor position 1208

1.1.4623 - 2017-11-28

Added

  • New icons: Code, Facebook, Google & Yandex 1197

Changed

  • <PageHeader> - general improvements 1196

Fixed

  • <Notification.TextLabel/> - correct style & ellipsed text behaviour 1180
  • <Checkbox/> - do not require .ltr 1199

1.1.4262 - 2017-11-27

Changed

  • <Page> refactor & improve docs 1182, 1182

Fixed

  • <InputArea> updated to the correct icon 1181

1.1.4260 - 2017-11-25

Added

Changed

  • <TimeInput> + <Search> - Update docs 1108
  • <Tooltip> - Remove deprecated tooltip 1179

Fixed

  • <ToggleSwitch> - disable the toggle on disable mode1174
  • storybook e2e
  • <InputWithOption> - Solved saffari issue: 387
  • <Tooltip> - Remove setTimeout 1177
  • Terminal was cleaned from all warning printouts - 1185

1.1.4259 - 2017-11-22

Added

  • <Page> Added more features 1158
  • Added sorting order icons 1140

Changed

  • <Breadcrumbs> style changes 1156
  • <Tag> Fixed bug with expanding width 1159

1.1.4258 - 2017-11-21

Added

  • <Page> component and friends 1145

Changed

  • <AutoExample> e2e approach 1148

Fixed

  • <DataTable> - missing separators in data table 1153
  • <GoogleAddressInput> remove undefined properties from result 1154

1.1.4527 - 2017-11-20

Changed

  • Themes implementation without provider 1151

Added

  • <Page> - additional e2e tests

  • <GoogleAddressInput> - Allow fetching address data via Places API 1141

Fixed

1.1.4525 - 2017-11-18

Added

Fixed

1.1.4524 - 2017-11-14

Added

Fixed

1.1.4523 - 2017-11-13

Added

Fixed

1.1.4252 - 2017-11-10

Added

Changed