Skip to content

Latest commit

 

History

History
788 lines (465 loc) · 38.6 KB

CHANGELOG.md

File metadata and controls

788 lines (465 loc) · 38.6 KB

2.0.3 (2024-10-10)

Bug Fixes
  • DatePicker: date format now passed correctly (6804a6b7)

2.0.2 (2024-10-10)

Bug Fixes
  • DatePicker: Fix locale, use international (b024cd47)

2.0.1 (2024-10-10)

Build System / Dependencies
  • rollup: change rollup config file to .mjs (711bcf82)
  • deps:
    • Fix dependency list so we don't have to use --legacy-peer-deps anymore (8ed56b4a)
    • update to React 18.2.0 Tests don't work anymore, no time to update for now. But it works. Will update soon. (778ebc23)
    • update stylelint-config-standard to v25.0.0 (56aac701)
    • update to Bootstrap 5 Updated multiple dependencies. (5f4d2eca)
    • update multiple dev dependencies (3603eaaf)
  • update font awesome to v5.15.4 PRO (e0d82fc9)
  • dependencies: update to node >16 (5d01a8f5)
Documentation Changes
  • update Setup doc for fonts (67ae3521)
  • remove deprecated onSelect on Dropdown items (38a530d7)
  • Navbar:
    • fix layout components import (a668dbf3)
    • fix Navbar styleguide for Bootstrap 5 (51636a10)
  • Styleguide: fix Card styleguide page (8b15f38e)
New Features
  • fa: update font awesome dependency to 5.15.4 (5e695704)
