Skip to content

Latest commit

 

History

History
1050 lines (655 loc) · 50.1 KB

CHANGELOG-V7.md

File metadata and controls

1050 lines (655 loc) · 50.1 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
  8. Docs for documentation changes
  9. Lab components and features that are still in a work in progress

7.58.1 - 2020-06-10

Fixed

  • Madefor - fix in modal/tooltip/popover - #5536

7.58.0 - 2020-04-28

Added

  • <TimeInput/> - custom suffix - #5097

Fixed

  • Tests stability

7.57.0 - 2020-04-23

Fixed

  • <Tooltip/> - now works when wrapped with <FontUpgrade/> when appended to window #5404
  • <Modal/> - now works when wrapped with <FontUpgrade/> #5404

7.56.1 - 2020-04-16

Fixed

7.56.0 - 2020-04-16

Added

  • <Avatar/> - support single letter in size 24 #5338

7.55.0 - 2020-04-06

Added

  • <Avatar/> - add customIndication prop #5324

Fixed

  • <Table/> <DataTable/> - Pass RowDataType to TableColumn #5291
  • <DatePicker/> - fix width prop to accept percentage #5306
  • <RichTextInputArea/> - stopping toolbar buttons triggering <form/> submits #5320
  • EllipsisHOC - grab displayName of component and reassign to returned function #5322

7.54.0 - 2020-03-31

Added

  • <Input> - Add testkit functions to status/statusMessage props #5298

Fixed

  • <InputWithOptions/> - Clear value in controlled mode #5285
  • <TableActionCell/> - fix testkit initialization #5299
  • <RadioButton/> - fix testkit functions #5290

7.53.1 - 2020-03-29

Fixed

  • <Box/> - Enable passing numeric sizing values #5194
  • <AutoComplete/> - Add emptyStateMessage to AutoComplete type definitions #5278
  • <StatisticsWidget/> - Fix clickable cursor on badge area #5292

7.53.0 - 2020-03-27

Added

  • <Pagination/> - new component #5256

Fixed

  • <Table/> <DataTable/> - types - use generics instead of any in row type #5190
  • <ToggleButton/> - migrate to TooltipCommonProps instead #5279 -<ToggleButton/> - make tooltipProps.disabled work #5286

7.52.0 - 2020-03-26

Docs

Added deprecation logs to enable easy pre-migration to WSR 8.

Added

  • TooltipCommonProps interface #5268
  • <PopoverMenu.MenuItem/>- adding itemContentAt to driver #5262

Changed

  • <RadioButton/> - Separate extra content from selection area #5234

Fixed

  • <GoogleAddressInput/> - fix type #5274
  • <MultiSelectCheckBox/> - selectedId type fix #5261
  • <ToggleButton/>- fix disabled prop and pass it also to #5269

7.51.0 - 2020-03-24

Added

  • <DropdownBase/> - teskit - add testkit function - optionContentAt #5257
  • <ToggleButton/> - size and labelPlacement props #5202

Fixed

  • tooltipProps - migrate to common d.ts and proptypes #5225
  • <Heading/> - migrating regular driver to not use stylable stylesheet for testing #5230
  • <Badge/> - migrate regular testkit to not use stylable && deprecate getSufixIcon and getPrefixIcon #5229
  • <Text/> - migrate regular driver to not use stylesheet for testing #5231
  • <ToggleSwitch/> - migrate regular driver to not use stylableDomUtil #5232

7.50.1 - 2020-03-20

Fixed

  • [dynamic chunks] - define custom webpackChunkNames #5209
  • <Carousel/> - mark component in ESM modules as having sideEffects #5214

7.50.0 - 2020-03-18

Added

  • <Datepicker/> - migrate to popover, expose popoverProps #5186

Fixed

  • <Checkbox/>- replacing the use of <Label/> with <label> & <Text>. #5178

Docs

  • Migrate to named-imports #5196

7.49.1 - 2020-03-16

Fixed

  • <FormField/> - wrong dataHook prop on internal component #5180

7.49.0 - 2020-03-11

