-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework documentation front #46
Conversation
update routing
* docs(navbar): add navbar example with brand and dropdown inspired by flowbite-react * docs(navbar): add example of responsive navbar * docs(navbar): fix flowbite-navbar-brand placement * docs(navbar): add description to responsive example * docs(navbar): auto close if possible
… (#62) fix(docs): revert `ul` and `ol` only outside of `flowbite-dropdown`
The remaining items of this PR will be treated on another branch after some project setup adjustment. |
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes :
Component pages
Scroll-topEach pages
Default alert
|Alert with icon
)Each files
Documentation for JSDoc comment on everything to make generated API documentation completeCustomize pages
Inheriting component → Add a page to explain how to create component with inheritanceFixes and features
boolean string | boolean
toboolean, unknown
as the input ofbooleanAttribute
isunknown
SidebarItemComponent.color
=(SidebarItemGroupComponent||SidebarMenuComponent).color
SidebarItemComponent
's color to getSidebarItemGroup
orSidebarMenuComponent
's colorMove shared features to structural directive if possibleisolate
class from demo page processorFuture breaking changes
input()
tomodel()
input signal basedRemove every state servicesTo be defined
Optimization
Make all components implementChangeDetectionStrategy.OnPush
detection methodEncapsulation
Make all components implementViewEncapsulation.None
Architecture
Make different entry-points in the library Maintenance and Support for Angular versions #61