xianhu / LearnPython

以撸代码的形式学习Python
https://github.com/xianhu/LearnPython
7.67k stars 3.96k forks source link

Change Navbar -> NavbarSimple #38

Closed tcbegley closed 5 years ago

tcbegley commented 5 years ago

Hi

Thanks for using dash-bootstrap-components! I just wanted to let you know that we made a breaking change to the Navbar component, so if you update to version 0.3.0 or later of dash-bootstrap-components you might get unexpected behaviour.

You can use the new NavbarSimple component exactly as you are currently using Navbar currently, so the easiest fix would be to just change Navbar to NavbarSimple.

Check out the docs for Navbar and our examples for more details.

xianhu commented 5 years ago

OK, Thanks