Added

  • <FloatingHelper/> - new component stories for <FloatingHelper/> and <FloatingHelper.Content/>#5141
  • <FloatingHelper/> - adding unidriver and d.ts files for both <FloatingHelper/> and <FloatingHelper.Content/>#5152.
  • <SocialButton/> - add youtube as an option for skin prop #5165
  • <FloatingNotification/> - add dark type to types #5163

Changed

  • <Tag/> - allow any type for children #5160
  • <ColorInput/> - added status & statusMessage props #5166

Fixed

  • <TableActionCell/> - enable getVisibleActionsCount to return 0 #5148
  • <Table/> - fix virtualized table with showSelection #5069
  • SSR support - patch stylable to unify classnames #5161
  • <Tag/> - fix types for onClick prop #5162

7.48.0 - 2020-03-05

Fixed

  • <Avatar/> - Fix testkit function indicationExists returning always true #5125
  • <Table/> - Fix virtualized table with showSelection #5115
  • <NumberInput/> - Disable up/down arrows when input is readOnly #5115
  • <FillButton/> - Add dataHook types #5113
  • <FloatingHelper/>- migrating component from wix-ui-backoffice #5057
  • <Table/>- support React.RefObject type for scrollElement prop #5134

7.47.3 - 2020-02-26

Fixed

Fix type definitions for the following:

  • <Notification.ActionButton/> - Improve type definition #5094
  • <ColorPicker/> - types fixes #5107
  • <InputWithOptions/> - remove unneeded popoverProps types (fixes Dropdown issues as well) #5109
  • <Input /> - typings: add types for inputRef prop #5084
  • Fix puppeteer and protractor failure for TS < 3.6 users #commit
  • <ModalSelectorLayout/> - Add missing TypeScript types #5090
  • <NumberInput/> - Fix onChange prop type #5091
  • <FillPreview/> - Add dataHook prop type #5093
  • <Accordion/> - Rename content to children #5098
  • beta/<PopoverMenu/> - Add className prop type #5095
  • beta/<PopoverMenu/> - Fix moveBy prop type #5101
  • <ToggleSwitch/> - Fix onChange prop type #5092
  • <LinearProgressBar/> - Add dataHook prop #5104

7.47.2 - 2020-02-25

Fixed

Fix type definitions for the following:

  • <FloatingHelper/> - expose static Content prop #5086
  • <InputWithOptions/> - replace the usage of Focus type with a polyfill in favor of older TS consumers #5086
  • <Text/>, <EllipsisHOC/> - add showTooltip prop #5086
  • <Text/> - Support custom tag props #5085

7.47.1 - 2020-02-25

Fixed

  • Types - add ignore.d.ts to enable easy types opt out #5080

7.47.0 - 2020-02-25

Added

  • Types - add type definitions for all components and testkits in the library #5008

7.46.2 - 2020-02-24

  • <FontUpgrade> - fix issue with SSR #5070

7.46.0 - 2020-02-24

Added

  • <ListItemSelect /> - added hovered prop #5033
  • <ImageViewer/> - Added props status and statusMessage #5052
  • <Slider/>- added new feature of Start Point #5011

Fixed

  • <AutoCompleteWithLabel />, <InputWithLabel /> - long error message UI fix #5006
  • <Slider/>- fixing issue with displaying startPoint label #5036
  • <Slider/> - expanding clickable area and aligning Slider to spec constrains #4997

7.45.0 - 2020-02-19

Added

  • <StatusIndicator/> - New component #5024
  • <VariableInput/> - Added onBlur prop #5009
  • listItemSelectBuilder - Added dataHook param #5027

Changed

  • <CounterBadge/> - Migrate to uni drivers and story page face facelift #5007

Fixed

  • <Search/> - Fix lose expansion with falsy value #4995
  • <Grid/> - Fix StretchViewsVertically rows break in production #4992
  • <SectionHelper/> - Fixed testkit methods and migrated from deprecated button #4996
  • <PageHeader/> - Migrate back button from deprecated Button component #4998
  • <MessageBoxMarketerialLayout/> - Migrate from deprecated Button component #5018
  • <MessageBoxFunctionalLayout/> - Migrate from deprecated Button component #5014
  • <IconButton/> - Fix large size #5028

