- Progress bar element (
BProgress
). - More props to
BNotification
. - Notification element page on the website.
- Upgrade
leptos-use
to v0.13. - Upgrade website dependencies.
- Upgrade
leptos-use
to v0.12. - Upgrade website dependencies.
- More icon packages from
icondata
. - Move icon element to their own page on the website.
- Use prop with enum
BSize
onBIcon
andBIconText
.
- Tag element (
BTag
andBtags
). - Breadcrumb component (
BBreadcrumb
andBBreadcrumbItem
).
- Use class
is-active
inBModal
to show it. - Move button element to their own page on the website.
- Enums for colors, states and sizes.
- More props to
BButton
andBButtons
. - More examples for buttons on the website.
- Anchor link button (
BAButton
).
- Upgrade some dependencies on the website.
- Prop
class
onBButton
andBButtons
to avoid disabling other props on change.
- Props for addons to
BTextField
.
- Leptos warning when getting field errors.
- Apply some corrections and style improvements on the website.
- All props
class
should beTextProp
.
- Props
is_hoverable
andhref
toBNavbarDropdownItem
. - Prop
id
toBTitle
. - Installation guide for Leptos CSR on the website.
- Customization with Sass section on the website.
- Upgrade
leptos-use
in the website to include Spin feature foruse_cookie
. - Replace theme context in the website with
leptos_use::use_color_mode
. - Build script to generate a SCSS file that allows Bulma variables.
- Toggle footer images in the website with light and dark modes.
- Custom
use_cookie
for SSR in the website. indoc
dependency from the website.
- Optional prop
is_checked
on checkbox. - Icon Leptos components.
- More props to dropdown Leptos component.
- More props to button Leptos component.
- Buttons Leptos component.
- Button example on the website.
- Toggle between light and dark themes on the website.
- Show black overlay until website is loaded.
- Table Leptos components props.
- Checkbox Leptos component.
- Block Leptos component.
- Title and subtitle Leptos components.
- Section Leptos component.
- Table Leptos components.
- Optional callback when modal is closed.
- Pagination Leptos component.
- Columns page on the website;
- Some navbar props.
- Some columns and box props.
- navbar markdown file.
- A website running with Leptos to replace the mdBook.
- A guides page on the website.
- A components page on the website.
- Leptos Icons with Font Awesome package on the website.
- More props to modal Leptos component and included close button by default.
- Highlight.js for code examples.
- More props to form Leptos components.
- A form page on the website.
- An elements page on the website.
- Small changes on the build method.
- Leptos Router dependency.
- mdBook folder.
- More props to navbar Leptos components.
- More props to form Leptos components.
- Leptos Icons with Font Awesome package.
- Upgrade to Bulma v1.0.
- Compress generated CSS file content.
- Use File.write instead of append to generate CSS file.
- Button Leptos component.
- Notification Leptos component.
- Columns Leptos components.
- Menu Leptos components.
- A method to setup the library and generate the leptos-bulma.css file.
- File Leptos component.
- Upgrade dependencies.
- Use Show Leptos component to toggle modal.
- Form field values.
- Some Leptos components for forms (Input, Select and Textarea).
- Custom style.css for the book.
- Navbar dropdown Leptos components.
- Dropdown Leptos components.
- Introduction page to the book.
- Exclude .editorconfig and leptosfmt.toml files from
cargo publish
. - Exclude Cargo.lock file from git repository and
cargo publish
. - Modal code example in the book.
- Styles from the book iframes.
- Cargo.lock file.
- Build and deploy the book with mdBook and GitHub Actions.
- More Navbar Leptos components.
- Modal Leptos components.
- Class argument to Box Leptos component.
- leptosfmt.toml file.
- Allow older versions of Leptos 0.5.x
- Everything is new.