You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
7
+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4
8
5
9
## 0.0.3-dev.0
6
10
7
-
-**FEAT**(tagflow_table): add column and row spacing properties to TagflowTable. ([66989cf5](https://github.com/devaryakjha/tagflow/commit/66989cf5e67805c2b472dcfccd9bed84158fdf8d))
11
+
-**FEAT**(tagflow_table): add column and row spacing properties to TagflowTable. ([66989cf5](https://github.com/devaryakjha/tagflow/commit/66989cf5e67805c2b472dcfccd9bed84158fdf8d))
8
12
9
13
## 0.0.2+1
10
14
11
-
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
15
+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
12
16
13
17
## 0.0.2-dev.0+1
14
18
15
-
- Update a dependency to the latest release.
19
+
- Update a dependency to the latest release.
16
20
17
21
## 0.0.2
18
22
19
-
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
20
-
- Update a dependency to the latest release.
23
+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
24
+
- Update a dependency to the latest release.
21
25
22
26
## 0.0.2-dev.6
23
27
24
-
- Update a dependency to the latest release.
28
+
- Update a dependency to the latest release.
25
29
26
30
## 0.0.2-dev.5
27
31
28
-
-**FEAT**(tagflow_table): enhance column width calculation for flexible layouts. ([4c0e3d77](https://github.com/devaryakjha/tagflow/commit/4c0e3d7757b8db5d0e8a33c0b2df29c0f005baad))
32
+
-**FEAT**(tagflow_table): enhance column width calculation for flexible layouts. ([4c0e3d77](https://github.com/devaryakjha/tagflow/commit/4c0e3d7757b8db5d0e8a33c0b2df29c0f005baad))
-**FEAT**(tagflow_table): enhance table rendering with header support and separators. ([d8307c06](https://github.com/devaryakjha/tagflow/commit/d8307c06bcb73e07f74a0cc5d0d5305ef1c8f1e9))
40
+
-**FEAT**(tagflow_table): enhance table rendering with header support and separators. ([d8307c06](https://github.com/devaryakjha/tagflow/commit/d8307c06bcb73e07f74a0cc5d0d5305ef1c8f1e9))
-**REFACTOR**(tagflow_table): improve empty cell handling in TagflowTableConverter. ([2cd288ec](https://github.com/devaryakjha/tagflow/commit/2cd288ecde7af366e0242aa555a60520dc285ebc))
49
-
-**FIX**(converter): update table border style to none for improved layout consistency. ([40b1ea62](https://github.com/devaryakjha/tagflow/commit/40b1ea621b0911bbce6eabb501c0e784fed3eb3c))
50
-
-**FEAT**(docs): add contributing guidelines and enhance README structure. ([579ec3d6](https://github.com/devaryakjha/tagflow/commit/579ec3d695b2af1811dff3ef52d53f9b677001e5))
51
-
-**FEAT**(tests): add comprehensive tests for TagflowTable and related components. ([219c0606](https://github.com/devaryakjha/tagflow/commit/219c0606ff3deb6c0e8c5be15fb1c14ce1cf2d49))
52
-
-**FEAT**(tagflow_table): integrate Equatable for TagflowTableBorder and update dependencies. ([05aa0b56](https://github.com/devaryakjha/tagflow/commit/05aa0b56df24a4360ed1c6b814a8d049432a50f5))
53
-
-**FEAT**(tagflow_table): add HTML parsing tests and update dependencies. ([cd8e68de](https://github.com/devaryakjha/tagflow/commit/cd8e68ded76dedb6173742679cb7185aa485ce59))
54
-
-**FEAT**(table_example,table_converter,table_parser): add support for table captions and enhance rendering. ([76ee33fb](https://github.com/devaryakjha/tagflow/commit/76ee33fbfd4369a19a3908e57d8747770f064388))
55
-
-**FEAT**(tagflow_table,table_example): add TagflowTableCellConverter and enhance table rendering. ([b1e32d9c](https://github.com/devaryakjha/tagflow/commit/b1e32d9cb3733fe8466b7c6f9097e82982436d4b))
56
-
-**FEAT**(table_example,tagflow_table): enhance table examples and rendering logic. ([ab226159](https://github.com/devaryakjha/tagflow/commit/ab226159fc4d07d88b0a8359bb3537a7d3891bb3))
57
-
-**FEAT**(table_example): enhance table examples with new HTML structures and rendering improvements. ([89b191bf](https://github.com/devaryakjha/tagflow/commit/89b191bfdd0a89bf710be451cc6cc4c4def6b82c))
58
-
-**FEAT**(tagflow_table): implement table rendering and conversion logic. ([d8e82f4d](https://github.com/devaryakjha/tagflow/commit/d8e82f4d2f1d01a17b4d43f9e6f6a0704e6e7a67))
59
-
-**FEAT**(tagflow_table): initial project setup with essential files. ([3db0ea81](https://github.com/devaryakjha/tagflow/commit/3db0ea815c2448bfa048d54bd61c235a3c29e802))
52
+
-**REFACTOR**(tagflow_table): improve empty cell handling in TagflowTableConverter. ([2cd288ec](https://github.com/devaryakjha/tagflow/commit/2cd288ecde7af366e0242aa555a60520dc285ebc))
53
+
-**FIX**(converter): update table border style to none for improved layout consistency. ([40b1ea62](https://github.com/devaryakjha/tagflow/commit/40b1ea621b0911bbce6eabb501c0e784fed3eb3c))
54
+
-**FEAT**(docs): add contributing guidelines and enhance README structure. ([579ec3d6](https://github.com/devaryakjha/tagflow/commit/579ec3d695b2af1811dff3ef52d53f9b677001e5))
55
+
-**FEAT**(tests): add comprehensive tests for TagflowTable and related components. ([219c0606](https://github.com/devaryakjha/tagflow/commit/219c0606ff3deb6c0e8c5be15fb1c14ce1cf2d49))
56
+
-**FEAT**(tagflow_table): integrate Equatable for TagflowTableBorder and update dependencies. ([05aa0b56](https://github.com/devaryakjha/tagflow/commit/05aa0b56df24a4360ed1c6b814a8d049432a50f5))
57
+
-**FEAT**(tagflow_table): add HTML parsing tests and update dependencies. ([cd8e68de](https://github.com/devaryakjha/tagflow/commit/cd8e68ded76dedb6173742679cb7185aa485ce59))
58
+
-**FEAT**(table_example,table_converter,table_parser): add support for table captions and enhance rendering. ([76ee33fb](https://github.com/devaryakjha/tagflow/commit/76ee33fbfd4369a19a3908e57d8747770f064388))
59
+
-**FEAT**(tagflow_table,table_example): add TagflowTableCellConverter and enhance table rendering. ([b1e32d9c](https://github.com/devaryakjha/tagflow/commit/b1e32d9cb3733fe8466b7c6f9097e82982436d4b))
60
+
-**FEAT**(table_example,tagflow_table): enhance table examples and rendering logic. ([ab226159](https://github.com/devaryakjha/tagflow/commit/ab226159fc4d07d88b0a8359bb3537a7d3891bb3))
61
+
-**FEAT**(table_example): enhance table examples with new HTML structures and rendering improvements. ([89b191bf](https://github.com/devaryakjha/tagflow/commit/89b191bfdd0a89bf710be451cc6cc4c4def6b82c))
62
+
-**FEAT**(tagflow_table): implement table rendering and conversion logic. ([d8e82f4d](https://github.com/devaryakjha/tagflow/commit/d8e82f4d2f1d01a17b4d43f9e6f6a0704e6e7a67))
63
+
-**FEAT**(tagflow_table): initial project setup with essential files. ([3db0ea81](https://github.com/devaryakjha/tagflow/commit/3db0ea815c2448bfa048d54bd61c235a3c29e802))
0 commit comments