1
1
# Change Log
2
2
All notable changes to the "vuetify-drilldown-table" plugin will be documented in this file.
3
3
4
+ ## v1.1.3
5
+ 2024-02-26
6
+ [ main] (@webdevnerdstuff )
7
+ * Fix external rollup config
8
+ * Update packages
9
+
4
10
## v1.1.2
5
- 01-11-24
11
+ 2024- 01-11
6
12
[ main] (@webdevnerdstuff )
7
13
* Update packages
8
14
9
15
## v1.1.0
10
- 01-05-24
16
+ 2024- 01-05
11
17
[ main] (@webdevnerdstuff )
12
18
* Fix typescript issues
13
19
* Fix issue with header color not working on sortable columns
@@ -17,21 +23,21 @@ All notable changes to the "vuetify-drilldown-table" plugin will be documented i
17
23
* Update node version to v20.10.0
18
24
19
25
## v1.0.1
20
- 11-09 -23
26
+ 2023-11 -23
21
27
[ main] (@webdevnerdstuff )
22
28
* Fix header slot name
23
29
* Update docs
24
30
25
31
## v1.0.0
26
- 11-09-23
32
+ 2023- 11-09
27
33
[ main] (@webdevnerdstuff )
28
34
* Update lab components to regular components due to Vuetify official releases
29
35
* Update packages
30
36
* Update Vuetify to v^3.4.0
31
37
* Update docs
32
38
33
39
## v1.0.0-beta-14
34
- 11-01-23
40
+ 2023- 11-01
35
41
[ main] (@webdevnerdstuff )
36
42
* Change how the header/footer/border colors work. (breaking change)
37
43
* Add props for the new color functionality
@@ -41,31 +47,30 @@ All notable changes to the "vuetify-drilldown-table" plugin will be documented i
41
47
* Update docs
42
48
43
49
## v1.0.0-beta-13
44
- 10-03-23
50
+ 2023- 10-03
45
51
[ main] (@webdevnerdstuff )
46
52
* Update packages
47
53
* Fix bugs due to changes in vuetify data-tables updates
48
54
* Fix loading issue on deeper levels
49
55
* Add setting to not include Vuetify styles that are not needed
50
56
51
-
52
57
## v1.0.0-beta-10
53
- 06-29-23
58
+ 2023- 06-29
54
59
[ main] (@webdevnerdstuff )
55
60
* Change default debounceDelay to zero
56
61
57
62
## v1.0.0-beta-9
58
- 06-29-23
63
+ 2023- 06-29
59
64
[ main] (@webdevnerdstuff )
60
65
* Fix search not working when using top slot... again
61
66
62
67
## v1.0.0-beta-8
63
- 06-28-23
68
+ 2023- 06-28
64
69
[ main] (@webdevnerdstuff )
65
70
* Fix search not working when using top slot
66
71
67
72
## v1.0.0-beta-7
68
- 06-28-23
73
+ 2023- 06-28
69
74
[ main] (@webdevnerdstuff )
70
75
* Fix expand icon not expanding row when expandOnClick is true
71
76
* Fix issue with colors prop mutating all table settings
@@ -75,12 +80,12 @@ All notable changes to the "vuetify-drilldown-table" plugin will be documented i
75
80
* Updated docs
76
81
77
82
## v1.0.0-beta-6
78
- 06-26-23
83
+ 2023- 06-26
79
84
[ main] (@webdevnerdstuff )
80
85
* Fixed rendering functions
81
86
82
87
## v1.0.0-beta-5
83
- 06-23 -23
88
+ 2023-06 -23
84
89
[ main] (@webdevnerdstuff )
85
90
* Added ability to pass VTextField props and events to bind to the search field
86
91
* Added ability to pass props to bind to the VProgressLinear, VProgressCircular, and VSkeletonLoader
@@ -90,23 +95,23 @@ All notable changes to the "vuetify-drilldown-table" plugin will be documented i
90
95
* Cleaning up
91
96
92
97
## v1.0.0-beta-4
93
- 06-22-23
98
+ 2023- 06-22
94
99
[ main] (@webdevnerdstuff )
95
100
* Added match column widths functionality
96
101
* Updating Playground examples
97
102
* Update documentation
98
103
* Cleaning up
99
104
100
105
## v1.0.0-beta-3
101
- 06-20-23
106
+ 2023- 06-20
102
107
[ main] (@webdevnerdstuff )
103
108
* Fixing checkbox functionality
104
109
* Updating Playground examples
105
110
* Update documentation
106
111
* Cleaning up
107
112
108
113
## v1.0.0-beta-2
109
- 06-13-23
114
+ 2023- 06-13
110
115
[ main] (@webdevnerdstuff )
111
116
* Adjust entry point
112
117
* Update to check for fontawesome to adjust icon size
0 commit comments