Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.11 KB

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2024-01-02

Added

  • [@jpalis]: Added missing publishConfig.
  • [@jpalis]: Added .npmignore.

Changed

  • [@jpalis]: Changed name to @ringpublishing/mui-theme.
  • [@jpalis]: Changed required libs to match UI-Components (Mui = 5.15.x, mui-x libs <= 7.x.x)

Fixed

  • [@jpalis]: Fixed dependencies.
  • [@jpalis]: Fixed license in package.json.

[1.0.0] - 2024-11-27

Changed

  • [@jpalis]: Changed typography.

Added

  • [@jpalis]: Added CONTRIBUTING.md file.
  • [@jpalis]: Added LICENSE.md file.
  • [@jpalis]: Added MuiFormLabel styles in Autocomplete.

[0.1.0] - 2024-10-30

Added

  • [@jpalis]: Added config files for theme creation (breakpoints, palette, shape, spacing, typography).
  • [@jpalis]: Added getTheme() export with mui theme.
  • [@jpalis]: Added ThemeConfig component with MUI ThemeProvider inside.
  • [@jpalis]: Added test for getTheme() and ThemeConfig.

[0.0.0] - 2024-10-21

Added

  • [@jpalis]: Initial commit.