7.44.0 - 2020-02-12

Added

  • <Avatar/> - Added showIndicationOnHover prop #4993

Fixed

  • <RichTextInputArea/> - fix extra empty line-breaks #4968

7.43.0 - 2020-02-11

Added

  • <ModalPreviewLayout/>- Adding tooltip props for close button & navigation buttons #4965
  • <TimePicker/> - Add dynamic minutes step #4972

Fixed

  • <SidePanel/> - Update types #4979

7.42.0 - 2020-02-10

Added

  • <TableActionCell/> - add divider field for the secondary actions #4954
  • <Slider/> - add custom marks feature #4962
  • <Avatar/> - Added onClick prop #4969

7.41.0 - 2020-02-09

Fixed

  • <Layout/> - Fixed a bug discovered when Chrome 80 was released #4964

Added:

  • <FontUpgrade/> - New provider component #4963
  • <Accordion/> - Added skin prop #4803

Docs

  • Updated "3.12 Tag Input" story documentation #4176

7.40.0 - 2020-02-05

Added:

  • <SidePanel/> - new Component #4935
  • <CloseButton/> - add large size support #4941

Changed

  • <Slider/>- changing tooltip color #4955

Fixed

  • <MarketingLayout/> - Fixed issue where background color would hide an image #4949
  • <Slider/>- Fixed Slider css #4932
  • <Accordion/>- Fixed Accordion collapse behaviour and added shadow and divider to accordion item #4793

7.39.1 - 2020-02-03

Fixed

  • fixed missing types for named imports #4945

7.39.0 - 2020-02-03

Added:

  • <Image/> - new component #4927

Changed:

  • <MarketingLayout/> - adjusted paddings, added image background #4936

Fixed:

  • <Tag/> - changed onClick callback call to pass 'event' as second parameter #4915

7.38.1 - 2020-01-28

Fixed:

  • <Sidebar/>- Fixing scrollbar for both light and dark skins #4925
  • named-imports - implement missing exports #4930

7.38.0 - 2020-01-27

Fixed

  • <Input/> - fixed statusMessage prop type warning #4921
  • <Cell/> Layout - Fix Firefox bug on grid text overflow #4906

Docs

  • <GooglePreview/> - fix broken playground #4909
  • <Dropdown/> - Improve dropdown list constraints documentation #4911

7.37.1 - 2020-01-22

Fixed

  • <Text/> - Fix nested <ul> styles being applied to incorrect elements #4905

7.37.0 - 2020-01-21

Added

  • <FormField/> - add suffix prop #4887

Fixed

  • <VariableInput/> - fix onBlur and onChange issues #4894

Docs

  • <VariableInput/> - change composition to use FormField's suffix #4901

7.36.0

Added

  • <Search/> - Add support for right to left expansion #4841
  • <Text/> - add default styling for nested <ul> lists #4876

Fixed

  • infrastructure: fix named-importing issues #4788
  • <Button/> - fix standard secondary disabled color #4897

7.35.0 - 2020-01-20

Changed

  • <Checkbox> - Stopped propagation on children
  • <Button/> - migrate to new disabled color #4886

Docs

  • <MultiSelectCheckbox/> - Upgraded story page to be more informative

7.34.0 - 2020-01-16

Added

  • <VariableInput/> - add multiline prop #4864
  • <MessageBoxMarketerialLayout/> - add primaryButtonNode prop #4676
  • <MessageBoxMarketerialLayout/> - add width prop #4878
  • <MessageBoxMarketerialLayout/> - add noBodyPadding prop #4882

Fixed

  • <Input/> - fix Affixes' margins #4727

7.33.0 - 2020-01-13

Changed

  • <MarketingLayout/> - Use grid for responsive layout #4850

Fixed

  • Revert "<Text/> - add default styling for nested <ul> lists" #4865

Docs

  • <VariableInput/> - improve docs with examples (including cheatsheet) #4844

7.32.0 - 2020-01-13

