Skip to content

v0.55.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 15:16
· 44 commits to master since this release

⚠️ Breaking Changes

  • Leverage CSS cascade layers to fix and user-proof styles order by @adamkudrna in #529
  • Do not set any dimensions of <html> and <body> elements (#523) by @adamkudrna in #525
  • Update blacklisted props that can be passed to native HTML elements using the transferProps principle by @mbohal in #520

🐞 Bug Fixes

  • Prevent Tabs and ScrollView from unwanted cross-axis scrolling during keyboard navigation #499 by @adamkudrna in #527

📖 Documentation

  • Correct the documentation of CSS usage by @adamkudrna in #528
  • Omit link to legacy list of React synthetic events in component documentation by @mbohal in #519

🔧 Maintenance

  • In *.md files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket by @mbohal in #521
  • Use development CSS and JS in docs to improve code readability by @adamkudrna in #516
  • Create .env file automatically after npm install (don't overwrite if already exists) by @adamkudrna in #515

Full Changelog: v0.54.0...v0.55.0