Skip to content

Releases: AxisCommunications/practical-react-components

Release v1.4.0

27 Jun 09:34
Compare
Choose a tag to compare

v1.4.0 (2022-06-27 11:16:36 +0200)

🚧 Maintenance

✨ Features

  • popover: render pop-over at component DOM-level (38c7d2d)

🐛 Bug fixes

  • tooltip: use pointerdown event for touch (539c032)

Release v1.3.0

31 May 07:23
Compare
Choose a tag to compare

v1.3.0 (2022-05-31 09:21:33 +0200)

🚧 Maintenance

📝 Documentation

  • remove stable/experimental icons from menu (933d97f)

🐛 Bug fixes

  • tooltip: handle tooltip with touch (69f9a12)

Release v1.2.0

10 May 07:11
Compare
Choose a tag to compare

v1.2.0 (2022-05-10 09:06:39 +0200)

✨ Features

  • spinner: synchronize spinners (236d566)

Release v1.1.0

03 May 12:07
Compare
Choose a tag to compare

v1.1.0 (2022-05-03 14:05:56 +0200)

🚧 Maintenance

🐛 Bug fixes

  • dateTimePicker: display midnight as 00.XX (66e13d4)

Release v1.0.0

20 Apr 12:51
Compare
Choose a tag to compare

v1.0.0 (2022-04-20 14:49:54 +0200)

🚧 Maintenance

✨ Features

  • stepper: allow component to stepper label (#218) (9d24386)
  • lint unused locals and parameters with tsc (33daa7d)

Release v0.74.0

05 Apr 14:31
Compare
Choose a tag to compare

v0.74.0 (2022-04-05 15:53:45 +0200)

✨ Features

  • toast: adds the option to remove the close button (5e53f7a)

Release v0.73.0

04 Apr 13:03
Compare
Choose a tag to compare

v0.73.0 (2022-04-04 14:50:04 +0200)

🐛 Bug fixes

  • utils: make all Label props optional (47f0770)

Release v0.72.0

04 Apr 09:44
Compare
Choose a tag to compare

v0.72.0 (2022-04-04 11:28:07 +0200)

🚧 Maintenance

✨ Features

  • multiSelect: remove selected options with keyboard (aeb9a5b)
  • selectList: change value with keyboard up/down (8cc235d)
  • tab: make tabs interactive with keyboard (58c58be)

🐛 Bug fixes

  • slider: snap to ticks using keyboard buttons (5d732da)

Release v0.71.0

01 Mar 14:12
Compare
Choose a tag to compare

v0.71.0 (2022-03-01 14:58:42 +0100)

✨ Features

  • use the New JSX Transform (a420596)

🐛 Bug fixes

  • docs: update slider docs (4d01568)

♻️ Refactoring

  • draggable: moves drag handle inside DraggableListItem (01ff635)

Release v0.70.0

23 Feb 09:55
Compare
Choose a tag to compare

v0.70.0 (2022-02-23 10:39:27 +0100)

🚧 Maintenance

✨ Features

  • removes resolutions dependencies (d42a7c4)
  • dialog: export internal components (5d22596)

🐛 Bug fixes

  • utils: handle disabled label / unit label for *Field components (b66367b)
  • select: apply overflow hidden to MultiSelect chips (2dce76c)