Added

  • <Text/> - added default styling for nested <ul> lists #4726
  • <FormField/> - add new prop labelAlignment #4814
  • <RichTextInputArea/> - Expose plain text value with onChange event #4820
  • <ListItemSelect/>, <ListItemSection/> - added show tooltip delay of 300ms #4816
  • <MultiSelect/> - Add status and statusMessage props #4828
  • <TextButton/> - add destructive skin #4836
  • <Calendar/> - introduce isDayActive testkit method #4839
  • <ModalPreviewLayout/> - adding white tooltips to NavigationButtons & close button. #4777

Changed

  • <Heading/> - change text color to white for heading=H5, light #4805
  • <SegmentedToggle/> - change disabled icon and border color to have more contrast 4811
  • <FloatingNotification/> - change minWidth #4809
  • <Tooltip/> - change textAlign default value #4813
  • <TextButton/> - migrate styesheet && update disabled styling && fix transition issues #4818
  • <CloseButton/> - migrate stylesheet && update disabled styling #4834
  • <Button/> - add new premium-light skin #4858
  • <Slider/> - make marks occupy space #4837
  • <InputArea/> - change InputArea background from transparent to white #4843
  • <ListItemSection/> - Disable click propogation on divider ans whitespace #4848

Fixed

  • <ImageViewer/> - do not render img html at all when imageUrl prop is not defined #4735
  • <Badge/> - Added missing constants to TypeScript typings #4807
  • <IconButton/> - migrate stylesheet && update disabled styles && fix inverted color #4806
  • <SocialButton/> - Horizontally align text to center #4808
  • <MultiSelectCheckbox/> - fix missing cursor style #4821
  • <Notification.ActionButton/> - do not require noop onClick when type="textLink" #4824
  • <ColorPicker/> - Fix color tooltip was not centered #4812
  • <ColorPicker/> - Fix Transparent color swatch #4815
  • <AddItem/> - Remove tooltip when it's empty #4822
  • <InputArea/> - Use default scrollbar #4827
  • <Tag/> - fix height when tiny and unremovable #4857

Labs

  • <VariableInput/> - create new component #4791
  • <VariableInput/> - add onChange prop #4801
  • <VariableInput/> - add placeholder prop #4802
  • <VariableInput/> - add disabled prop #4800
  • <VariableInput/> - add rows & size props #4825
  • <VariableInput/> - add status & statusMessage props #4830

7.30.0 - 2020-01-06

Added

  • <Stepper/>- new features (compact text style, stretched fit, animation) #4786

Fixed

  • <Table/> - fix clickRowCheckbox in teskit #4785

Deprecated

  • <PopoverMenu/> - deprecate story #4789

7.29.1 - 2020-01-02

Added

  • <ModalPreviewLayout/>- support navigation #4714
  • <Table/>- add onCellClick column prop #4759

Fixed

  • <Table/> - enlarge checkbox click area #4616
  • <SidebarSectionItem/> - fix disabled state css #4778

Infra

  • remove prepublishOnly from publish flow #4768
  • remove .st.css and .scss imports from drivers #4773
  • fix incorrect drivers import #4781

7.28.0 - 2019-12-27

Fixed

  • <PopoverMenu/> - Fix SSR rendering #4756

Docs

  • <Popover/>- adding dataHook prop to documentation #4754

7.27.0 - 2019-12-25

Docs

  • Storybook - Add minimum requirements (React version 16.8) #4748
  • Storybook - Fix broken links #4745
  • <DataTable/> - add propType for onSortClick #4650
  • <Box/> - added a small explanation

Fixed

  • <NumberInput/>- Fixing defaultValue logic #4746

7.26.0 - 2019-12-24

Fixed

  • <DataTable/> - fixed header cell cursor css when not sortable #4685
  • <Stepper/> - Use transparent background for error step circle style #4732
  • EllipsisHOC - Optimize rerendering issue #4734

Added

  • <InputArea/> - adding status and statusMessage props #4736

7.25.0 - 2019-12-19

Fixed

  • <MessageBoxFunctionalLayout/> - Revert element hierarchy change #4728

Docs

  • Introducing Storybook version 5

