Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
975 lines (495 loc) · 55.8 KB

CHANGELOG.md

File metadata and controls

975 lines (495 loc) · 55.8 KB

3.4.0 (2021-02-04)

Features

  • select: add feedbck for select component (#690) (08bb14b)

3.3.0 (2020-12-28)

Bug Fixes

  • icon: change icon map (f1a5ace)
  • icon: fix Jest tests (fcfbcaa)
  • icon: fix svg import (4494ddf)
  • icon: fixing more jest tests (0c88cd3)
  • icon: fixing tests (173a9e6)
  • icon: implementation of new icon (2fc890b)
  • icon test: fix jest test (ab169dc)
  • icon test: improve icon test (6d7e9ee)
  • package.json: edit package.json to remove 'jest' (5bba3d3)

Features

3.2.0 (2020-12-26)

Features

3.1.0 (2020-12-18)

Features

  • textfield: add id prop to text field (dd0ce21)

3.0.4 (2020-11-08)

Bug Fixes

  • alert: fix typo (c1ff13a)
  • breadcrumb: rename the props (f5692e6)
  • calendar: fix the callendar story (9a3973f)
  • callout: fix sb docs page (5983028)
  • callout: remove comment and fix typo (b5f80ad)

3.0.3 (2020-10-24)

Bug Fixes

3.0.2 (2020-10-18)

Bug Fixes

  • navbar: nav bar icon broken (4369e15)

3.0.1 (2020-09-23)

Bug Fixes

3.0.0 (2020-09-15)

Bug Fixes

BREAKING CHANGES

  • component: we skip shipping & referencing of main.scss files. Now that there's no need for a .scss references in the front-end, the main.scss reference in the front-end must be removed.

2.0.1 (2020-09-08)

Bug Fixes

  • import scss files from components into main.scss (edd8824)

2.0.0 (2020-09-07)

Features

BREAKING CHANGES

  • 🧨 addon-info is replaced by addon-docs.

✅ Closes: 531

1.16.1 (2020-08-02)

Bug Fixes

  • select.tsx: change default behavior - single not displaying all options after a selection made (896d674), closes #517

Reverts

  • storybook: remove wrong files (c47eb80)

1.16.0 (2020-07-17)

Features

1.15.0 (2020-07-08)

Features

  • select: select component use generics (#492) (221118a)

1.14.3 (2020-07-08)

Bug Fixes

1.14.2 (2020-06-24)

Bug Fixes

  • babel-jest: install the same version of tsdx (ffd5a59)

Reverts

  • deps: revert update of babel-jest from v26 to v24 (c1a25b7)

1.14.1 (2020-06-23)

Bug Fixes

  • select: fix type of onchange (bce1bac)

1.14.0 (2020-06-22)

Features

  • components/navbar: amends to PR #463 (db1a9dc), closes #456
  • icons: make bars icon available to components (2021ec0), closes #456
  • navbar.stories.tsx: add hamburger menu icon to mobile navbar story (75465d4), closes #456
  • navbar.test.tsx: add tests for navLinkList dividers and icons (7bae6c4), closes #456
  • navbar.tsx: add divider between dropdown list link groups (d8275ce)
  • navbar.tsx: added icons to NavLinkList items (270cc71), closes #456
  • navbar.tsx: amend getNavLinkList className (86e8676), closes #456
  • navbar.tsx: minor syntax change (77fb968), closes #456
  • tsconfig.json: undo of redundant addition of skipLibCheck (075fe98), closes #456

1.13.0 (2020-06-18)

Features

1.12.2 (2020-06-16)

Bug Fixes

  • storybook: fix storybook build adding "skipLibCheck": true (683c2b8)

1.12.1 (2020-06-16)

Bug Fixes

  • fix broken deps and updates scripts (c8c0eba)

1.12.0 (2020-06-05)

Features

  • datetimepicker, dropdown: support all languages (8e42796), closes #438
  • datetimepicker.tsx and dropdown.tsx: multiple languages, onClick (ab390db), closes #324

1.11.0 (2020-06-03)

Features

  • Typography: Introduction of the Typography component (#451) (a124bc2)

1.10.0 (2020-06-03)

Features

  • calendar: add callbacks to navigation buttons (093cc94)

1.9.0 (2020-05-31)

Features

  • modal: styling through props (7f2cf11)

Reverts

  • modal: reverted for master branch (b4da3e3)

1.8.1 (2020-05-29)

Bug Fixes

1.8.0 (2020-05-29)

Features

  • modal: styling with props (6d499c8)

1.7.0 (2020-05-27)

Features

1.6.0 (2020-05-18)

Features

  • icon: add outline prop to Icon component (e461188)
  • navbar: icon can be added as navbar item with its name, size, etc (d83321c)
  • navbar: nav item of icon type can be inserted with Icon component (316909f)

1.5.0 (2020-05-05)

Features

  • navbar: implement autocomplete support for Navbar search (#392) (cccb599)

1.4.0 (2020-05-01)

Bug Fixes

Features

  • typeahead: Added feedback prop to Typeahead (#381) (812aca2)

1.3.0 (2020-04-08)

Features

1.2.0 (2020-03-28)

Features

1.1.0 (2020-03-27)

Features

  • typeahead: added isinvalid prop to typeahead (#341) (b0639de)

1.0.0 (2020-03-18)

Bug Fixes

  • coveralls: fix typo (9180d2f)
  • input: add missing className and style properties (3713d16), closes #271
  • input: add style to text input property and fix test (595b709), closes #271
  • input: add validation styling to text input and field (ee3cd14), closes #271
  • input: fix validation tests (67bab76), closes #271
  • input: replace selected with defaultValue in select (c9656cd), closes #271
  • input: resolve requested and other necessary changes and refactor (c0ec7ab), closes #271
  • inputs: apply requested changes (45bcf23), closes #271
  • table: fixes table tests (beba7f1)
  • types: add ColorVariant light and info colors (6664de4), closes #66
  • insert missing property to TextInput (fcbadca), closes #66

Features

  • actions: improves github action cicd and removes travis (44cf335)
  • docs: removes unnecessary docs (98110ce)
  • input: add input validation styles and tests, update react-bs (262d87e), closes #271
  • input: add validation styling to select (a791422), closes #271
  • inputs: add datetimepicker input validation and create docs (515db71), closes #271
  • inputs: form validation progress (d24435e), closes #66
  • textinput: add errorMessage property (3648fba), closes #66
  • textinput: add valid input message, fix typos and others (4c90b45), closes #66

BREAKING CHANGES

  • input: update react bootstrap

0.36.0 (2020-03-08)

Features

0.35.1 (2020-03-06)

Bug Fixes

  • eslintrc: removes createDefaultProgram (3b2e1a0)

0.35.0 (2020-03-06)

Features

0.34.1 (2020-03-01)

Bug Fixes

  • spinner: quick import fix (676fe36)

0.34.0 (2020-02-25)

Bug Fixes

  • toast: position prop logic (e4e46b2)
  • toast: remove unnecessary lines (9941714)
  • toast: story props order and story name (7f019a0)

Features

  • toast: add prop to control position (20c3417)
  • toaster: add new toast props to stories (7cf30d8)

0.33.3 (2020-02-21)

Bug Fixes

  • typeahead: add disabled prop to Typeahead (cf590b6), closes #287

0.33.2 (2020-02-15)

Bug Fixes

  • prettier: changes endofline parameter (b6e2d0a)

0.33.1 (2020-02-13)

Bug Fixes

  • fullcalendar: downgrade FullCalendar to fix frontend test failures (a690edd)

0.33.0 (2020-02-12)

Features

  • icons: add Edit icon with pencil (13a32ec)

0.32.5 (2020-02-08)

Bug Fixes

0.32.4 (2020-02-03)

Bug Fixes

  • i18n: register locales to remove extraneous logs (095bd72), closes #251
  • testing: remove datetimepicker extraneous logs (80a5f5b), closes #146

0.32.3 (2020-02-03)

Bug Fixes

  • typeahead: add ability to set default value (ed9cad6)

0.32.2 (2020-02-02)

Bug Fixes

  • textfield: fixes prop issue in textfield (81ee377)
  • textinput: fixes prop issue in textinput (1aef1d5)

0.32.1 (2020-01-31)

Bug Fixes

  • calendar: remove extraneous log (1f1037a), closes #252

0.32.0 (2020-01-30)

Bug Fixes

  • navbar: fix tests, refactor brand component to icon and header, (91ce73e), closes #228
  • navbar: remove className boilerplates (1042a66), closes #228
  • navbar: remove test story (c569ce6), closes #228
  • navbar: repeated key warning in navbar items (a52cff7), closes #228
  • navbar: suggest new default and dark theme color, improve examples (8ebbcf0), closes #228

Features

  • navbar: add example with icons and support className prop (4784520), closes #228
  • navbar: refactor navbar tests (717a9fc), closes #225
  • navbar: support classname for all components and justify example (45faf19), closes #228
  • navbar: support navbar items horizontal position w array order (f80382f), closes #225

0.31.0 (2020-01-29)

Bug Fixes

  • panel: add missing test for header onclick panel toggle (5274a20), closes #233
  • panel: fix panel opening on non collapsible panel (b2ecdf4), closes #233
  • panel: make panel collapse on header click (2ab4878), closes #229
  • panel: remove classname boilerplatee (f8ea36f), closes #233

Features

  • panel: add classname to panel prop and modify stories (7e72639), closes #233

0.30.4 (2020-01-25)

Bug Fixes

  • textinput: add password, search, tel, url input types (71a344d), closes #226
  • textinput: removed the unnecessary union string types from Props (0084b07)

0.30.3 (2020-01-23)

Bug Fixes

  • typeahead: add some missing props to typeahead component (1d1024e)

0.30.2 (2020-01-17)

Bug Fixes

  • calendar: fix export for calendar (be8c98b)

0.30.1 (2020-01-11)

Bug Fixes

  • scss: fix imports to external dependencies (080b73e)

0.30.0 (2020-01-11)

Features

  • tab: add Tab and TabsHeader components (431d08a), closes #24
  • tab: use project's existing Button component (24d617f), closes #24

0.29.0 (2020-01-11)

Features

  • typeahead: add typeahead component (0b0f1a8)

0.28.0 (2020-01-10)

Features

  • css: add tsdx config for PostCSS, organize CSS and SASS imports (add82bf)
  • css: create a Theme to override Bootstrap colors (4094600), closes #35
  • css: update jest config to mock .scss imports to fix test failures (5206931)

0.27.2 (2020-01-03)

Bug Fixes

  • collapsable panel: adds pointer when cursor is hovered over icon (67ef9b8), closes #182

0.27.1 (2020-01-03)

Bug Fixes

  • typings: adds @types/node package set to version 12 of node (420f1eb), closes #189

0.27.0 (2020-01-02)

Features

  • alert: add className and style props (76002ec)
  • breadcrumb: add className and style props (d2bdd88)
  • button: add className and style props (c2206da)
  • icon: add className and style props (79a8b44)
  • label: add className and style props (5291f0e)
  • layout: add className and style props (adc8c0f)
  • list: add className and style props (c46ebcd)
  • pill: add className and style props (0f6144a)
  • radio: add className and style props (4c886ad)
  • select: add className and style props (933878e)
  • switch: add className and style props (4687354)
  • textfield: add className and style props (368a656)
  • textinput: add className and style props (2c9b4f2)

0.26.1 (2020-01-02)

Bug Fixes

  • eslint: ignore eslint import extentsion check (6d9d390)

0.26.0 (2020-01-02)

Bug Fixes

  • dropdown: fix dropdown bugs (3290a6a), closes #154
  • dropdown: fix missing necessary undefined type in id property (35c04e4), closes #154
  • dropdown: make id optional on dropdown toggle and items (787beb7), closes #154
  • eslint: fix eslint rules for newer versions (ddfb996)

Features

  • dropdown: add dropdown component (304666f), closes #58
  • dropdown: randomly generate id if one is not given (b5fb940)

0.25.0 (2020-01-02)

Features

  • panel: support collapsible panel without header/title (c04c9d8)
  • panels: adds panel component (d742ebd)

0.24.1 (2019-12-31)

Bug Fixes

  • navbar: make Brand onClick optional (609559b)
  • navbar: make NavLink onClick optional (fdd1ee5)

0.24.0 (2019-12-30)

Bug Fixes

Features

  • feat(components): add Label isRequired property and other options (dc201c3), closes #137

0.23.0 (2019-12-30)

Bug Fixes

Features

  • calendar: add ability to choose available views (0875a5b)
  • calendar: add calendar component (820a3a0)
  • checkbox: add className and style props (689805e)
  • navbar: add customizable search placeholder/button text (106c530)
  • navbar: add test for default props (8c238c1), closes #148

0.22.2 (2019-12-21)

Bug Fixes

  • datetimepicker: fix DateTimePicker style (e477380), closes #156
  • datetimepicker: remove comments (f02a0ba), closes #159

0.22.1 (2019-12-20)

Bug Fixes

  • ci: updates test script and build matrix (3e8d005)

0.22.0 (2019-12-18)

Features

  • breadcrumb: add breadcrumb stories (8f59804)
  • breadcrumb: make tests pass (a61742f)
  • breadcrumb: remove href prop (e95a3fa)
  • breadcrumb: separate breadcrumb item component (f6e5be5)
  • breadcrumb: simplify with bootstrap defaults (a849fda)
  • breadcrumb: write tests for breadcrumb wrapper (2ed44c4)

0.21.1 (2019-12-16)

Bug Fixes

  • fontawesome: adds fontawesome-common-types (7482584)

0.21.0 (2019-12-07)

Features

0.20.1 (2019-12-04)

Bug Fixes

  • labels: fix missing label export (84b0fce)

0.20.0 (2019-11-30)

Features

  • layout: add Container, Row, Column components (bd3f658)
  • layout: add Storybook stories for components (71d560a)
  • layout: add tests for components (9da673c)

0.19.0 (2019-11-27)

Features

  • video-player: add Storybook story for video-player (c329f90)
  • video-player: add tests (9ce135f)
  • video-player: add type definition (16b550e)
  • video-player: add VideoPlayer component (bf2f023)
  • video-player: install video-react package (17bdbea)

0.18.3 (2019-11-26)

Bug Fixes

  • navbar: fix typo in onSearchButtonClick function name (407ffe0)

0.18.2 (2019-11-23)

Bug Fixes

  • richtext.test: fix window.matchMedia is not a function error (210d1b7)
  • select: fix type of onChange prop (e4d5f25)

0.18.1 (2019-11-23)

Bug Fixes

  • deps: removes devDeps @types/storybook__react (64a11c8)

0.18.0 (2019-11-21)

Features

  • richtext: adds RichText component (d541c93), closes #29
  • richtext: fixes comments in Props to display in storybook (fa1e526), closes #93
  • richtext: fixes default value for disabled prop (587a493), closes #93

0.17.1 (2019-11-19)

Bug Fixes

  • component: fixes circular import on Button component (7b8cc92)

0.17.0 (2019-11-19)

Features

0.16.0 (2019-11-16)

Features

  • image: add Image component (780204e)

0.15.0 (2019-11-15)

Features

  • labels: destructuring props assignment for labels (c3b92f0), closes #65
  • label to functional component w/ addition htmlfor prop (0fc6d0a), closes #65
  • label: added label component to library (6ddb776), closes #65

0.14.0 (2019-11-12)

Bug Fixes

  • lint: lints some files, adds new rules (d46fa35)

Features

  • modals: adds modals (6a0fc55), closes #27
  • modals: simplifies code, reuse button functionalities (7dda857)

0.13.3 (2019-11-11)

Bug Fixes

  • naming: renames ts file in camelCase and refactors imports (f39019c)

0.13.2 (2019-11-02)

Bug Fixes

  • text: change event type to ChangeEvent (c079fd3)
  • textinput: change event type to ChangeEvent (aea29a0)

0.13.1 (2019-10-31)

Bug Fixes

  • storybook: fix interfaces to allow storybook to read prop types (48e396c)

0.13.0 (2019-10-30)

Features

  • textinput: add placeholder for text input (f5d16b4)

0.12.0 (2019-10-21)

Features

  • select: add Select component (dd1186f), closes #64

0.11.0 (2019-10-16)

Features

  • checkboxes: add ability to click on label to select (b93a757), closes #62
  • checkboxes: adds Checkbox component (e0f0930), closes #62

0.10.0 (2019-10-14)

Bug Fixes

  • deps: updates react-bootstrap dependency (1bbee34)
  • test: fixes other tests (ce560b0)

Features

  • switch: add Switch component (dc6667c), closes #69
  • switch: removes name from props (b4bc81c), closes #69

0.9.0 (2019-10-14)

Bug Fixes

  • navbar: changed the code to be more dynamically (753c6c4)
  • navbar: code modified (c23b339)

Features

  • navbar: add Navbar component (3190238)
  • navbar: adds unit test (2e46f90)

0.8.0 (2019-10-13)

Features

  • radios: adds radio component (2e91b6a), closes #63

0.7.0 (2019-10-13)

Features

  • textinput: adds TextInput component (b2200bb), closes #20

0.6.0 (2019-10-12)

Bug Fixes

  • alerts: adds module export (b9f9487)
  • alerts: changes path to components in alert story (9a41e56)
  • alerts: little fixes (75cf927)
  • test: replaces dist with src in tests (dddf357)

Features

  • alerts: adds Alert component (135a750)

0.5.0 (2019-10-06)

Features

  • text: adds text field component (d4b3928)

0.4.5 (2019-10-04)

Bug Fixes

  • toolchain: adds custom tsconfig for storybook build (951c5c0), closes #55
  • toolchain: fixes issue with storybook not properly building (70ce357), closes #55
  • toolchain: fixes issue with storybook not properly building (b6708ae), closes #55
  • toolchain: reverts mapped path due to netlify crash (4f2d1fc), closes #55

0.4.4 (2019-10-04)

Bug Fixes

  • toolchain: fixes storybook static build (a72d9fb)

0.4.3 (2019-10-01)

Bug Fixes

  • toolchain: removes storybook-build after tests (0099d91)

0.4.2 (2019-10-01)

Bug Fixes

  • toolchain: fixes storybook build (d88f8c8)
  • toolchain: fixes tsconfig, eslint, prettier and tsdx (f130a9e)

0.4.1 (2019-10-01)

Bug Fixes

  • imports: reduces bundle size using specific modules imports (3097e19)

0.4.0 (2019-09-30)

Features

0.3.0 (2019-09-30)

Features

  • toolchain: adds commit script (6639d28)

0.2.0 (2019-09-27)

Bug Fixes

  • ci: changes to fix deprecation warning about prepublish (d2da681)
  • storybook: improves toaster storybook (d6a2c0e)
  • toolchain: adds some typescript-eslint dev deps and pretest script (dc6def4)

Features

  • buttons: adds Button component (34314ef), closes #19
  • buttons: adds icon functionality to buttons (95cdc7a), closes #19
  • icons: adds Icon component wrapper around fontawesome" (aabd1a1), closes #19
  • storybook: adds confirm component in storybook (3167f35)

0.1.8 (2019-09-27)

Bug Fixes

  • dep: adds .npmrc to the project (0230456)