Skip to content

v0.37.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 11:51

⚠️ Breaking Changes

  • Extend theming options of Buttons and form fields (#210) (PR #212)
  • Rename default Badge and Button priority to more descriptive filled (#209) (PR #211)

🌟 Features

  • Make code font family and font size customizable (PR #221)
  • Extend RUIProvider with globalProps to pass props to all UI and layout components using provider, create Component Customization page in documentation (#214) (PR #215)
  • Introduce Modal position option (#213) (PR #217)
  • Extend theming options of Buttons and form fields (#210) (PR #212)

♻️ Refactoring

  • Separate theme related Sass variables from other settings (PR #220)

📖 Documentation

  • Collapse Playground code by default (PR #222)

🔧 Maintenance

  • Analyse code with CodeQL (PR #216)