7.24.0 - 2019-12-16

Added

  • <Avatar/>- updating person svg and adding bussiness svg for square shape. #4705

7.23.1 - 2019-12-16

Fixed

  • <SidebardSectionItem/> - make sure to use css that is supported in microsoft edge #4679
  • <TimeTable/> - fix wrong position of dragged element #4682
  • <Divider/> - fix height when rendering inside a flex container #4696
  • <ColorPicker/> - fix missing dataHook propType #4690

Added

  • <LinearProgressBar/>- add a success skin (a new skin prop) and updating existing component colors #4631
  • <AutoCompleteWithLabel/>- add isDisabled to testkit #4658
  • <FloatingNotification/>- add dark skin #4683

Changed

  • <GooglePreview/> - add ellipsis to url #4699
  • <TableActionCell/> - change the disabled visible items behaviour #4661

7.22.0 - 2019-12-09

Deprecated

  • Using icons from wix-style-react/new-icons import path has been deprecated. Please install and use icons from wix-ui-icons-common package directly. You can migrate your existing codebase using provided codemod, please see migration guide for more details.

Added

  • <Table/> - add getRowsCount to Puppeteer testkit #4651
  • <Palette> - new component #4603
  • <ToggleSwitch/>- adding unidriver #4668

Fixed

  • <PopoverMenu/> - fix testkit typings #4652
  • <ColorInput/> - fix bug with keeping color shown after removing it #4624

7.21.0 - 2019-12-03

Added

  • <ListItemSection/> - Added onClick prop #4641
  • <FillPreview/> - add support for rendering as something else and fix broken stylable extending feature #4643
  • <Multiselect/> - add clearOnBlur prop #4645
  • <Input/> - add pattern prop #4642
  • <Popover/> and <InputWithOptions/> - add disableClickOutsideWhenClosed prop #4633 Note: Using this prop will enable a breaking-change behavior that will be a default in wsr 8.0.0 and the prop will be removed

Changed

  • <DropdownLayout/> - Selecting item will not remove hover behavior #4639
  • <Card.Subheader/> & <Table/> - change background color for neutral skin to have more contrast with page background #4625

Fixed

  • <ModalSelectLayout/> - remove hard-coded dataHook #4638

7.20.0 - 2019-12-02

Added

  • <ListItemSection/> - New component #4572
  • <ListItemSelect/> - New component #4557
  • <TimeTable/> - New component #4307
  • <FillPreview/> - expose aspectRatio prop and fix broken stretch on display:flex #4593
  • <Card /> & <Card.Content /> - add controls & size props #4607
  • <MarketingLayout /> - new component #4595
  • <ModalSelectorLayout/> - add sideActions node #4590
  • <InputWithOptions /> - add onOptionsShow/onOptionsHide callbacks #4591

Fixed

  • <SortableList/> - Fix issue where dragged preview item had the wrong width #4601
  • <LinearProgressBar/> - do not display empty tooltip given no errorMessage #4618
  • <DropdownLayout/> - Fix hover behaviour loss on click #4553

7.19.0 - 2019-11-26

Added

  • <Proportion/> - add new type to aspectRatio to disable aspectRatio holder #4580
  • <InputWithLabel/> & <AutoCompleteWithLabel/> - add icon to error message #4576
  • <EmptyState/> - add align prop to EmptyState component #4579

Changed

  • <Selector/> - change title prop type to node #4592
  • <MessageBoxMarketerialLayout/>- change header height when imageUrl or imageComponent is undefined. #4594

7.18.0 - 2019-11-24

Added

  • <SidebarSectionItem/> & <SidebarBackButton/> - support a11y #4581

Changed

  • <Sidebar/> - adjust visual components according to the spec #4570
  • <TableActionCell/> - refactor to use beta only with upgrade flag #4586

7.17.0 - 2019-11-21

Added

  • <Table/> - enable setting origin for selection change event #4559
  • <Table/> - add virtualizedListRef prop for experimental virtualized table #4502
  • <AutoCompleteWithLabel/> - expose hasError in testkit #4567
  • <ModalSelectorLayout/> - add support for item.subtitleNode, item.belowNode & item.showBelowNodeOnSelect #4438

