Skip to content

Latest commit

 

History

History
736 lines (399 loc) · 28.2 KB

CHANGELOG.md

File metadata and controls

736 lines (399 loc) · 28.2 KB

10.1.1 (2019-01-04)

Bug Fixes

  • CallControl: add 'participant-list' as type in CallControl (cd51bd9)

10.1.0 (2018-12-20)

Bug Fixes

  • CallControl: add additional types for CallControl (87e5b4d)

Features

  • CallControl: add iconColor prop to CallControl (d369e8d)
  • TopbarMobile: add prop for closeOnClick (982a834)

10.0.9 (2018-12-17)

Bug Fixes

  • SideNav: reverse SideNav Arrows (49a4100)

10.0.8 (2018-12-11)

Bug Fixes

  • SideNav: fix lint error in SideNav (d53bae0)

10.0.7 (2018-12-07)

Bug Fixes

  • SideNav: update internal state based on props change (695d84f)

10.0.6 (2018-12-06)

Bug Fixes

  • react-examples: correct component names for icon, space list, tooltip (c33ce28)

10.0.5 (2018-12-05)

Bug Fixes

  • react-examples: create seperate sections for examples without unnecessary styling (26bf21d)

10.0.4 (2018-11-28)

Bug Fixes

  • contentItem: fix for tall images with FileContentItem (24c7108)

10.0.3 (2018-11-21)

Bug Fixes

  • Avatar: render avatar if title is made of only spaces (8ccb3c3)

10.0.2 (2018-11-19)

Bug Fixes

  • Avatar: fix to render avatar image on SSR applications (e018ed6)
  • Button: componentDidUpdate - check previous focus before setting button focus (87fb777)

10.0.1 (2018-11-16)

Bug Fixes

  • ContentItem: update sixteenNine file example (890afa2)

10.0.0 (2018-11-15)

Features

  • React: update to version 16 (de6bc6f)

BREAKING CHANGES

  • React: update to React v16, this package will no longer work with v15

9.11.0 (2018-11-12)

Features

  • Modal: remove content—left and content—right for dialog update (79beb6b)

9.10.5 (2018-11-09)

Bug Fixes

  • contentItem: add text overflow for chat title and file subtitle, omit gifIcon prop, add position relative (7db82e8)

9.10.4 (2018-11-07)

Bug Fixes

  • examples: update publish to create examples (8452149)

9.10.3 (2018-11-07)

Bug Fixes

  • examples: update scripts for new json format (23d624a)

9.10.2 (2018-11-06)

Bug Fixes

  • ContentItem: add onClick for image, gif icon, failedText, loadingText, findAspect(), title overflow (9562108)

9.10.1 (2018-11-02)

Bug Fixes

  • Popover: add back None trigger option removed by merge (0328ab5)

9.10.0 (2018-11-01)

Bug Fixes

  • Popover: change trigger logic for adjusted prop value (65211d4)

Features

  • Input: added optional Icon node prop (b79934e)
  • Popover: add initial open trigger (502c5cb)
  • Popover: add startOpen prop to initialize Popover as open (064fa0b)

9.9.0 (2018-10-31)

Features

  • list: add wrap prop to List (b6616d3)

9.8.1 (2018-10-29)

Bug Fixes

  • Topbar: return when child is null, instead of throwing error (5cba7e9)

9.8.0 (2018-10-12)

Bug Fixes

  • Topbar: remove row class (4ea235c)

Features

  • contrast: displaying contrast versions in the docs (cab36bc)
  • SideNav: add ability to pass in node for expandable section (07a2c34)

9.7.3 (2018-10-11)

Bug Fixes

  • avatar: add hover/pressed states when clickable (cfcfbb9)

9.7.2 (2018-10-04)

Bug Fixes

  • TopBar: remove row class for alignment issues when TopBarNav not present (e85f0d8)

9.7.1 (2018-10-01)

Bug Fixes

  • Button: prevent active styles if disabled (b600814)

9.7.0 (2018-09-26)

Features

  • ContentItem: add ContentItem component (98cea7f)

9.6.0 (2018-09-19)

Bug Fixes

  • TimePicker: call onChange callback when new time is typed (023b0d1)

Features

  • popover: add custom hover delay (3001c55)

9.5.0 (2018-09-14)

Features

  • ListItemMeeting: add prop to overwrite default Event Overlay props (c2719ab)

9.4.0 (2018-09-12)

