Skip to content

Commit e053256

Browse files
committed
Add the DateTime extension
required by SearchBuilder when displaying dates
1 parent 014d22e commit e053256

File tree

9 files changed

+258
-253
lines changed

9 files changed

+258
-253
lines changed

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
ITables ChangeLog
22
=================
33

4-
2.1.5-dev (2024-09-??)
4+
2.1.5 (2024-09-08)
55
------------------
66

77
**Fixed**
8+
- DataTables was updated to its latest version (2.1.6)
9+
- We have added the DateTime extension, required by SearchTime when showing dates ([#288](https://github.com/mwouts/itables/issues/288))
810
- We have improved the function that determines whether a dark theme is being used ([#294](https://github.com/mwouts/itables/issues/294))
911
- We have adjusted the generation of the Polars sample dataframes to fix the CI ([Polars-18130](https://github.com/pola-rs/polars/issues/18130))
1012
- The test on the Shiny app fallbacks to `ui.nav_panel` when `ui.nav` is not available

packages/dt_for_itables/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 2.0.11 (2024-06-??)
1+
# 2.0.12 (2024-09-08)
2+
3+
- We have added the datetime extension for DataTables ([#288](https://github.com/mwouts/itables/issues/288))
4+
5+
# 2.0.11 (2024-06-19)
26

37
**Added**
48
- The default CSS contains has `overflow:auto` on `.dt-layout-table>div`. This improves the horizontal scrolling in Jupyter, and discards the need for `scrollX` in Streamlit ([#282](https://github.com/mwouts/itables/pull/282))

packages/dt_for_itables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm run build:js
1515

1616
Run
1717
```bash
18-
npm update
18+
npm update --save
1919
```
2020
and check whether there are any outdated package with `npm outdated`.
2121

0 commit comments

Comments
 (0)