Skip to content

Latest commit

 

History

History
1733 lines (750 loc) · 65.2 KB

CHANGELOG.md

File metadata and controls

1733 lines (750 loc) · 65.2 KB

19.3.0 (2025-01-09)

Features

  • mark last master mix column as total volume (#289) (041faff)

19.2.0 (2024-12-31)

Features

19.1.0 (2024-10-17)

Features

  • allow null for optional properties of Plate (ddcccb0)

19.0.1 (2024-10-04)

Bug Fixes

  • export CoordinateSystem12x8 (4a2ca15)

19.0.0 (2024-10-03)

Features

  • add COORDINATE_SYSTEM_12X8, CoordinateSystem12X8 (8c1d573)

BREAKING CHANGES

  • rename COORDINATE_SYSTEM_96_WELL,CoordinateSystem96Well

18.2.2 (2024-09-20)

Bug Fixes

  • avoid Table with no data overlay covering other elements (b558a64)

18.2.1 (2024-09-13)

Bug Fixes

  • add export for coordinate system 2x16 (b5b4c86)

18.2.0 (2024-09-13)

Features

  • add 2x16 coordinate system for plates (3cde81d)

18.1.0 (2024-09-10)

Features

  • add allCoordinateSystemCoordinates (aad4eb2)

18.0.0 (2024-09-09)

Features

  • support Plates with other coordinate systems then 96 wells (#281) (b6eaf5a)

BREAKING CHANGES

  • require explicit coordinate system value and type instead of implicit 96 well

17.5.0 (2024-09-09)

Features

17.4.0 (2024-08-05)

Features

17.3.2 (2024-07-12)

Bug Fixes

  • ensure prop onChange works on component Select (38983f7)

17.3.1 (2024-07-11)

Bug Fixes

  • change return type of 'Select' to ReactElement (1fb4960)

17.3.0 (2024-07-10)

Features

  • add property ref to SelectField and AutocompleteField (1f8f1ad)

17.2.0 (2024-07-08)

Features

  • add property ref to InputField (fdceb91)

17.1.1 (2024-06-26)

Bug Fixes

  • do not pass ref to DatePicker in DatePickerField (ea4e14b)

17.1.0 (2024-05-22)

Features

17.0.0 (2024-04-21)

Features

  • replace Space prop direction with vertical (a678bf8)

BREAKING CHANGES

  • replace direction="vertical" with vertical, omit direction="horizontal" from Space

16.10.0 (2024-04-18)

Features

16.9.2 (2024-04-15)

Bug Fixes

  • stable input during typing in InputNumberField (#266) (aa7a347), closes #264

16.9.1 (2024-04-12)

Bug Fixes

  • stable value during typing in InputNumberField (faf8edf), closes #265

16.9.0 (2024-03-18)

Features

  • customizable collapse transition (5ddc372)

16.8.0 (2024-03-15)

Features

16.7.0 (2024-03-14)

Features

  • add german locale to DateRangePickerField (e95b9b1)

16.6.0 (2024-03-14)

Features

  • add DatePickerField.tsx (d8b961f)

16.5.0 (2024-03-14)

Features

  • add standard format to DateRangePickerField (ed0dda3)

16.4.0 (2024-03-12)

Features

16.3.0 (2024-03-11)

Features

16.2.1 (2024-02-27)

Bug Fixes

  • actually export AutocompleteField (37a8ad5)

16.2.0 (2024-02-27)

Features

16.1.2 (2024-02-22)

Bug Fixes

  • export already implemented component switch field (7054726)

16.1.1 (2024-02-02)

Bug Fixes

  • build cjs with interop: auto (f59d0f3)

16.1.0 (2024-02-02)

Features

  • Add Autocomplete component (c7d5725)

16.0.2 (2023-12-19)

Bug Fixes

16.0.1 (2023-12-19)

Bug Fixes

  • adapt types to React 18 (0cb085f)

16.0.0 (2023-11-23)

Features

BREAKING CHANGES

  • require styled components 6

15.8.0 (2023-10-24)

Features

15.7.0 (2023-10-10)

Features

  • add component Input.Password (7daed0a)

15.6.0 (2023-07-31)

Features

  • add component ColoredTable (8d4646d)

15.5.0 (2023-07-28)

Features

15.4.1 (2023-07-04)

Bug Fixes

  • use coordinates instead of coordinate on data of draggable well (7c08a7e)

15.4.0 (2023-05-25)

Features

  • open up isDraggable type from true to boolean (8e847db)

15.3.0 (2023-05-25)

Features

  • add isDraggable prop to plate (4d564df)

15.2.0 (2023-05-17)

Features

15.1.0 (2023-05-17)

Features

  • preview the current droppable area for Plate-component (439854a)

15.0.0 (2023-05-16)

Features

  • allow passing any DndContext props to Plate (c1e0825)

BREAKING CHANGES

  • replace PlateProps.onDragEnd with PlateProps.dndContextProps
  • delete well data from FilledWell

14.3.0 (2023-05-11)

Features

14.2.0 (2023-04-26)

Features

14.1.0 (2023-04-26)

Bug Fixes

Features

  • allow generic type for InputNumber (49ff50b)

14.0.0 (2023-04-24)

Bug Fixes

BREAKING CHANGES

  • replace prop style in Input, TextArea and InputNumber with $wrapperStyle

13.1.0 (2023-04-14)

Bug Fixes

  • use plural for ColumnFilterItem utils (3bd4243)

Features

  • export ColumnFilterItem (b27f887)

13.0.0 (2023-04-14)

Features

  • introduce *ToColumnFilterItem utils (460b0ea)

BREAKING CHANGES

  • rename labeledEnumToColumnFilterItem to objectToColumnFilterItem

12.10.2 (2023-04-14)

Bug Fixes

  • facilitate moving mouse into popover (#228) (a4b4fed)

12.10.1 (2023-04-14)

Bug Fixes

  • call callback while popover content is invisible (#226) (95e0eee)

12.10.0 (2023-04-14)

Features

12.9.0 (2023-04-14)

Features

12.8.1 (2023-04-13)

Bug Fixes

12.8.0 (2023-04-12)

Features

12.7.1 (2023-04-12)

Bug Fixes

12.7.0 (2023-04-12)

Features

12.6.0 (2023-04-06)

Features

12.5.0 (2023-04-06)

Bug Fixes

  • properly display search icon in Input.Search (3a9ea9d)

Features

12.4.0 (2023-03-24)

Features

12.3.1 (2023-03-24)

Bug Fixes

  • avoid losing focus in form elements with validation (ea05ded)

12.3.0 (2023-03-17)

Features

12.2.0 (2023-03-07)

Features

  • add function indeterminate (f4c9b59)

12.1.0 (2023-02-28)

Features

  • Add ImageMap and TecanLayout component (#212) (6a6d4ea)

12.0.0 (2023-02-22)

Features

  • Add dynamic pipetting loss to MasterMix (#211) (422c71b)

BREAKING CHANGES

  • MasterMix-Component requires pipettingLoss-property

11.17.0 (2023-02-08)

Features

11.16.4 (2023-02-08)

Bug Fixes

11.16.3 (2023-02-08)

Bug Fixes

  • downgrade @babel/runtime to 7.17.9 (f2c1f54)

11.16.2 (2023-02-08)

Bug Fixes

11.16.1 (2023-02-03)

Bug Fixes

11.16.0 (2023-02-03)

Features

  • Add MasterMix component (a1988cc)

11.15.1 (2023-02-03)

Bug Fixes

11.15.0 (2023-01-31)

Features

  • add SwitchField component (add735d)

11.14.1 (2023-01-20)

Bug Fixes

  • actually expose Space.Compact (491fddf)

11.14.0 (2023-01-05)

Features

  • make card border visible on default background color (#199) (3753878)

11.13.0 (2022-11-16)

Features

  • improve Button contrast on dark backgrounds (#197) (6926b11)

11.12.0 (2022-11-16)

Features

11.11.0 (2022-11-10)

Features

11.10.0 (2022-11-03)

Features

11.9.2 (2022-10-19)

Bug Fixes

11.9.1 (2022-10-19)

Bug Fixes

11.9.0 (2022-10-18)

Bug Fixes

  • adapt step font sizes to theme correctly (#190) (b89b863)

Features

11.8.0 (2022-10-04)

Bug Fixes

Features

  • export CheckboxChangeEvent (67eda8a)

11.7.0 (2022-10-04)

Features

11.6.0 (2022-09-20)

Features

11.5.2 (2022-09-13)

Bug Fixes

  • use DatePicker option showTime (dc35419)

11.5.1 (2022-09-12)

Bug Fixes

  • adapt steps to font size and center icon vertically (d1ce7d9)

11.5.0 (2022-08-23)

Features

  • add generic type for options in Select, SelectProps and SelectField (#181) (1aa7934)

11.4.0 (2022-08-10)

Features

11.3.0 (2022-08-10)

Features

11.2.0 (2022-08-10)

Features

  • add prop defaultFieldValue to InputNumberField (#178) (cdcee96)

11.1.0 (2022-07-25)

Features

11.0.0 (2022-07-22)

Features

  • add integration with react-hook-form (#176) (dbcbf93)

BREAKING CHANGES

  • add dependency react-hook-form

10.3.0 (2022-07-08)

Features

  • adapt all form item labels to theme (f83ea6c)
  • align checkbox text and icon when using different font size (dea3ed8)

10.2.1 (2022-07-06)

Bug Fixes

10.2.0 (2022-06-28)

Features

10.1.0 (2022-06-28)

Features

  • use only shades from PALETTE in THEME (#169) (ce3547b)

10.0.0 (2022-06-15)

Features

  • add TextWithTooltipIfTrimmed component (9a81829)

BREAKING CHANGES

  • rename DateWithToolTip to DateWithTooltip

9.3.0 (2022-05-27)

Features

9.2.0 (2022-04-13)

Features

  • vertically center arrow panel with component as header (1a785a7)

9.1.0 (2022-04-13)

Features

  • adapt TextArea to font size and export TextAreaProps (#162) (a74affa)

9.0.0 (2022-04-11)

Features

BREAKING CHANGES

  • rename and change SingleCollapse props

  • fix: give back flexibility with onChange prop

  • fix: allow changing default opened value of uncontrolled variant

8.14.0 (2022-04-06)

Features

8.13.0 (2022-04-04)

Features

8.12.3 (2022-03-25)

Bug Fixes

  • add explicit type to input number component (b6368bc)

8.12.2 (2022-03-24)

Bug Fixes

  • export additional Table types (0e13cc6)

8.12.1 (2022-03-24)

Bug Fixes

  • export labeledEnumToColumnFilterItem (73be225)
  • shrink style scope (2b17376)

8.12.0 (2022-03-22)

Features

  • decrease line-height-base (3924897)

8.11.1 (2022-03-22)

Bug Fixes

  • restore Select.OptGroup (3d6288c)

8.11.0 (2022-03-22)

Features

8.10.1 (2022-03-22)

Bug Fixes

  • update antd to include col-x style fix (#150) (21d7a86)

8.10.0 (2022-03-21)

Features

  • adapt font size in card (9f76d48)

8.9.0 (2022-03-18)

Features

8.8.0 (2022-03-18)

Features

8.7.1 (2022-03-18)

Bug Fixes

  • generic type definitions of forms and form items (ca16637)

Reverts

  • Revert "fix: generic type definitions of forms and form items" (7c333df)

8.7.0 (2022-03-18)

Features

  • adapt collapse to font size from theme (008095c)

8.6.0 (2022-03-16)

Features

8.5.0 (2022-03-16)

Features

  • adapt form item font size to theme (f395f9b)
  • add form item to provider story (4a963d0)

8.4.0 (2022-03-16)

Features

8.3.0 (2022-03-09)

Features

8.2.4 (2022-03-08)

Bug Fixes

  • center row and column labels in Plate component (7c54cc1)

8.2.3 (2022-03-08)

Bug Fixes

  • set flex only on default content but not on content set by an user (214785a)

8.2.2 (2022-03-08)

Bug Fixes

  • display plate component in storybook (#137) (018b1a4)

8.2.1 (2022-02-28)

Bug Fixes

  • inline styled-components keyframes to css keyframes (14d291a)

8.2.0 (2022-02-24)

Features

  • add PageHeader component (8594786)

8.1.1 (2022-02-23)

Bug Fixes

8.1.0 (2022-02-21)

Features

  • move styled-components to external peer dependency (bffb27b)

8.0.1 (2022-02-17)

Bug Fixes

  • adapt to latest jest (c9475a6)
  • memoize tabs context (691fa89)
  • minimize tabs context props deps (fa71be6)

8.0.0 (2022-01-17)

Features

  • make plate data nullable (ad6cae4)

BREAKING CHANGES

  • use color attribute for well instead of deprecated selected

7.11.1 (2022-01-14)

Bug Fixes

  • adapt to compact theme font size (1687c29)

7.11.0 (2022-01-13)

Features

  • darken green for improved contrast (174bfde)

7.10.1 (2022-01-10)

Bug Fixes

  • don't spin when loading prop is undefined (d48b8ce)

7.10.0 (2022-01-05)

Features

  • add dangerColor to Theme (95bbd15)

7.9.0 (2022-01-04)

Features

  • export table sub-components for JSX API usage (#115) (ec7e5ac)

7.8.0 (2022-01-04)

Features

  • mll logo as default table loading indicator (#116) (c5d4cba)

7.7.0 (2022-01-04)

Features

7.6.0 (2022-01-03)

Features

  • provide component size and font-size (#113) (64705c6)

7.5.0 (2021-12-20)

Features

  • add loading spinner to plate component (#114) (c18cac7)

7.4.1 (2021-12-09)

Bug Fixes

  • correct assignment of success and warning color in theme (4473c53)

7.4.0 (2021-12-08)

Features

  • add MLL_PALETTE constant with 12 primary colors plus black and white as special color (b7ca652)
  • deprecate MLL prefix for themes (fc33830)

7.3.0 (2021-11-30)

Bug Fixes

  • export TabsProps and fix Tabs story types (26d17ca)

Features

  • hide default children of specialized buttons with prop iconOnly (6d58369)

7.2.0 (2021-11-29)

Features

  • highlight button on focus like on hover (629ebe5)

7.1.0 (2021-11-26)

Features

7.0.0 (2021-11-22)

Bug Fixes

  • pass rest props to Avatar through UserAvatar (594922a)

Features

  • increase contrast for UserAvatar (d35b09f)

BREAKING CHANGES

  • remove special purpose color white from theme
  • make colors in UserAvatar darker and more saturated

6.1.0 (2021-11-05)

Features

6.0.1 (2021-10-19)

Bug Fixes

  • default Table.rowKey to "id" (401d229)

6.0.0 (2021-10-18)

Features

  • make DateFnsDatePicker the new default (1b04d94)

BREAKING CHANGES

  • rename DateFnsDatePicker to DatePicker, remove old DatePicker

5.4.0 (2021-10-06)

Features

5.3.0 (2021-10-06)

Features

5.2.1 (2021-08-31)

Bug Fixes

  • redeclare DatePicker types to avoid unnameable type (#92) (0586c96)

5.2.0 (2021-08-27)

Features

5.1.0 (2021-08-25)

Features

  • export ColumnsType and ColumnProps (f503dc8)

5.0.1 (2021-08-23)

Bug Fixes

  • DatePicker input styles (d5922e1)

5.0.0 (2021-08-17)

Features

  • add SingleCollapse component (425787c)

BREAKING CHANGES

  • remove component CollapsibleTimelineItem (compose TimelineItem with SingleCollapse instead)

4.5.0 (2021-08-17)

Features

  • add CollapsibleTimelineItem component (bc770ee)

4.4.0 (2021-08-16)

Features

4.3.0 (2021-08-13)

Features

  • add Checkbox props and Checkbox story (2ec63d8)
  • export checkbox and radio component props (1ef94f0)
  • improve readability of disabled elements (3a8a423)

4.2.0 (2021-08-13)

Features

  • export FormItemProps type (f097335)

4.1.0 (2021-08-11)

Features

  • add CancelButton component (7fd145d)

4.0.0 (2021-08-11)

Features

  • use render prop opener for WithModal component (7636586)

BREAKING CHANGES

  • remove props Component and componentProps from WithModal component

3.7.0 (2021-08-10)

Features

  • add EntityNotFound component (52245bf)

3.6.0 (2021-08-09)

Features

  • add WithModal component (6f8e403)

3.5.1 (2021-08-05)

Bug Fixes

  • fall back to default theme if context is not available (592229a)

3.5.0 (2021-07-30)

Features

3.4.0 (2021-07-30)

Features

  • add cursor:pointer to table if on row.onClick() implementation exists (2c1bc99)

3.3.0 (2021-07-27)

Features

  • Add Statistic component (84f1a5c)

3.2.0 (2021-07-27)

Features

  • add notification utils (e03f56c)
  • remove wrapping div and restore global styles (41de689)

3.1.0 (2021-07-27)

Features

  • add NumericIDInput component (d76df02)

3.0.0 (2021-07-12)

Code Refactoring

  • Extract array and date utils to @mll-lab/js-utils (bdfb09a)

BREAKING CHANGES

  • Remove array and date utils

2.40.0 (2021-07-08)

Features

2.39.1 (2021-07-06)

Bug Fixes

  • Add export of array utils (f423834)

2.39.0 (2021-07-06)

Features

2.38.0 (2021-07-02)

Features

  • Add util areEqualCoordinates (14b5786)

2.37.0 (2021-07-01)

Features

  • Add function ensureCoordinatesInRange (ad253ae)
  • Export COORDINATES_COLUMNS and COORDINATES_ROWS from Plate (7c884e4)

2.36.0 (2021-06-29)

Features

  • export wells constant from Plate component (bbf1e37)

2.35.0 (2021-06-22)

Features

  • add conversion of position between flows for Plate component (d6aac6d)

2.34.0 (2021-06-21)

Features

  • add "formInputOption" as utility function (78283e1)

2.33.0 (2021-06-17)

Features

  • Add coordinate functions to Plate (9555c3b)

2.32.0 (2021-06-16)

Features

2.31.0 (2021-06-11)

Features

2.30.0 (2021-06-10)

Features

2.29.0 (2021-06-09)

Bug Fixes

Features

  • Add DatePicker component (6299fd9)

2.28.0 (2021-06-08)

Features

2.27.0 (2021-05-26)

Features

  • Add Breadcrumb component (9fc6cd6)

2.26.1 (2021-05-20)

Bug Fixes

  • Export Typography component (b459dc1)

2.26.0 (2021-05-20)

Features

  • Add Typography component (a4983a5)

2.25.2 (2021-05-20)

Bug Fixes

2.25.1 (2021-05-20)

Bug Fixes

  • Ensure types for cjs build are recognized (48b0801)

2.25.0 (2021-05-18)

Features

2.24.0 (2021-05-10)

Features

2.23.0 (2021-04-30)

Features

  • Add popconfirm component (a64511a)

2.22.0 (2021-04-29)

Features

2.21.0 (2021-04-29)

Features

2.20.0 (2021-04-29)

Features

  • Add Dropdown with Menu component (2da7e49)

2.19.0 (2021-04-26)

Features

  • Add InputNumber component (b7e06f9)

2.18.0 (2021-04-23)

Features

2.17.0 (2021-04-22)

Features

  • Add DateWithToolTip component (d756a16)

2.16.0 (2021-04-19)

Features

2.15.0 (2021-04-16)

Features

  • Define Button colors in MllTheme (99c5a41)

2.14.0 (2021-04-14)

Features

2.13.0 (2021-04-14)

Bug Fixes

  • make args overwritable in List Component (d78c9fb)

Features

2.12.0 (2021-04-14)

Features

2.11.0 (2021-04-14)

Features

2.10.0 (2021-04-14)

Features

2.9.0 (2021-04-14)

Bug Fixes

Features

2.8.0 (2021-04-13)

Features

2.7.0 (2021-04-13)

Features

  • add story for radio component (5829553)

2.6.0 (2021-04-12)

Features

  • Use theme in TabsHeader (27b7183)

2.5.2 (2021-03-05)

Bug Fixes

  • Render popups within style scope div (947af3d)

2.5.1 (2021-03-05)

Bug Fixes

2.5.0 (2021-03-04)

Bug Fixes

  • Add explicit types to reexported types (1194c55)
  • Prevent antd from polluting global styles (f57db55)

Features

  • Add data entry components: Checkbox, Input, Radio (67851ba)

2.4.0 (2021-03-04)

Features

2.3.0 (2021-03-04)

Features

2.2.0 (2021-03-03)

Features

2.1.1 (2021-03-02)

Bug Fixes

2.1.0 (2021-03-01)

Features

2.0.0 (2021-02-26)

Features

BREAKING CHANGES

  • Table is no longer exported

1.0.2 (2021-02-26)

Bug Fixes

  • Fix test module resolution (152ea31)

1.0.1 (2021-02-26)

Bug Fixes