Changed

  • <AutoCompleteWithLabel/> - reset filtered options after blur #4564
  • <SidebarSectionItem/> - change chevron opacity for alwaysDisplayChevron #4563
  • <BrowserPreviewWidget/>,<PreviewWidget/>, <MobilePreviewWidget/> - moving from WIP to Components section and small docs fixes. #4558

Fixed

  • <InputWithOptions/> - Fix some testkit methods not working in Puppeteer environment #4560
  • <Sidebar/> - render borderRight only for light skin #4566
  • <Page /> & <Page.Tail /> - remove scrollbar for non overflowing content #4539
  • <Checkbox/> - Fix children width #4571
  • <AddItem/> - Fix onClick not triggering on first click #4575

7.16.1 - 2019-11-18

Fixed

  • revert Buttons Family - migrate stylesheets to wsr & update disabled color according to specs #4523

Added

  • <BrowserPreviewWidget/>- (WIP) new component #4515
  • <MobilePreviewWidget/>- (WIP) Adding scroll to large content #4515

7.16.0 - 2019-11-18

Changed

  • Buttons Family - migrate stylesheets to wsr & update disabled color according to specs #4523

Added

  • <Checkbox/> - add small size #4525
  • <AutoCompleteWithLabel/> - add native prop #4528
  • <MobilePreviewWidget/>- (WIP) new component #4496
  • <TableActionCell/> - enable setting dataHook for each action #4423

Fixed

  • <Table/> - Fixed missing separator border for Table.Content when column titles are hidden #4517
  • <BadgeSelect/> - fix missing colors for neutralLigth, warningLight & premium skins #4516
  • <PopoverMenu/> (beta) - Fix zIndex prop not working as expected #4530
  • <ImageViewer/> - make sure that onImageLoad is called after the state has been changed #4537
  • <SocialButton/> - align icon to center #4542

7.15.1 - 2019-11-13

  • Reverting Buttons family migration from core to wsr

7.15.0 - 2019-11-13

Added

  • <InfoIcon/> - new component #4480
  • <SocialButton/> - new component #4461
  • EllipsisHOC - add showTooltip prop #4501
  • <InputWithLabel/> - add isFocusedStyle method to testkit #4503
  • <Swatches/> - add isEmptySwatchSelected to testkit #4458

Changed

  • <PageHeader/> - adjust back button styling #4482
  • <PreviewWidget/>- (WIP) API change and documentation update #4474
  • <ErrorIndicator/> - update propTypes #4507
  • <Sidebar/> - adjust backgroundColor according to spec #4512
  • <BarChart/> - align text in tooltip to start of line #4505
  • <StatisticsWidget/> - align text in tooltip to start of line #4506

Docs

  • <PopoverMenu.MenuItem/> - fix documentation #4454

Fixed

  • <Tabs/> - fix testkit methods not working correctly #4490
  • <DataTable/> - re-render virtualized table on table prop change #4491
  • <InputWithOptions/> - fix onClickOutside callback not triggering #4485
  • <FormField/> - fix puppeteer testkit getLabelValue() method #4504
  • <ImageViewer/> - fix missing @testing-library/react when importing any Protractor testkit #4509

7.14.1 - 2019-11-07

Fixed

  • <Ticker/> - add missing propType #4479
  • Fixing wix-style-react polyfills to run in SSR without reference errors #4463

7.14.0 - 2019-11-07

Added

  • <ComposerHeader/>- added prop "dropShadow" #4431
  • <Swatches /> - added onCancel prop #4470

Fixed

  • <MediaOverlay /> - Added controlled hover mode and fixed middle content positioning issue #4465
  • <ModalSelectorLayout/> - add scrollbar styling #4457
  • <Thumbnail/> - Fix selection borders not visible on focus #4469
  • <Heading/> - add missing propType #4466
  • <LabelledElement/> - fix placeholder for children #4430