Bug Fixes
  • rollup: downgrade rollup version (52b64352)
  • DatePicker:
    • Fix date format calls (79592cd6)
    • Fix date format calls (e4708607)
    • Fix date format calls Tests now pass (1bf7c25a)
    • Update dependencies so that multiple DatePicker instances can be put next to one another (bbc2fa4a)
    • Date picker now shows the list of options for Months and Years when placed inside a Modal (#27) (662d8efb)
    • fix DatePicker styling for Bootstrap 5 (d21927ba)
  • fonts: fix webpack config for loading fonts (189b0ad7)
  • Popover+Tooltip: fix Popover+Tooltip styling for Bootstrap 5 (6ade4c8d)
  • Form: fix Form styling for Bootstrap 5 (0cb3c453)
  • Toast: fix Toast styling for Bootstrap 5 (92578a7c)
  • Tabs: fix Tabs styling for Bootstrap 5 (0f350303)
  • Table: fix Table styling for Bootstrap 5 (d7a68bd6)
  • link: fix links styling for Bootstrap 5 (34078c24)
  • Alert: fix Alert styling for Bootstrap 5 (5a5987ea)
  • Chart: fix Chart styling for Bootstrap 5 (bcbf5d58)
  • Button: fix Button styling for Bootstrap 5 (1bb72e04)
  • Badge: fix Badge styling for Bootstrap 5 (87b807ae)
Other Changes
  • removed deprecated defaultProps from React components (ea8442af)
Tests
  • remove enzyme as a dependency and remove useless test Using react-testing-library instead (2a15a6d3)
  • fix Tabs component test (851ba53d)
  • snapshots: update component snapshots (7ddbb310)

2.0.0 (2022-09-19)

Build System / Dependencies
  • deps:
    • update to React 18.2.0 (778ebc23)
    • update stylelint-config-standard to v25.0.0 (56aac701)
    • update to Bootstrap 5 Updated multiple dependencies. (5f4d2eca)
    • update multiple dev dependencies (3603eaaf)
  • update font awesome to v5.15.4 PRO (e0d82fc9)
  • dependencies: update to node >16 (5d01a8f5)
Documentation Changes
  • update Setup doc for fonts (67ae3521)
  • remove deprecated onSelect on Dropdown items (38a530d7)
  • Navbar:
    • fix layout components import (a668dbf3)
    • fix Navbar styleguide for Bootstrap 5 (51636a10)
  • Styleguide: fix Card styleguide page (8b15f38e)
New Features
  • fa: update font awesome dependency to 5.15.4 (5e695704)
Bug Fixes
  • fonts: fix webpack config for loading fonts (189b0ad7)
  • Popover+Tooltip: fix Popover+Tooltip styling for Bootstrap 5 (6ade4c8d)
  • Form: fix Form styling for Bootstrap 5 (0cb3c453)
  • Toast: fix Toast styling for Bootstrap 5 (92578a7c)
  • Tabs: fix Tabs styling for Bootstrap 5 (0f350303)
  • Table: fix Table styling for Bootstrap 5 (d7a68bd6)
  • DatePicker: fix DatePicker styling for Bootstrap 5 (d21927ba)
  • link: fix links styling for Bootstrap 5 (34078c24)
  • Alert: fix Alert styling for Bootstrap 5 (5a5987ea)
  • Chart: fix Chart styling for Bootstrap 5 (bcbf5d58)
  • Button: fix Button styling for Bootstrap 5 (1bb72e04)
  • Badge: fix Badge styling for Bootstrap 5 (87b807ae)
Tests
  • remove enzyme as a dependency and remove useless test Using react-testing-library instead (2a15a6d3)
  • fix Tabs component test (851ba53d)
  • snapshots: update component snapshots (7ddbb310)

1.7.19 (2020-10-12)

New Features

  • Dropdown: Add disabledToggle prop (11a87044)

1.7.18 (2020-08-11)

Bug Fixes

  • Form.Check: Revert - Forward the ref (c269277d)

1.7.17 (2020-08-10)

Bug Fixes

  • Form.Check: Forward the ref (10ddc542)

1.7.16 (2020-07-30)

Bug Fixes

  • Tooltip: Remove warning cause by trigger hover (8bbef2f2)

1.7.15 (2020-07-30)

Bug Fixes

  • Popover: Remove warning cause by trigger hover (a4359809)

1.7.14 (2020-07-29)

Build System / Dependencies

  • Update npm pkg: Update bootstrap and react-bootstrap (335c19c6)

1.7.13 (2020-07-29)

Bug Fixes

  • Layout: Replace procentual height with vh (c4e30179)

1.7.12 (2020-05-18)

Bug Fixes

  • SideNavigation: Remove right border (ba4e1998)

1.7.11 (2020-05-07)

Bug Fixes

  • Table: Set table filter selected option arrow (cee5d214)

1.7.10 (2020-05-07)

Bug Fixes

  • Table: Change icon asset to base64 string (abbbec76)

1.7.9 (2020-05-06)

Build System / Dependencies

1.7.8 (2020-05-06)

Bug Fixes

  • Table: Add prop for default filter (5ce98dc6)

1.7.7 (2020-05-04)

Bug Fixes

  • Table: Change filter select trigger to an icon (6d50f870)

1.7.6 (2020-04-29)

Bug Fixes

  • SideNav: Expose selected prop (167b5b10)

1.7.5 (2020-04-16)

Bug Fixes

  • ComboBox: Allow disabled option to be displayed by the default styling (26c38db0)

1.7.4 (2020-04-01)

Bug Fixes

  • SideNavigation: Add buttom items to menu (9ae4f893)

1.7.3 (2020-04-01)

New Features

  • SideNavigation: Add buttom items to menu (f9147eec)

1.7.2 (2020-03-26)

Bug Fixes

  • Nav: Export Nav, Navbar components (2cec594d)

1.7.1 (2020-03-26)

Bug Fixes

  • Nav: Add syneto styling to nav, navbar icon menu items (0570f579)

1.7.0 (2020-03-26)

New Features

  • Nav: Add Nav and Navbar component (657d5c64)

Bug Fixes

1.6.8 (2020-03-17)

New Features

  • TitleBar: Add brand component prop (dd91ce16)

1.6.7 (2020-03-12)

New Features

  • Modal: Add width prop to Modal actions Buttons (900a4b87)

1.6.6 (2020-03-10)

Build System / Dependencies

  • Add rollup-plugin-sass-variables (d342798d)

1.6.5 (2020-03-09)

New Features

  • ComboBox: Forward all props to react-select library, instead of our custom logic (b149e1e9)

1.6.4 (2020-03-05)

Bug Fixes

  • Modal: Make modal-body-inner height: 100% (bf7991b6)
  • ComboBox: : Expose react-select props (bf7991b6)

1.6.3 (2020-03-04)

New Features

  • Modal: Add button appearance to modal action buttons (dca8a8a3)

Bug Fixes

  • Chart: Export Chart component (5309ae4d)

1.6.2 (2020-03-02)

New Features

  • Modal: Add option to change the button type in action object (e6b2408e)

Bug Fixes

  • Modal: Sliding feature available for extended modal also (e6b2408e)

1.6.1 (2020-02-27)

Bug Fixes

  • SideNavigation: Fix exposing the onSelect prop (d2335b7f)

1.6.0 (2020-02-27)

Refactor

Build System / Dependencies

  • Rollup:
    • Update rollup version (f3b984c0)
    • Add and configure @rollup/plugin-commonjs to import @trendmicro/react-sidenav (750c1493)

1.5.0 (2020-02-19)

New Features

Bug Fixes

  • Layout: Change min-height to height 100% (a382d4df)

1.4.1 (2020-02-19)

Bug Fixes

  • SideNavigation: export SideNavigation (d76675e1)

1.4.0 (2020-02-18)

New Features

  • Modal: Add sliding modal feature (148213eb)

1.3.0 (2020-02-18)

New Features

  • New SideNavigation component (70155b01)

1.2.0 (2020-02-06)

New Features

  • Spinner: Add Spinner component (3c4557a2)

1.1.0 (2020-02-06)

Documentation Changes

  • Add Typography, Colors and Utilities sections

New Features

1.0.1 (2019-11-25)

Update dependencies

  • Update npm pkg dependencies (c2792c0b)

1.0.0 (2019-10-29)

First major release of @syneto/compass-react

0.12.5 (2019-10-29)

Bug Fixes

  • Card: Add cardActions only if they are specified in props (46ce0f25)

0.12.4 (2019-10-24)

Bug Fixes

  • Popover: revert focus behavior on click (7c86a96b)
  • Table: set noDataIndication to incoming prop (1bf27443)

0.12.3 (2019-10-21)

New Features

  • Popover: remove force close on click outside (b85ff524)

Bug Fixes

0.12.1 (2019-10-19)

New Features

  • Button: add block button (13f46634)
  • Popover: add width prop (d152d4f2)
  • Table:
    • add pointer cursor on rows that have events (aff6b5ec)
    • add default search (09de8f00)

Bug Fixes

0.12.0 (2019-10-16)

Breaking Changes

  • change props of Button and Badge (4e1a1ce0)

Documentation Changes

  • update the documentation with changed props (5ed4e16a)

0.11.8 (2019-10-09)

New Features

  • Table: add possibility for custom actions dropdown (2c557293)
  • Toast: update Toast header colors (293afab9)

Documentation Changes

  • Table: add Modal trigger example (dd506123)

0.11.7 (2019-10-08)

Bug Fix

  • Form: fix select webkit appearance (ec784dc3)

0.11.6 (2019-10-02)

New Features

  • Table: add custom search prop (061c9c23)

0.11.5 (2019-10-01)

Bug Fixes

  • Table: pass props to Bootstrap Table (b5f86e8e)

0.11.4 (2019-09-30)

Bug Fixes

  • Icon: pass props to children (93f8aff8)

0.11.3 (2019-09-25)

Bug Fixes

  • Card: pass props to bootstrap Cards (ff96bbc5)

0.11.2 (2019-09-25)

Bug Fixes

0.11.1 (2019-09-24)

Build System / Dependencies

  • export the rest of the components (c4a78e2)

0.11.0 (2019-09-23)

New Features

  • Toast: add color variants (c66f25c5)
  • DatePicker: document enforceFocus prop (d4af4b7a)
  • Form: add inline option to form group (266c64f4)
  • Table: add first and last page option (4afa7149)

Build System / Dependencies

  • export all components as named exports (c7d18b8d)

0.10.5 (2019-09-16)

New Features

  • DatePicker: add placement prop (5f886492)

0.10.4 (2019-08-22)

Bug Fixes

  • Table: prevent Search form submit (c364d6d5)

0.10.3 (2019-08-22)

Bug Fixes

  • Table: set type button on search clear button, to prevent form submit (4cfd0316)

0.10.2 (2019-08-20)

Bug Fixes

  • Table: wrap search input in a Form component to prevent Chrome autocomplete (2ecef768)

0.10.1 (2019-08-05)

New Features

  • Table:

Bug Fixes

  • Table:
    • remove filter div if empty; fix empty header (8da69567)
    • fix children array (03ac0a29)

0.10.0 (2019-07-23)

New Features

Bug Fixes

  • Modal:
    • enable stacking modals on extended use (88576c48)

0.9.1 (2019-07-17)

New Features

  • Modal: add disabled prop to actions (7c4637f2)

0.9.0 (2019-07-15)

New Features

  • Toast: Add Toast component (b6c8042c)
  • Alert: Add Alert component (3bc1d0ef)
  • Dropdown: support custom trigger (72cc3a0d)

Bug Fixes

  • Modal:
    • include backdrop to modal tests (2901a533)
    • set backdrop prop default to static (a3103f88)
  • Dropdown: make dropdown inline-block (07c19419)

Build System / Dependencies

  • export Table and ComboBox as separate bundles (8873df47)
  • export Tooltip and Popover (0ceea4bb)

Documentation Changes

  • Dropdown: update Dropdown docs (3fe48645)

Refactors

  • Icon:
    • Change Icon size implementation - remove the mapping object (586054be)
    • Change Icon size implementation (dbb62d3f)
    • Remove fonts and css that are not needed. Updated documentation (a9d52807)

0.8.2 (2019-07-10)

New Features

Documentation Changes

  • Popover: include examples with and without title (c695f195)

0.8.1 (2019-07-10)

New Features

  • Tooltip: close on click outside (1490a826)
  • Popover: close on click outside (0599245e)

Build System / Dependencies

  • export Table and ComboBox as separate bundles (8873df47)

0.8.0 (2019-07-08)

New Features

  • Icon: add Icon component (452094e1)
  • Tooltip: add Tooltip component (bc0d5ab1)
  • Popover: add Popover component (acb6f890)
  • List: add List component (a7f5c78c)
  • Dropdown: support custom trigger (72cc3a0d)

Bug Fixes

  • Dropdown: make dropdown inline-block (07c19419)

0.7.0 (2019-06-27)

Build System / Dependencies

  • ComboBox: export it as a peer dependency not bundled in compass (931cc181)

Refactors

  • Table:
    • rewrite it as function component (538b6624)
    • simplify scrollable feature (fe6b1f5a)

0.6.0 (2019-06-26)

New Features

  • Table: add table component
  • Badge: support extra className (1ad138bc)
  • Check: add indeterminate state for checkbox (38d8f016)

Build System / Dependencies

  • prefer local modules instead of build-in node modules (5d218d08)

Documentation Changes

  • Tabs: add example for custom tab title (2088bbf6)
Refactors

0.5.2 (2019-06-21)

Build System / Dependencies

  • fix production build for Switch component (216e0527)
  • fix production build for Fade/Transition component (256cdd27)

0.5.1 (2019-06-14)

Documentation Changes

  • fix documentation after export updates (9f1e477f)

0.5.0 (2019-06-13)

Build System / Dependencies

  • export individual components (8a298ebe)
  • bundle together in index only: Layout (Container, Col, Row), Badge, Button, Dropdown
  • export as separate bundles: DatePicker, Form, Modal, Tabs

Documentation Changes

  • Form: add validation feedback examples (fixes #17) (9c8cfd85)

0.4.3 (2019-06-12)

Bug Fixes

  • Tabs: remove Fade transition by default (didn't work when integrated in Central, couldn't pinpoint the actual problem) (086c6d07)

0.4.2 (2019-06-10)

Documentation Changes

  • Button: add button types examples (61400b23)

0.4.1 (2019-06-10)

Bug Fixes

  • DatePicker: always render as appended to body when customInput passed (5b2af60a)

0.4.0 (2019-06-07)

New Features

  • Base: add Typography (d17993b0)
  • Dropdown: add Dropdown component (feddbe80)
  • Form:
    • add Form components
    • add ComboBox
    • add Switch
  • Button:
  • Modal:
    • add shadow to indicate scroll (fixes #12) (f69624ec)
    • add support for stacked modals (fixes #8) (8d2444c4)
  • Dropdown: add alignRight prop (e0493b1d)

Bug Fixes

  • DatePicker:
  • Tabs: prevent switching to a non-existing Tab (8ae6f36b)
  • Tabs: fix vertical active tab border (a5a314f6)

Documentation Changes

  • Modal:
    • add example for non-dismissible Modal (0cf2aa9f)
    • add examples for various sizes (fixes #6) (bde9152e)
  • DatePicker: add timeIntervals example (c9aca033)
  • Tabs: add example for controlled Tabs (c8bd6c3a)

0.3.3 (2019-05-27)

Bug Fixes

  • Modal: adjust action buttons spacing & padding (b82dc865)

0.3.2 (2019-05-27)

Documentation Changes

  • Button: add spacing between examples (5e201119)
  • Badge: add spacing between examples (b90e3a9b)

0.3.1 (2019-05-27)

New Features

Bug Fixes

  • Modal: adjust styling to match design (0b7e32ba)
  • Button: remove padding for tertiary & link variations (7c127e14)

0.3.0 (2019-05-27)

New Features

  • Modal: add Modal component
  • Button: add Button component
  • DatePicker: add DatePicker component
  • Base: override bootstrap color variables (be66ac22)

Bug Fixes

  • Tabs:
    • make border stretch as far as content height for vertical tabs (#4) (d38d3e68)

Documentation Changes

0.2.0 (2019-05-14)

Documentation Changes

New Features

0.1.4 (2019-05-10)

0.1.1 (2019-05-10)

Breaking Changes

  • Badge:
    • rename primary option breaking
    • rename secondary option breaking
    • rename size prop breaking

Documentation Changes

  • Base: include docs for colors and layout (3bc27cbf)

New Features