Bug Fixes

  • AlertCall: allow id prop to be applied without modification (4052ada)
  • ListItem: allow id prop to be applied without modification (ebc777a)
  • ListItemHeader: allow id prop to be applied without modification (f5928e4)
  • ListItemHeader: allow subcomponents of Header to be interacted with (14849e4)
  • ListItemMeeting: allow id prop to be applied without modification (ff7e160)
  • SelectOption: allow id prop to be applied without modification (0de9a34)
  • SpaceListItem: allow id prop to be applied without modification (c1e9431)
  • SpaceListMeeting: allow id prop to be applied without modification (c29ceb5)
  • SpaceListMeeting: change attendees interaction to hover (e63e298)

Features

  • Avatar: add isDecrypting prop (396c780)
  • ComboBox: allow ListItemHeader to be passed as child (8ff75d7)
  • EventOverlay: add props to contain content in document/overflow (611498a)
  • SpaceListItem: add isDecrypting prop (fca45e5)

9.3.2 (2018-09-07)

Bug Fixes

  • Popover: clear timeout on mouse leave (c7d9c0e)

9.3.1 (2018-09-05)

Bug Fixes

  • TimePicker: switch from defaultValue to value (e4bb22f)
  • TimePicker: update callback function in setstate (e740b47)

9.3.0 (2018-09-03)

Bug Fixes

  • ButtonGroup: change icon-flag_12 to icon-flag_16 (e4c2cf2)
  • ButtonGroup: move className prop after type (ecc62f3)
  • ButtonGroup: style moved to className instead of inline (bcbc1e2)

Features

  • ButtonGroup: add default type prop set to ' ', remove trimStart from lodash imports (5c24d63)
  • ButtonGroup: add pill prop to ButtonGroup, replace trimStart with substr (d7f8975)
  • ButtonGroup: move border-radius to style sheet (dfe274a)
  • chips: add new chip component (383b77a)

9.2.0 (2018-08-27)

Bug Fixes

  • EditableTextfield: persist event (601d919)

Features

  • Popover: on hover popover will remain open if children are hovered (9523879)

9.1.0 (2018-08-27)

Bug Fixes

  • listItemMeeting: switch inline style to classname (e7fb7c8)
  • ListItemMeeting: add date and status color prop (b78b3af)
  • ListItemMeeting: remove changes ListItemSection, add props: marginLeft, marginRight prop, dateColor (4115da4)
  • ListItemMeeting: show spacing when inProgress and date (9a71d02)
  • ListSeparator: add lineColor, textPadding, children, & textColor props, create test file with tests (f22fe7e)
  • ListSeparator: add margin prop, fix ternary, add css variable (7fa4c22)
  • ListSeparator: fix props to spread (03217b8)
  • ListSeparator: replace css variable to current color (828419f)
  • ListSeparator: set focus on alphakey (d6dd3a2)

Features

  • ListItemMeeting: add type prop (8305d38)

9.0.0 (2018-08-24)

Bug Fixes

  • EventOverlay: allow inputs with esc/enter key events (d934b58)

Code Refactoring

  • EditableTextField: remove console log (3838c84)

BREAKING CHANGES

  • EditableTextField: EditTextfield now return (event {value}) from handleDoneEditingfunction.

8.6.0 (2018-08-16)

Features

  • Avatar: add notification badge (671a363)
  • MenuItem: pass value to onClick handler (1a0ebbe)
  • ModalHeader: add message prop and styling (7f1031d)

Reverts

  • cache: change cache version to 1.1 (566b693)

8.5.0 (2018-08-10)

Bug Fixes

  • EditableTextfield: allow empty value for EditableTextfield (a3c32f7)
  • EditableTextfield: update CR feedback (bcabbed)

Features

  • Spinner: add checkmark to spinner if percentage is 100 and showCheck prop is true (615f6f6)

8.4.2 (2018-08-07)

Bug Fixes

  • Select: add value prop, fix onSelect function (e9e32a6)

8.4.1 (2018-08-03)

Bug Fixes

  • CallControl: add two other icon sizes (10,16) (fa9dd43)
  • CallControl: remove static logic, add iconSize prop (c8a6683)
  • MenuItem: add separate menu header classname (df09425)

8.4.0 (2018-08-02)

Bug Fixes

  • ComboBox: change to Component, modify ref definition (73d8658)
  • SpaceListItem: add regex escape for special characters (eb6b133)

