Skip to content

Latest commit

 

History

History
1565 lines (674 loc) · 65.9 KB

CHANGELOG.md

File metadata and controls

1565 lines (674 loc) · 65.9 KB

6.0.2 (2021-06-02)

Bug Fixes

  • make navbar properties optional (a8a070c)

6.0.1 (2021-06-02)

Bug Fixes

  • FieldLabel: adds data-testids to the subcomponents of field-label (46a91a0)

6.0.0 (2021-05-25)

BREAKING CHANGES

See migration.md for full details and upgrade instructions (21553f7)

  • Title, SectionTitle, and SubsectionTitle should be replaced with Heading1, Heading2, and Heading3
  • The showTraining prop has been removed from BrandedNavBar. Use environment="training" instead.
  • adds more typescript coverage!
  • makes @nulogy/icons a peer dependency
  • renames zIndex token key in the theme: replaces theme.zIndex with theme.zIndices.

5.20.0 (2021-05-04)

Features

5.19.0 (2021-04-21)

Features

5.18.0 (2021-04-20)

Features

  • adds values to disabled input stories (a190609)

5.17.0 (2021-04-16)

Features

5.16.0 (2021-04-15)

Features

5.15.1 (2021-04-08)

Bug Fixes

  • check ref is defined in SmallNavBar before usage (#882) (78adaa3)

5.15.0 (2021-04-07)

Features

  • Adds a prop to disableGlobalStyles in NDSProvider (#877) (6627bc3)

5.14.0 (2021-04-07)

Features

5.13.0 (2021-04-05)

Features

5.12.0 (2021-03-25)

Features

  • Add option hideCloseButton option to the Sidebar (#876) (4bc71e9)

5.11.1 (2021-03-22)

Bug Fixes

  • use theme from themeProvider for breakpoint props in NavBar and Icon size props (#875) (a27b983)

5.11.0 (2021-03-15)

Features

5.10.0 (2021-03-12)

Features

  • IconicButton: Add ability to add a tooltip in addition to the label with tooltip prop. labelHidden prop will be deprecated, use tooltip with the label text instead and remove children. (#871) (560bdc1)

5.9.3 (2021-03-11)

Bug Fixes

5.9.2 (2021-03-11)

Bug Fixes

  • Add support for using reac-router through "as" prop in NavBar, BrandedNavBar and Link (see stories for code samples) (#869) (686c625)

5.9.1 (2021-03-08)

Bug Fixes

  • IconicButton label color should match icon color (#868) (c682325)

5.9.0 (2021-03-08)

Features

5.8.0 (2021-03-03)

Features

  • add react-router support in NavBar and ReactRouterLink (#864) (499e51f)

5.7.0 (2021-03-02)

Features

  • IconicButton: Adds ability to set a color (#863) (6ebaaa9)

5.6.0 (2021-02-23)

Features

  • Updates to icon package with barcode icon (#862) (3260181)

5.5.4 (2021-02-18)

Bug Fixes

  • add disabled and custom error state to TimeRange and DateRange components (7ed0abd)
  • set autocomplete="off" on Time and Date picker inputs (c81b4d9)
  • DateRange: fix bug where dash is misaligned when custom labels are used (cf0e733)

5.5.3 (2021-02-18)

Bug Fixes

  • Alert: border thickness was defaulting to 3px instead of 4px (#861) (c1a9f07)

5.5.2 (2021-02-17)

Bug Fixes

  • TimePicker: dropdown should close when clicking outside the TimePicker (#859) (68d326a)
  • TimePicker: fix scroll behaviour so it doesn't adjust the page's scroll position when new times are picked (#859) (68d326a)

5.5.1 (2021-02-17)

Bug Fixes

  • Sidebar: change default behaviour to closing the sidebar when the overlay is clicked and lock scrolling while the sidebar is open (#857) (a271f9c)

5.5.0 (2021-02-10)

Features

  • Radio: accept any react node to the labelText prop (#856) (57334a8)

5.4.0 (2021-02-09)

Features

  • increases the opacity of disabled Text from 33% to 70% (#855) (e2efa75)

5.3.3 (2021-02-05)

Bug Fixes

  • IconicButton: upgrade react-popper to fix hover label positioning when the button is on the right edge of the window (#853) (5cd02d7)

5.3.2 (2021-02-04)

Bug Fixes

  • Link: aria-label should be optional (9998067)
  • Table: export TableCellInfoType to use with cellRenderer (310f084)

5.3.1 (2021-01-28)

Bug Fixes

  • Sidebar: make overlay positioning fixed so it always fills the whole window (#849) (345f820)

5.3.0 (2021-01-28)

Features

5.2.5 (2021-01-28)

Bug Fixes

  • Toggle: state should not update when disabled (#845) (c378697)

5.2.4 (2021-01-26)

Bug Fixes

  • Sidebar: fix ref check for components within sidebar (#844) (5e65341)

5.2.3 (2021-01-26)

Bug Fixes

5.2.2 (2021-01-26)

Bug Fixes

  • Sidebar: add option to close on outside click (#842) (3aa6200)

5.2.1 (2021-01-26)

Bug Fixes

  • Rename SideBar to Sidebar (6a6c438)

5.2.0 (2021-01-22)

Features

  • Sidebar: add duration prop to change animation duration and add animation when offset changes (cef4eb7)

5.1.0 (2021-01-20)

Features

  • adds ApplicationFrame, Page, Sidebar components (cc96354)

5.0.6 (2021-01-20)

Bug Fixes

  • remove react dependency from devDependencies to avoid multiple version errors in consuming apps (115da69)

5.0.5 (2021-01-18)

Bug Fixes

  • Tabs: Add containing relative position box around Tabs to correct positioning of scroll indicators (9baa08b)

5.0.4 (2021-01-13)

Bug Fixes

  • Radio: checked prop not being passed (3203d48)

5.0.3 (2021-01-05)

Bug Fixes

  • AsyncSelect: fix bug where dropdown arrow is not hidden when no classname prefix is set (bd3aef7)

5.0.2 (2020-12-18)

Bug Fixes

  • Datepickers will no longer be overlapped by Modal headers (8464d0f)

5.0.1 (2020-12-16)

Bug Fixes

  • Select: text color when select is disabled and has a value (65facbc)

5.0.0 (2020-12-15)

Bug Fixes

  • AsyncSelect can now be used as a controlled component by setting the value prop.(#827) (a3bcb06)
  • Apply space props (ex: p=, mb=, pb=) to outer wrapper of Input, Checkbox, Toggle, TextArea, DatePicker, DateRange, TimePicker, TimeRange, Radio components

BREAKING CHANGES

  • ASyncSelect onChange now returns the complete option object that is selected rather than just the string value.
onChange = (value) => {}

//becomes

onChange = ({value, label}). => {}
  • @nulogy/components is added as a peerDependency. Add it using yarn add @nulogy/icons
  • MonthPicker and MonthRange components are removed

4.14.5 (2020-12-03)

Bug Fixes

  • upgrade Popper to include a fix to the "modifiers" prop not upda… (#823) (99d17f9)

4.14.4 (2020-12-02)

Bug Fixes

  • AsyncSelect: show clear button when items are selected (407c24b)

4.14.3 (2020-12-02)

Bug Fixes

  • Typescript: fix required property errors when customizing the nds theme (08ad1ff)

4.14.2 (2020-12-02)

Bug Fixes

  • Typescript: clean up Table types for columns and render functions (8662b84)
  • Typescript: export ThemeType for use with theme prop on NDSProvider (5a47115)

4.14.1 (2020-11-24)

Bug Fixes

  • Typescript: add missing types to TruncatedText and Table (#819) (500ce34)

4.14.0 (2020-11-23)

Features

  • IconicButton: Adds ability to set a custom size with the iconSize prop (#818) (e9d4cde)

4.13.6 (2020-11-23)

Bug Fixes

  • Table: fix stickyHeader z-index so it does not overlap nav menu items (#817) (0be4b92)

4.13.5 (2020-11-18)

Bug Fixes

  • downgrade react select packages due to downstream bug (#816) (59d0330)

4.13.4 (2020-11-18)

Bug Fixes

  • BrandedNavBar: add option to set the key on menuItems in case there are duplicate key errors (#815) (b670da2)

4.13.3 (2020-11-18)

Bug Fixes

  • Align dropdown menus to vertically center (#812) (f1c7b8e)

4.13.2 (2020-11-17)

Bug Fixes

  • Table: fixes unknown proptypes warnings in BaseTable when using expandable or selectable props (ex. onExpansionChange) (45a6b67)
  • TruncatedText: update children proptype to accept strings or numbers (c5154ae)

4.13.1 (2020-11-16)

Bug Fixes

  • change TruncatedText prop fillWidth to fullWidth (2a15eaf)

4.13.0 (2020-11-13)

Features

  • Adds cursor props to Box, Flex and Text components, you can now set cursor="pointer" to update the cursor (7808de4)
  • Adds transition and transform styled props to Box (18bdcd7)
  • Adds fillWidth option to TruncatedText to truncate based on element width rather than maxCharacters (14acf76)
  • adds useWindowDimensions hook for checking window size and breakpoints (d0e3cab)

4.12.3 (2020-11-13)

Bug Fixes

  • add time selection using up and down arrows in TimePicker (#808) (0c639c9)

4.12.2 (2020-11-10)

Bug Fixes

4.12.1 (2020-11-10)

Bug Fixes

4.12.0 (2020-11-09)

Features

4.11.2 (2020-11-06)

Bug Fixes

  • removes node engine version requirement from package.json (#805) (0a0c568)

4.11.1 (2020-10-29)

Bug Fixes

  • removes gap between NavBar menus and dropdowns (#802) (e7217f8)

4.11.0 (2020-10-27)

Features

  • add onRowMouseLeave onRowMouseEnter events to Table component (#799) (0f4773e)

4.10.5 (2020-10-27)

Bug Fixes

  • @nulogy/icons upgraded to fix error "Can't resolve './assets/icons.json' in '{PATH}/node_modules/@nulogy/components/dist' (#798) (ec97f6b)

4.10.4 (2020-10-26)

Bug Fixes

  • replace div in TruncatedText with Text component (#796) (1b93e83)

4.10.3 (2020-10-26)

Bug Fixes

  • add space props to AsyncSelect, ButtonGroup, DatePicker, DropdownMenu, Fieldset, Form, List, Radio, Select, Tabs, InlineValidation (#790) (b0993d2)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.10.2 (2020-10-20)

Bug Fixes

  • fix to Select where the value could not be cleared by setting to null (#791) (95a9e1f)

4.10.1 (2020-10-09)

Bug Fixes

  • Add disabled prop to group components (#789) (0093726)

4.10.0 (2020-10-07)

Features

  • allow one of the select options to have a value of null and warn about duplicate values (#783) (50a5658)

4.9.3 (2020-10-06)

Bug Fixes

4.9.2 (2020-10-05)

Bug Fixes

  • onChange should fire when Toggle is changed (#785) (ca59fe3)
  • TruncatedText component should accept spaceProps (#784) (0dbf701)

4.9.1 (2020-10-02)

Bug Fixes

4.9.0 (2020-09-30)

Features

4.8.1 (2020-09-30)

Note: Version bump only for package @nulogy/components

4.8.0 (2020-09-29)

Features

  • convert our components to typescript (#748) (2a24ef5)

4.7.0 (2020-09-23)

Features

  • adds ability to replace theme values in storybook (#771) (6c34ee6)

4.6.10 (2020-09-17)

Note: Version bump only for package @nulogy/components

4.6.9 (2020-09-17)

Note: Version bump only for package @nulogy/components

4.6.8 (2020-09-17)

Bug Fixes

  • Multiselect onChange should always return empty array [] when items are cleared (#765) (eece944)

4.6.7 (2020-09-16)

Note: Version bump only for package @nulogy/components

4.6.6 (2020-09-09)

Note: Version bump only for package @nulogy/components

4.6.5 (2020-09-02)

Note: Version bump only for package @nulogy/components

4.6.4 (2020-08-31)

Bug Fixes

  • replace universal selector with button, a tag rule in BrandedNavBar (#753) (361919f)

4.6.3 (2020-08-31)

Note: Version bump only for package @nulogy/components

4.6.2 (2020-08-25)

Bug Fixes

4.6.1 (2020-08-20)

Bug Fixes

  • hide arrow in AsyncSelect no default options are passed (#743) (f8ffc08)

4.6.0 (2020-08-20)

Features

4.5.3 (2020-08-20)

Bug Fixes

4.5.2 (2020-08-18)

Bug Fixes

4.5.1 (2020-08-18)

Bug Fixes

  • toggle should switch when clicked when toggled prop is not passed (#742) (585e76c)

4.5.0 (2020-08-11)

Features

  • add refs and autofocus examples to all focusable inputs (#735) (2b29330)

4.4.1 (2020-08-10)

Bug Fixes

  • Fix issue where custom 'value' was not being applied to TimePicker (#740) (60d8389)

4.4.0 (2020-08-06)

Features

  • Expose react-select prop closeMenuOnSelect for multiselect input (#737) (ae95a5e)

4.3.4 (2020-08-05)

Bug Fixes

4.3.3 (2020-07-30)

Bug Fixes

4.3.2 (2020-07-30)

Bug Fixes

4.3.1 (2020-07-30)

Bug Fixes

  • remove PMTable and PMPagination that were moved to PackManager (#731) (5f10f41)

4.3.0 (2020-07-29)

Bug Fixes

Features

  • export select inner components for more customization (#728) (5d19831)

4.2.0 (2020-07-28)

Features

  • support using typescript for components (#707) (6d84129)

4.1.4 (2020-07-28)

Bug Fixes

  • missing props on breadcrumbs component (#726) (f28961c)

4.1.3 (2020-07-23)

Note: Version bump only for package @nulogy/components

4.1.2 (2020-07-23)

Reverts

  • Revert "chore: improve our directory structure (#719)" (54c850b), closes #719

4.1.1 (2020-07-22)

Note: Version bump only for package @nulogy/components

4.1.0 (2020-07-21)

Features

4.0.0 (2020-07-17)

Features

  • timepicker time dropdown should scroll to nearest options (#716) (0647616)

BREAKING CHANGES

  • TimePicker was redesigned, the api remains the same but some tests may need to be updated due to the underlying changes in implementation, ie times are now scrolled to and not filtered and removed from the DOM.

3.11.0 (2020-07-16)

Features

  • Updates to typography styles, replaced Title, SectionTitle and SubSectionTitle with Heading1, Heading2 and Heading3 components (#717) (4291444)

3.10.0 (2020-07-13)

Features

3.9.0 (2020-07-10)

Features

  • export SelectOption component for customizing options in the Select (#714) (3230401)

3.7.0 (2020-07-07)

Bug Fixes

  • bug where cursor shown after placeholder text in Select (#709) (3e62e8e)

3.6.0 (2020-06-30)

Features

3.5.0 (2020-06-29)

Features

  • replace 'showTraining' prop with 'environment' in BrandedNavBar (#696) (33a53af)

3.4.0 (2020-06-29)

Features

  • Add a new "dark" type to StatusIndicator (#705) (0149fb1)

3.3.1 (2020-06-29)

Bug Fixes

  • allow single breadcrumb in Breadcrumbs (#704) (c8007bc)

3.3.0 (2020-06-29)

Features

3.2.2 (2020-06-26)

3.2.1 (2020-06-26)

3.2.0 (2020-06-26)

Bug Fixes

  • remove render testing-library util from exports (#698) (45fe043)

3.1.0 (2020-06-25)

Features

3.0.4 (2020-06-25)

Bug Fixes

  • removes button-ish styling from logo in BrandedNavBar (#690) (c920f78)

3.0.3 (2020-06-24)

3.0.2 (2020-06-23)

3.0.1 (2020-06-23)

2.17.4 (2020-06-23)

2.17.3 (2020-06-22)

2.17.2 (2020-06-22)

Bug Fixes

2.17.1 (2020-06-19)

Bug Fixes

  • PM table icons and zebra striping styling (#686) (652c6ed)

3.6.0 (2020-06-30)

Features

3.5.0 (2020-06-29)

Features

  • replace 'showTraining' prop with 'environment' in BrandedNavBar (#696) (33a53af)

3.4.0 (2020-06-29)

Features

  • Add a new "dark" type to StatusIndicator (#705) (0149fb1)

3.3.1 (2020-06-29)

Bug Fixes

  • allow single breadcrumb in Breadcrumbs (#704) (c8007bc)

3.3.0 (2020-06-29)

Features

3.2.2 (2020-06-26)

Note: Version bump only for package @nulogy/components

3.2.1 (2020-06-26)

Note: Version bump only for package @nulogy/components

3.2.0 (2020-06-26)

Bug Fixes

  • remove render testing-library util from exports (#698) (45fe043)

3.1.0 (2020-06-25)

Features

3.0.4 (2020-06-25)

Bug Fixes

  • removes button-ish styling from logo in BrandedNavBar (#690) (c920f78)

3.0.3 (2020-06-24)

Note: Version bump only for package @nulogy/components

3.0.2 (2020-06-23)

Note: Version bump only for package @nulogy/components

2.17.4 (2020-06-23)

Note: Version bump only for package @nulogy/components

2.17.3 (2020-06-22)

Note: Version bump only for package @nulogy/components

2.17.2 (2020-06-22)

Bug Fixes

2.17.1 (2020-06-19)

Bug Fixes

  • PM table icons and zebra striping styling (#686) (652c6ed)

2.17.0 (2020-06-19)

Features

  • support filtering with pagination and expandable rows for PMTable (#683) (d910891)

2.16.1 (2020-06-17)

Bug Fixes

  • allows overriding px and py props in Card (#681) (d5b8869)

2.16.0 (2020-06-16)

Features

  • add BrandedNavBar which supports including a customer logo (#680) (81f051f)

2.15.0 (2020-06-15)

Features

  • allow toasts to be manually closeable (#675) (c117619)

2.14.0 (2020-06-12)

Features

  • make PMTable noRowsContent accessible (#678) (6e30c35)

2.13.3 (2020-06-09)

Bug Fixes

  • add typography props to ListItem and Link (#676) (92e988e)

2.13.2 (2020-06-08)

Bug Fixes

  • build tokens before building components (#672) (a35da8b)

2.13.1 (2020-06-05)

Note: Version bump only for package @nulogy/components

2.13.0 (2020-06-03)

Features

2.11.3 (2020-06-01)

Bug Fixes

  • capitalize datepicker month names in all languages (#662) (6f1b94d)

2.11.2 (2020-05-29)

Note: Version bump only for package @nulogy/components

2.11.1 (2020-05-29)

Bug Fixes

2.10.6 (2020-05-21)

Bug Fixes

  • change TabContainerRef propType to object (#658) (1bf87e5)

2.10.2 (2020-05-20)

Bug Fixes

2.10.1 (2020-05-19)

Bug Fixes

  • allows objects as a Table cellData prop (#652) (a2ad297)

2.10.0 (2020-05-15)

Features

  • accept node as navbar menu name and add aria-label option (#649) (8019ce1)

2.9.0 (2020-05-12)

Features

  • add ability to type in any time into the Timepicker (#648) (8a64fc7)

2.8.0 (2020-05-08)

Features

2.7.2 (2020-05-07)

Bug Fixes

  • set button type on ControlIcon so it doesn't submit forms (#645) (148cd4c)

2.7.0 (2020-05-07)

Features

  • adds data-testid attribute to TableBody rows (#643) (0ced637)

2.6.1 (2020-05-05)

Bug Fixes

  • Datepicker input should not clear space key (#642) (15ecc48)

2.6.0 (2020-05-05)

Features

  • adds arrowForward, chatBubble and warning icons (#641) (5537ebf)

2.5.4 (2020-05-04)

Bug Fixes

  • accept only className as other props cause warnings in Table (#638) (0a687b6)
  • firefox showing double scroll bars in Select (#637) (72c33cd)
  • overlap issue with multiple stacked datepickers (#640) (f520f24)

2.5.2 (2020-04-24)

Bug Fixes

  • adds data-testid attribute to FieldLabel component (#636) (b6a4447)

2.5.1 (2020-04-22)

Bug Fixes

  • accept a className in the Table component (#630) (ff26d00)

2.5.0 (2020-04-14)

Bug Fixes

  • windowed select should allow overflow to show text longer than the container (#628) (bff0de6)

2.4.0 (2020-04-14)

Features

2.3.2 (2020-04-09)

Note: Version bump only for package @nulogy/components

2.3.0 (2020-04-08)

Features

  • move icons to their own package 'nulogy/icons' (#612) (01ecaa9)

2.2.0 (2020-04-07)

Features

  • Select now supports thousands of options without major performance issues (#616) (3c0f951)

2.1.2 (2020-04-06)

Note: Version bump only for package @nulogy/components

2.1.1 (2020-04-01)

Bug Fixes

  • Toggle was not responding to toggled prop value (#596) (68b5380)

2.1.0 (2020-03-31)

Features

  • no longer need to pass locale prop to date components it will be passed from NDSProvider(#595) (edbe136)

2.0.5 (2020-03-27)

Bug Fixes

  • force Toast to stick to bottom of page when scrolling (#593) (4b4af71)

2.0.3 (2020-03-26)

Bug Fixes

  • hover states in datepicker should have space between days (#591) (6873420)

2.0.2 (2020-03-26)

Note: Version bump only for package @nulogy/components

2.0.1 (2020-03-25)

Bug Fixes

  • area in Select options that do not respond to click (#589) (5567417)

2.0.0 (2020-03-25)

  • feat!: adds testing guidelines and fixes current test selectors (#587) (8bd17a6), closes #587

BREAKING CHANGES

  • Styled components package updates generated class names in components, this may introduce breaking changes if you rely on selectors using these class names

1.6.0 (2020-03-19)

Features

1.5.1 (2020-03-19)

Bug Fixes

  • StatusIndicator spacing and flexbox bug (#584) (c8642a2)

1.5.0 (2020-03-18)

Features

1.4.2 (2020-03-16)

Bug Fixes

  • select hover bug when text overflows select due to long words (#578) (6045000)

1.4.1 (2020-03-04)

Note: Version bump only for package @nulogy/components

1.3.0 (2020-03-04)

Features

1.2.3 (2020-03-03)

Note: Version bump only for package @nulogy/components

1.2.2 (2020-03-02)

Bug Fixes

  • proptype warnings in table and navbar stories (#574) (d41777a)

1.2.1 (2020-03-02)

Note: Version bump only for package @nulogy/components

1.2.0 (2020-03-02)

Features

  • add locaization to NDS through locale prop on NDSProvider (#570) (efb0f24)
  • replace hard coded strings with props (#573) (6a32adb)

1.1.0 (2020-02-28)

Features

  • Add Overlay and LoadingAnimation components (#571) (f0918c8)

1.0.8 (2020-02-26)

Bug Fixes

1.0.7 (2020-02-25)

Note: Version bump only for package @nulogy/components

1.0.6 (2020-02-25)

Note: Version bump only for package @nulogy/components

1.0.4 (2020-02-24)

Bug Fixes

1.0.3 (2020-02-24)

Note: Version bump only for package @nulogy/components

1.0.0 (2020-02-19)

Bug Fixes

  • position updates from popper causing jank while scrolling (#554) (87bea3f)

BREAKING CHANGES

  • bump to v1

0.24.3 (2020-02-14)

Note: Version bump only for package @nulogy/components

0.24.2 (2020-02-14)

Note: Version bump only for package @nulogy/components

0.24.1 (2020-02-13)

Bug Fixes

0.24.0 (2020-02-13)

Features

  • create a checkbox that describes some options are checked but not all (#546) (9982f65)

0.23.0 (2020-02-11)

Features

0.22.1 (2020-02-11)

Bug Fixes

  • Update DatePicker when selected date prop updates (#540) (00ff329)

0.22.0 (2020-02-07)

Features

0.21.1 (2020-01-30)

Bug Fixes

0.21.0 (2020-01-29)

Bug Fixes

  • remove nested buttons in month picker (#514) (982de29)

Features

  • add auto-complete functionality to month picker input (#511) (86c2a30)
  • navigate Date Picker with up and down keys (#518) (5a76d16)

0.20.0 (2020-01-20)

Features

  • add option to pass locale to all date components (#509) (0322866)
  • Add showTimes prop to DateRange which displays time pickers next to the date pickers (#508) (3f9f8e9)
  • added a print icon (#513) (77726a0)
  • NDS-1258 feat: add TimeRange component (#507) (1199e35)

0.19.0 (2020-01-10)

Bug Fixes

  • prevents overlap when hovering last Select item (389eb58)
  • removes Select's bottomRightBorderRadius when menu is open (e970fd8)

Features

0.18.2 (2020-01-08)

Note: Version bump only for package @nulogy/components

0.18.1 (2020-01-06)

Bug Fixes

  • bug where red border didn't show up on an errored input (#502) (80d2809)

0.18.0 (2020-01-06)

Bug Fixes

  • update arrows in datepicker to match updated designs (#500) (105b3f6)

Features

0.17.0 (2019-12-06)

Features

0.16.10 (2019-12-04)

Note: Version bump only for package @nulogy/components

0.16.9 (2019-12-02)

Bug Fixes

0.16.8 (2019-12-02)

Bug Fixes

  • change for testing automatic release notes with lerna (9cdf654)

0.16.7 (2019-12-02)

Note: Version bump only for package @nulogy/components

0.16.6 (2019-12-02)

Bug Fixes

  • test out versioning with conventional commits (13dfee5)

0.16.5 (2019-12-02)

Note: Version bump only for package @nulogy/components