All notable changes to the "vuetify-drilldown-table" plugin will be documented in this file.
2024-03-13 [main] (@webdevnerdstuff)
- Fix unexpected side effect in computed function
2024-03-13 [main] (@webdevnerdstuff)
- Change component to use
defineAsyncComponent
2024-02-26 [main] (@webdevnerdstuff)
- Fix external rollup config
- Update packages
2024-01-11 [main] (@webdevnerdstuff)
- Update packages
2024-01-05 [main] (@webdevnerdstuff)
- Fix typescript issues
- Fix issue with header color not working on sortable columns
- Add level check to fix opacity issue
- Reorganizing
- Add vitest
- Update node version to v20.10.0
2023-11-23 [main] (@webdevnerdstuff)
- Fix header slot name
- Update docs
2023-11-09 [main] (@webdevnerdstuff)
- Update lab components to regular components due to Vuetify official releases
- Update packages
- Update Vuetify to v^3.4.0
- Update docs
2023-11-01 [main] (@webdevnerdstuff)
- Change how the header/footer/border colors work. (breaking change)
- Add props for the new color functionality
- Fix table colors and density reactivity
- Update packages
- Update Vuetify to v^3.3.23
- Update docs
2023-10-03 [main] (@webdevnerdstuff)
- Update packages
- Fix bugs due to changes in vuetify data-tables updates
- Fix loading issue on deeper levels
- Add setting to not include Vuetify styles that are not needed
2023-06-29 [main] (@webdevnerdstuff)
- Change default debounceDelay to zero
2023-06-29 [main] (@webdevnerdstuff)
- Fix search not working when using top slot... again
2023-06-28 [main] (@webdevnerdstuff)
- Fix search not working when using top slot
2023-06-28 [main] (@webdevnerdstuff)
- Fix expand icon not expanding row when expandOnClick is true
- Fix issue with colors prop mutating all table settings
- Add some groupBy support
- Adjusting colors prop
- Updated templates
- Updated docs
2023-06-26 [main] (@webdevnerdstuff)
- Fixed rendering functions
2023-06-23 [main] (@webdevnerdstuff)
- Added ability to pass VTextField props and events to bind to the search field
- Added ability to pass props to bind to the VProgressLinear, VProgressCircular, and VSkeletonLoader
- Removed old props no longer used due to adding ability to pass props and events to bind to components
- Updating Playground examples
- Update documentation
- Cleaning up
2023-06-22 [main] (@webdevnerdstuff)
- Added match column widths functionality
- Updating Playground examples
- Update documentation
- Cleaning up
2023-06-20 [main] (@webdevnerdstuff)
- Fixing checkbox functionality
- Updating Playground examples
- Update documentation
- Cleaning up
2023-06-13 [main] (@webdevnerdstuff)
- Adjust entry point
- Update to check for fontawesome to adjust icon size
- Update default
colors
prop to useprimary
color scheme- It is easier to change the
colors
tonull
to remove thecolors
than it is to add them in - Still undetermined if this will be the default or not
- It is easier to change the
- Add helper for getting item values from a nested object
- Update documentation usage
Initial beta release. [main] (@webdevnerdstuff)