Features

  • ComboBox: ComboBox component implementation Phase-1/Phase-2 (7ec3a5f)

8.3.0 (2018-07-27)

Features

  • Menu: add ability to customize MenuItems by adding new SubMenu component (ef7c315)
  • SubMenu: add ability to pass in customNode (0a5aa84)

8.2.0 (2018-07-24)

Bug Fixes

  • Popover: add onClose function to Popover to fix duplicate close prop (aa449b2)
  • Popover: change wrapper element of Popover to span (51575fc)

Features

  • Avatar: add theme prop and dark theme example (fd81984)

8.1.0 (2018-07-23)

Features

  • EditableTextfield: allow classes and props to be passed to internal components (2d15537)
  • ListItem: pass props down in ListItem (0db7266)

8.0.3 (2018-07-20)

Bug Fixes

  • EventOverlay: remove unset property from maxWidth/maxHeight for browser compatibility (052cb8d)
  • Popover: remove onBlur handler when Popover is set to Click (35fd0ca)

8.0.2 (2018-07-20)

Bug Fixes

  • ActivityButton: remove icon aria-label/title fixes #98 (7bb19b8)
  • avatar: state is not updated on avatarUrl change (0b10bcd)
  • EventOverlay: dynamic arrow position based on anchor size in relation to container size (7443285)
  • Popover: add doesAnchorToggle prop to Popover (1fc7a50)
  • Tooltip: add otherProps passthrough to EventOverlay (ef1d3c4)

8.0.1 (2018-07-14)

Bug Fixes

  • utils: move utils to shared folder (271615d)

8.0.0 (2018-07-14)

Bug Fixes

  • Button: add removeStyle prop to Button component (6a4cce0)
  • Coachmark: set isOpen state to false when prop changes to false (ff71525)
  • EventOverlay: remove keyup event handler if allowClickAway is false (1de71b1)
  • Icon: change Icon onClick prop to mimic Avatar onClick prop (74bed0d)

Features

  • Avatar: add onClick prop to wrap Avatar in button (c002457)
  • DatePicker: DatePicker component implementation (98000db)
  • Icon: add clear button functionality (3ae5556)

BREAKING CHANGES

  • Icon: Icon isClickable prop has been removed and replaced with onClick. Remove isClickable prop.
  • Button: Behavior of color="none" prop has changed. "removeStyle" prop now removes all button styles. color="none" prop only removes color styling. size="none" prop only removes size.

7.14.0 (2018-07-12)

Bug Fixes

  • SpaceListMeeting: change join button to proper size (b12b948)

Features

  • Alerts: add props to change ariaLabel (02a4dcc)
  • Button: add size prop/default for button (14b081d)

7.13.1 (2018-07-06)

Bug Fixes

  • ModalHeader: allow passing of children (fc5ea53)

7.13.0 (2018-07-06)

Features

  • ModalHeader: allow ModalHeader to be passed into Modal (d862004)

7.12.1 (2018-07-03)

Bug Fixes

  • Input: remove required name prop, rename id prop (200ff0a)
  • TimePicker: add inputId prop or create unique one (691ce80)

7.12.0 (2018-06-29)

Bug Fixes

  • Coachmark: made allowClickAway prop changeable (cf492e3)
  • Icon: change method of creating unique Id's (e5e7505)
  • Popover: handle anchor event handlers within Popover (172a316)
  • Topbar: add branchAnchorElement prop for wrapping brand logo (3ef41bf)

Features

  • DatePicker: Datepicker component - Phase 1 (9c900eb)

7.11.0 (2018-06-27)

Bug Fixes

  • ListItem: allow EventOverlay as child with ListItemSections (631b09d)
  • lodash: destructured required lodash functions (7794342)
  • SpaceListMeeting: added isBold prop for Header (6126a85)
  • SpaceListMeeting: typo (7c98354)

Features

  • EventOverlay: horizontal dynamic positioning update (c71a96c)
  • Link: created Link component/examples/tests (a852a6f)
  • Menu: Added shouldCloseMenu functionality within Menu (2acf749)

Change Log

All notable changes to this project will be documented in this file.

v7.10.0 (2018-6-20)

Features

  • ListItemMeeting: component created
  • CompositeAvatar: added size 84
  • ButtonGroup:
    • ButtonGroup implementation
    • Added highlightSelected and justified prop
  • Icon: added Icon type
  • Avatar: added logic for 40px Self Avatar

