github nextui-org/nextui v1.0.2-alpha.1

latest releases: @nextui-org/use-aria-menu@2.0.2, @nextui-org/use-aria-accordion@2.0.4, @nextui-org/theme@2.2.3...
2 years ago

What's Changed

Summary

🔴 Breaking changes

  • flush method on SSR implementation has to be inside the Head component for next.js, you can see the detailed implementation here
  • size prop values changed
 mini -> xs
 small -> sm
 medium -> md
 large -> lg
 xlarge -> xl

This applies to components like Avatar, Button, Container etc...

  • loaderType and loading props were removed from the Button component, you can see the new implementation way here
  • custom color values like #ff4ecd and custom size are no longer acceptable since there are a defined set of colours and sizes, if you want to set a custom colour or size you have to use the css prop or create a custom component with styled function you can see the detailed documentation about how to override styles here

🚀 Features

  • Now you have available the css prop in all NextUI components for styling without need the annoying !important CSS tag
  • Theme implementation was completely redesigned, now you can change the NextUI theme as easy as change classNames, for further information see the Theme documentation

New Contributors

Full Changelog: v1.0.1-alpha.57...v1.0.2-alpha.1

Don't miss a new nextui release

NewReleases is sending notifications on new releases.