Skip to content

Releases: simicd/jupyterlab-tailwind-theme

Add max cell width setting

Choose a tag to compare

@simicd simicd released this 09 May 19:37
e6ffe93
feature: Add support for max cell width setting

Closes PR #36

Update scrollbar and section divider colors

Choose a tag to compare

@simicd simicd released this 08 May 14:54
a27637f
build: Bump lodash from 4.17.19 to 4.17.21

Closes PR #34

Update scrollbar and footer style

Choose a tag to compare

@simicd simicd released this 01 May 18:07
580b52f
style: Fix footer colors

Fix footer colors (hover, toggle switch)

Closes PR #32

Add support for JupyterLab 3.0

Choose a tag to compare

@simicd simicd released this 09 Apr 22:50
13cdbff
v3.0.0

build: Bump elliptic from 6.5.3 to 6.5.4

v.0.4.4: build: Update packages and add example notebook

Choose a tag to compare

@simicd simicd released this 28 Aug 21:17
57322c2
build: Bump lodash and add Lorenz equation example notebook

Bump lodash from 4.17.15 to 4.17.19

v.0.4.3: fix: Cursor freeze

Choose a tag to compare

@simicd simicd released this 28 Aug 21:16
d0b116b
Fix the cursor freeze reported in #15 where cursor stays in cell even if cell is deselected.

v0.4.2: fix: Matplotlib chart axis not visible with dark theme

Choose a tag to compare

@simicd simicd released this 28 Jul 10:34
f7d6898

Explicitly specify white background for matplotlib charts when using dark theme.

v0.4.1: fix: Improve search result highlighting

Choose a tag to compare

@simicd simicd released this 13 May 18:40
16045d6
Previously the search results in JupyterLab were displayed with a gray background which was barely visible. Newly, the color is brighter and differentiated between light & dark theme. See also #9.

PR #10

Add support for JupyterLab v2.0 and higher

Choose a tag to compare

@simicd simicd released this 04 May 20:17
d4989d1
v0.4.0

build: Upgrade dependencies and add support for v2.0 of JupyterLab

v0.3.2

Choose a tag to compare

@simicd simicd released this 04 Feb 22:30
fix: Add consistent markdown tables style and fix missing color when …