Bug Fixes

  • ListItemMeeting: refined examples
  • SpaceListMeeting: stop event propagation
  • ButtonGroup: change type to dark
  • Button: loading reverted
  • ListItem: add Title Prop to ListItem

v7.9.0 (2018-6-13)

Features

  • Avatar: add self type

v7.8.0 (2018-6-11)

Features

  • AlertMeeting: Add onClick handler and make snooze button optional.
  • Coachmark: added base implementation

Bug Fixes

  • Icon: change error to warning
  • List: Made initial focus function optional
  • ListItemHeader: clickable children
  • Avatar: trim title added

v7.7.0 (2018-6-8)

Features

  • EventOverlay: Handling closeOnClick in bubble phase
  • AlertMeetingContainer: Changed AlertMeetingContainer to accept alertList array prop.
  • AlertCallContainer: Changed AlertCallContainer to accept alertList array prop.

v7.6.0 (2018-6-6)

Features

  • avatar: add avatar size options

Bug Fixes

  • AlertCallContainer: add avatar support
  • Avatar:
    • fixed className in img--hidden
    • remove hidden class
    • remove array of images returning

v7.5.0 (2018-6-5)

Features

  • SubMenu: add SubMenu Component
  • Menu: Add separator prop in menuItem
  • ListItem: Added an additional prop to display separator in ListItem
  • CallMeetingContainer: Initial Implementation
  • AlertContainer: Repurpose AlertContainer for displaying Alerts
  • AlertCallContainer: Intitial implementation AlertCallContainer
  • SpaceListItem: added filter,search, and tests
  • EventOverlay: Adding global click listener with bubble phase
  • SocialList:
    • add social list
    • update footer component with social list component

Bug Fixes

  • icon: create icon examples
  • spacelistmeeting: change header/subheader to nodes
  • SpaceListItem: syntax formatting

v7.4.1 (2018-5-31)

Bug Fixes

  • Input: add email type and return event instead of value
  • build: fix build scripts

v7.4.0 (2018-5-31)

Features

  • EditableTextfield: Added test cases for key handling
  • AlertCall: Added device selection list.

Build

  • es: created ES module directory and cleaned scripts

Bug Fixes

  • List: make type cloning conditional
  • SpaceMeeting: allow avatar to be passed in

v7.3.0 (2018-5-23)

Features

  • Modal: add renderTo Prop
  • Avatar:
    • Changing xlarge avatar size
    • Changed default values
    • Review comments fixed
    • Sizing avatar based with ems and taking overrideSize an optional prop

Bug Fixes

  • ListItem:
    • addedKeyPress to context
    • move handler to context
    • fixed unit tests

v7.2.1 (2018-5-22)

Bug Fixes

  • Topbar: remove Scss import

v7.2.0 (2018-5-21)

Features

  • SpaceList: added props for optional icons
  • AlertCall: Initial implementation of AlertCall component
  • Accordion:
    • Adding height as a modifier
    • Adding height prop to accordionHeader

Bug Fixes

  • Icon: fix opacity calculation

v7.1.0 (2018-5-11)

Features

  • Slider:
    • Moved the position calculation of label to componentDidMount
    • removed the edge case handling
    • Fixing the alignment issue of slider label
  • Alert: Updated Alert design
  • AlertMeeting: Initial Meeting Alert implementation.
  • Avatar: Adding bot, failure badge, typing types to Avatar
  • CollapseButton: Implementation for collapse button
  • SpaceListMeeting: added Component, adjusted EventOverlay
  • ListItemHeader: created and added styles
  • Accordion: showing separator based on a prop
  • Lightbox: LightBox implementation

Bug Fixes

  • List: fixed className and Popover
  • formatting: formatting and snapshots updated

v7.0.0 (2018-5-4)

Features

  • space-list: added overview variation
  • sideNavigation: add left side navigation
  • editInput: new editable textfield

Bug Fixes

  • docs: update Buttons in examples to have children

  • spacelist: example code prop fixed

  • prop name: change isSummary to isOverview

  • Breadcrumbs: update className to cui prefixed class

  • editText: comments

  • Footer: add color and className props

  • Topbar: add fixed prop

  • Button:

    • added containerLarge prop and tests
    • button container class
    • adjusted tests and props
    • update Call Control Icon, Button children/label props

Breaking Changes

  • Button:
    • label prop changed to external label
    • Button requires children

v6.0.0 (2018-4-25)

Chores

  • release: initial release to new GitHub Repo