Changed

  • <CardGalleryItem/> - refactor to use MediaOverlay internally #4459
  • <SidebarSectionItem/> - change padding when drillable #4476
  • <Sidebar/> - change width to 228px #4477

7.13.0 - 2019-11-05

Added

  • <ModalMobileLayout/> - create component #4400
  • <Swatches /> - add onChange prop #4434
  • <PreviewWidget/>- new component (Work In Progress) #4407
  • <SidebarBackButton/> - create component #4429
  • <MediaOverlay/> - add compound component with dragg handle icon #4451
  • <InputWithLabel/> - add customInput prop #4450

Changed

  • <SidebarSectionItem/> - improve design #4445

Fixed

  • <StatisticsWidget/> - Fix onClick issue #4419
  • <SortableList/> - fix doubling of items during dragging #4425
  • <ImageViewer/> - re-add showRemoveButton prop #4408
  • <DataTable/> - virtualized, fix outer element #4455
  • <DataTable/> - memoized row when virtualized #4462
  • <BarChart/> - fix padding according to spec #4449

Docs

  • Cheatsheet - add <ModalMobileLayout/> to modal family #4432

7.12.0 - 2019-10-29

Added

  • <SortableList/> - droppable feature #4409
  • <SortableList/> - insert rule feature #4406
  • <MediaOverlay /> - new component #4396

Fixed

  • <MultiSelect/> - Remove little bounce of I-cursor when input gets focus #4384
  • <AutoCompleteWithLabel/> - fix controlled mode #4404
  • <Sidebar/> - Fix open/close transitions #4399

7.11.0 - 2019-10-28

Added

  • <AutoCompleteWithLabel/>, <InputWithLabel/> - expose necessary Input props #4386

Changed

  • <MultiSelect/> - remove pointer cursor from Tags on hover #4382
  • <Page.Content/> - Changed children prop to be of type node #4394

Fixed

  • <Proportion/> - make sure that proportion is not stretching more then its container size #4385
  • <AutoCompleteWithLabel/> - fix callback for onSelect #4398

Docs

  • <Sidebar/> - fix broken example in story page #4388

7.10.0 - 2019-10-23

Added

  • <Sidebar/> - add skin prop #4299
  • <FormField/> - add charCount prop #4350
  • <AutoCompleteWithLabel/> - create the component #4052
  • <Swatches/> - add clickEmptySwatch method to testkit #4357
  • <InputWithLabel />, <AutoCompleteWithLabel /> - add onChange, onFocus & onBlur props #4375
  • <RadioGroup.Button/> - Add tabIndex prop #4370
  • <FloatingNotification/> - pass rest props to the buttons #4376
  • <SidebarSectionItem /> - add prop alwaysDisplayChevron #4379

Changed

  • <SidebarHeader/> - change padding #4359
  • <Heading/> - change light style for H6 #4374
  • <MessageBoxFunctionalLayout/> - improve header & body design #4373

Fixed

  • <SectionHelper/> - fix margin without close button #4360
  • <InputArea/> - fix error indicator leak inside testkit #4363

7.9.0 - 2019-10-21

Added

  • <Card /> - Add types for component #4303
  • <Datepicker /> <Calendar /> - Add types for components #4302
  • EllipsisHoc - universal hoc for components that need to shrink if prop ellipsis is given #4340

Fixed

  • <DatePicker/> - fix placeholder in firefox #4322

7.8.0 - 2019-10-16

Added

  • <SegmentedToggle/> - fix proptypes and add controlled mode #4308
  • <ComposerHeader/> - add box shadow to bottom border #4317

7.7.0 - 2019-10-15

Added

  • <Sidebar/> - add right border #4265
  • readd react-motion package to dependecies #4255
  • <RadioGroup/> - New prop - Selection area #4206
  • <Tag/> - Add ellipsis to long tags in a container #4180

Changed

  • <SidebarHeader/> - make title and subtitle optional #4268

Deprecated

  • <Tag/> - Remove wrap prop, wrap is now true by default #4180

7.6.1 - 2019-10-10

Added

  • <MessageBoxFunctionalLayout/> - add support for margin prop #4230

