Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 18, 2025
1 parent d259173 commit 96be84a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.1.18 (2025-01-18)

### Fix

* fix(mark-down-drawer): Enhance MarkdownDrawer component with new features and styling

- Added `lucide-react` dependency for icon support in the MarkdownDrawer.
- Implemented click outside functionality to close the drawer when it is open.
- Refactored the drawer toggle button to include an icon and improve accessibility.
- Updated CSS styles for the MarkdownDrawer to enhance positioning and appearance.
- Modified the Python backend to dedent content before rendering, improving formatting.

These changes improve the user experience and visual appeal of the MarkdownDrawer component. ([`d259173`](https://github.com/numerous-com/numerous-widgets/commit/d259173ab566f8ef35920a377f74772d035d21a5))


## v0.1.17 (2025-01-17)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numerous-widgets"
version = "0.1.17"
version = "0.1.18"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 96be84a

Please sign in to comment.