v1.1.4 - 2022-19-09
- Upgraded to Modus Bootstrap v1.5.4, check the Modus Bootstrap Release notes for more details.
v1.1.3 - 2022-16-09
Features
- Added light theme and dark theme
- Added
/scss
folder with styles inherited from Modus Bootstrap v1.5.3 to apply themes on the components.
- Added
v1.1.2 - 2022-16-08
- Upgraded to Modus Bootstrap v1.5.3, check the Modus Bootstrap Release notes for more details.
- Updated to Bootstrap v4.6.2
- Updated style for Chips active state.
v1.1.1 - 2022-07-08
Features
- TreeView:
- Callbacks
onNodeToggle
andonNodeSelect
now have a new parameternodeInFocus
which indicates the current Tree item that triggered the event. - Selection Indicator: A Tree item when selected will now have a blue line indicator extending to its children if it is a folder.
- Callbacks
- Upgraded to Modus Bootstrap v1.5.1, check the Modus Bootstrap Release notes for more details.
Bug fixes
- DataTable Component - Unnecessary space for checkbox column #76
BREAKING CHANGES
- TreeViewItem is now wrapped around by a
li.item-container
containing the label and the children.
v1.1.0 - 2022-06-22
Features
- Added new components
- TreeView: A content tree root component that provides users with a way to navigate nested hierarchical information using a parent-child relationship model.
- TreeViewItem: A content tree item component.
- FileUploadDropZone: A file upload drop zone component that allows users to upload content from their computer or device into the application by dragging a file (or files) into a target zone.
- Upgraded to Modus Bootstrap v1.5.0
BREAKING CHANGES
Updated API
- DataTable: A combined component containing table Headers and Rows.
- TablePagination: Removed
totalPages
and addedcount
andsize
.
Removed components
- TableHead
- TableHeaderCell
- TableBody
- TableRow
- TableCell
- TableContainer
v1.0.0 - 2022-02-01
- Added new Table components to enable advanced features such as sorting, pagination, column resize and row selection on the Table rows and cells
- DataTable (beta)
- TableHead
- TableHeaderCell
- TableBody
- TableRow
- TableCell
- TableContainer
- TablePagination
v0.9.3 - 2021-11-15
- Updated Modus React Bootstrap latest version
v0.9.2 - 2021-11-09
Release
- First official release
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.