Fixed

  • <CalendarPanel/> - move e2e to .visual #4219
  • <PopoverMenu/> - add maxheight support and set default value #4235
  • <FormField/> - make sure that internal tooltip is unique enough #4240
  • <DropdownLayout/> - fixed drivers to work with infinite scroll #4239
  • <Dropdownlayout/> - fix keyboard navigation on infinite scroll #4233

7.6.0 - 2019-10-07

Added

  • <Barchart /> - add onDescriptionInfoShown callback #4178
  • <BarChart /> - add typings #4189
  • <Divider/> - create the component #4204
  • <Checkbox/> - New prop - Selection area #4201
  • <Checkbox/> - New prop - Vertical alignment #4215
  • <DropdownLayout/> - add support for string based max and min width props #4216

Fixed

  • <MessageBoxFunctionalLayout/> - Align footer buttons to center #4122
  • <ComposerHeader/> - set composerHeader to box-sizing: content-box #4195
  • <Barchart /> - fix labelShort when there is descriptionInfo #4183
  • <PopoverMenu/> - remove autofocus feature to fix page jumping issues #4186
  • <DropdownBase/> - fix testkit methods to search for the content with popovers methods #4186
  • <Accordion/> - fix missing expand label when using icon #4192
  • <Sidebar/> - prevent crashing when all <Sidebar.Item/> elements are disabled #4214

7.5.0 - 2019-10-02

Added

  • <BarChart/> - new component #4092
  • <ComposerHeader/> - new component #4107

Fixed

  • <DatePicker/> - prop initialOpen should not work when disabled #4174
  • <Input/> - Fixed inaccurate text mark #4177

Changed

  • <Checkbox/> - use new tooltip #4170

7.4.0 - 2019-09-26

Added

  • <AddItem/> - 2 new props: removeIcon and removePadding #4166
  • <MessageBoxMarketerialLayout/> - add buttons padding removal prop #4168

Docs

  • <DatePicker/> - Added documentation #4170

7.3.2 - 2019-09-25

  • Internal changes

7.3.1 - 2019-09-25

Added

  • <CardGalleryItem /> - added prop disabled for primaryAction #4160
  • <ImageViewer/> - show a <Loader/> and the previous image while an image is loading; do not render <AddItem/> behind the image since it's visible in the background of transparent images #4099

Fixed

  • <FormField/> - fix label color #4158

7.3.0 - 2019-09-24

Added

  • <ImageViewer/> - add a prop for render Remove Button #4070
  • <StatisticsWidget /> - add children support for stats #4053
  • <InputWithLabel/> - create the component #4051

Changed

  • <FormField/> <InfoIcon/> - Add size prop #4123
  • <Input/> - change disabled border and background colors #4146

Fixed

  • <DropdownBase/> - fix clickTargetElement method in testkit #4152
  • <Stepper/> - Fix ellipsis problem with Safari #4153
  • <Tag/> - remove redundant e2e when we have .visual already #4139
  • <ImageViewer/> - fix removeRoundedBorders property. #4131
  • <FormField/> - fix alignment when size is small #4151

Docs

  • <Dropdown/>, <AutoComplete/> - add overflow example #4140
  • <Breadcrumbs/>- improving Breadcrumbs docs and adding visual tests #4121

7.2.0 - 2019-09-19

Added

  • <Avatar/> - add new colors #4114
  • <InputArea> - added support for 'small' size #4066

Changed

  • <Table/> - improve disabled behavior #4103

Deprecated

  • <Avatar/> - deprecate old colors, you should use the new colors #4114

Fixed

  • <ColorPicker/> - add support for mobile dragging #4102

Docs

  • <Modal/>- improving Modal docs #4104

7.1.0 - 2019-09-18

Added

  • <Swatches /> - new layout and add color button #4079

Changed

  • <Fillpreview/> - extract fillbutton functionality and refactor code #4129

7.0.0 - 2019-09-18

See Migrating From v6 to v7

  • React dev dependencies upgraded to v16. #4106
  • <RichTextArea/> <RichTextAreaComposite/> - Removed, replaced by <RichTextInputArea/> #4106

For changelog of older version see here