Skip to content

Releases: commitd/components

v4.3.0-beta.1

v4.3.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:51
f1e0e25

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

Choose a tag to compare

@stuarthendren stuarthendren released this 14 Jan 16:02
91a4f9a

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

v4.2.0 Theme improvements

Choose a tag to compare

@stuarthendren stuarthendren released this 31 Dec 17:34
bc168f5

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

Choose a tag to compare

@stuarthendren stuarthendren released this 17 Dec 16:16
3d4c3a8

Improved internal typing and testing coverage

v4.1.0 Minor update

Choose a tag to compare

@stuarthendren stuarthendren released this 16 Dec 10:32
fd678cb

Adds support for react 17

v4.0.1 minor release

Choose a tag to compare

@stuarthendren stuarthendren released this 10 Nov 09:07
a61d156

Fixes issue with incorrect exports.

v4.0.0 Major release

Choose a tag to compare

@stuarthendren stuarthendren released this 05 Nov 18:25
99d9fca

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

Choose a tag to compare

@stuarthendren stuarthendren released this 23 Jul 08:15
068009d

Stops logging copied text, incase sensitive.

v3.2.0 Incremental release

Choose a tag to compare

@stuarthendren stuarthendren released this 19 May 16:47
312865f

Backsout full reexport change and directly add material-ui components

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

v3.1.0 Incremental release

Choose a tag to compare

@stuarthendren stuarthendren released this 19 May 14:25
7f494f6
  • Re-exports all other material-ui components
  • Add back missing Span and Paragraph
  • Simplifies use of theme switching (old method deprecated)