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
Copy file name to clipboardExpand all lines: docs/changelog.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
1
ITables ChangeLog
2
2
=================
3
3
4
-
2.3.0rc1
5
-
---------
4
+
2.3.0 (2025-04-05)
5
+
------------------
6
6
7
7
**Added**
8
8
- ITable now has a component for Dash! You can render your Python DataFrames in your Dash application with `from itables.dash import ITable` ([#245](https://github.com/mwouts/itables/issues/245))
9
9
10
10
**Changed**
11
11
- We have changed the default value of the `all_interactive` argument of `itables.init_notebook_mode` to `True`
12
12
- The ITables options can be imported and modified directly through `itables.options`
13
-
- We have upgraded `datatables.net-dt==2.2.2` and `datatables.net-select-dt==3.0.0`, and the dependency of both the Jupyter widget and the Streamlit component.
13
+
- We have updated `dt_for_itables` to `datatables.net-dt==2.2.2` and `datatables.net-select-dt==3.0.0`
14
+
- We have updated the dependencies of our Jupyter widget and our of Streamlit component.
0 commit comments