Skip to content

Releases: commitd/components

v4.3.0-beta.1

20 Jul 17:51
f1e0e25
Compare
Choose a tag to compare
v4.3.0-beta.1 Pre-release
Pre-release

4.3.0-beta.1 (2021-07-20)

Bug Fixes

  • ci: fixes release script (ac6714d)
  • ci: fixes release script (cd5f52f)
  • ci: fixes release script (ec1f5f7)

Features

  • ci: adding semantic-release (cda15d6), closes #187
  • ci: adds commitzen as a tool for adding commits (b40939f), closes #187

v4.2.1 Minor fix

14 Jan 16:02
91a4f9a
Compare
Choose a tag to compare

Theme color not compatible with Material DataTable, changes to hex values.

v4.2.0 Theme improvements

31 Dec 17:34
bc168f5
Compare
Choose a tag to compare

AppBar primary is the same in light and dark mode.
Buttons are simpler and more consistent.
Dark mode paper and secondary are darker.

v4.1.1 Typing fixes

17 Dec 16:16
3d4c3a8
Compare
Choose a tag to compare

Improved internal typing and testing coverage

v4.1.0 Minor update

16 Dec 10:32
fd678cb
Compare
Choose a tag to compare

Adds support for react 17

v4.0.1 minor release

10 Nov 09:07
a61d156
Compare
Choose a tag to compare

Fixes issue with incorrect exports.

v4.0.0 Major release

05 Nov 18:25
99d9fca
Compare
Choose a tag to compare

Reworks the ThemeProvider to be clearer about the functionality.
Minor improvements elsewhere with more components and support functions re-exported from material, including the labs components.

Candidate component section added.

v3.2.1 Security fix

23 Jul 08:15
068009d
Compare
Choose a tag to compare

Stops logging copied text, incase sensitive.

v3.2.0 Incremental release

19 May 16:47
312865f
Compare
Choose a tag to compare

Backsout full reexport change and directly add material-ui components

  • Stepper (and related)
  • CircularProgress
  • LinearProgress
  • Paper
  • ClickAwayListener
  • Snackbar
  • Breadcrumbs

v3.1.0 Incremental release

19 May 14:25
7f494f6
Compare
Choose a tag to compare
  • Re-exports all other material-ui components
  • Add back missing Span and Paragraph
  • Simplifies use of theme switching (old method deprecated)