Cannot center any item like logo or text
my dropdown on navbar does not work too.
navbar dropdown is now depending on poppers.js You need to load poppers.js before bootstrap.js. I found it be checking my browser console. There was a message saying bootstrap requires poppers.js
Check https://popper.js.org/
Dropdowns don't work correctly on navbar
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via JS Bin or CodePen and report back with your link, Bootstrap version, and specific browser and OS details.
Use the flexbox utilities. Our navbar example shows how to center content, in a navbar or otherwise.
Is the navbar example that you refer to the one from v4 alpha? If so, this means there is no change for navbar in the beta, correct? Could you please link the exact example you refer to, as there are various versions ? Thank you
Here's a fiddle with the Navbar working on Bootstrap 4 Alpha 6:
https://jsfiddle.net/j66b6zez/1/
And here's another with Navbar on Bootstrap 4 Beta 3. It still displays the "burguer" menu on large screens:
Most helpful comment
Is the navbar example that you refer to the one from v4 alpha? If so, this means there is no change for navbar in the beta, correct? Could you please link the exact example you refer to, as there are various versions ? Thank you