Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Feb 1, 2025
1 parent 3517f3f commit 56108ae
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release notes

<!-- do not remove -->

## 0.0.1



17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

<!-- do not remove -->

## 0.0.1
## 0.0.33

### New Features

- Add subtitle function for common semantic styling option ([#44](https://github.com/AnswerDotAI/MonsterUI/pull/44))

- Add semantic text styling to docs examples ([#42](https://github.com/AnswerDotAI/MonsterUI/pull/42))

- Created higher level Navbars function for auto-responsive collapse to mobile and easier interface ([#33](https://github.com/AnswerDotAI/MonsterUI/issues/33)), thanks to @curtis-allan

- Added Scrollspy to Nav and NavBar and example that demonstrates it ([#31](https://github.com/AnswerDotAI/MonsterUI/issues/31)), thanks to @99ch

- Added Highlight JS integration to headers ([#28](https://github.com/AnswerDotAI/MonsterUI/issues/28)), thanks to @99ch

### Bugs Squashed

- Improve defaults for Navbar when components are passed so it doesn't override styling specified toby user ([#43](https://github.com/AnswerDotAI/MonsterUI/pull/43))


6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repo = MonsterUI
lib_name = MonsterUI
version = 0.0.33
min_python = 3.7
min_python = 3.11
license = apache2
black_formatting = False
lib_path = monsterui
Expand All @@ -15,8 +15,9 @@ branch = main
custom_sidebar = False
doc_host = https://monsterui.answer.ai
doc_baseurl = /MonsterUI
git_url = https://github.com/Isaac-Flath/MonsterUI
title = MonsterUI
git_url = https://github.com/AnswerDotAI/MonsterUI
user = AnswerDotAI
audience = Developers
author = isaac flath
author_email = [email protected]
Expand All @@ -25,7 +26,6 @@ description = The simplicity of FastHTML with the power of Tailwind
keywords = nbdev jupyter notebook python
language = English
status = 3
user = Isaac-Flath
requirements = python-fasthtml fastcore lxml mistletoe
dev_requirements = pandas jinja2 llms-txt pysymbol_llm
doc_path = _docs
Expand Down

0 comments on commit 56108ae

Please sign in to comment.