Skip to content

Commit

Permalink
Add the DateTime extension
Browse files Browse the repository at this point in the history
required by SearchBuilder when displaying dates
  • Loading branch information
mwouts committed Sep 8, 2024
1 parent 014d22e commit 47847ae
Show file tree
Hide file tree
Showing 9 changed files with 258 additions and 253 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ITables ChangeLog
=================

2.1.5-dev (2024-09-??)
2.1.5 (2024-09-08)
------------------

**Fixed**
- DataTables was updated to its latest version (2.1.6)
- We have added the DateTime extension, required by SearchTime when showing dates ([#288](https://github.com/mwouts/itables/issues/288))
- We have improved the function that determines whether a dark theme is being used ([#294](https://github.com/mwouts/itables/issues/294))
- We have adjusted the generation of the Polars sample dataframes to fix the CI ([Polars-18130](https://github.com/pola-rs/polars/issues/18130))
- The test on the Shiny app fallbacks to `ui.nav_panel` when `ui.nav` is not available
Expand Down
6 changes: 5 additions & 1 deletion packages/dt_for_itables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 2.0.11 (2024-06-??)
# 2.0.12 (2024-09-08)

- We have added the datetime extension for DataTables ([#288](https://github.com/mwouts/itables/issues/288))

# 2.0.11 (2024-06-19)

**Added**
- 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/dt_for_itables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm run build:js

Run
```bash
npm update
npm update --save
```
and check whether there are any outdated package with `npm outdated`.

Expand Down
Loading

0 comments on commit 47847ae

Please sign in to comment.