Skip to content

Commit ad327c4

Browse files
authored
v3.5.1 (#183)
1 parent 6773c85 commit ad327c4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using the following categories, list your changes in this order:
3232

3333
<!--changelog-start-->
3434

35-
## [Unreleased]
35+
## [3.5.1] - 2023-09-07
3636

3737
### Added
3838

@@ -41,6 +41,7 @@ Using the following categories, list your changes in this order:
4141
### Changed
4242

4343
- The default postprocessor can now disabled by setting `REACTPY_DEFAULT_QUERY_POSTPROCESSOR` to `None`.
44+
- Massive overhaul of docs styling.
4445

4546
## [3.5.0] - 2023-08-26
4647

@@ -393,7 +394,8 @@ Using the following categories, list your changes in this order:
393394

394395
- Support for IDOM within the Django
395396

396-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...HEAD
397+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...HEAD
398+
[3.5.1]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...3.5.1
397399
[3.5.0]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...3.5.0
398400
[3.4.0]: https://github.com/reactive-python/reactpy-django/compare/3.3.2...3.4.0
399401
[3.3.2]: https://github.com/reactive-python/reactpy-django/compare/3.3.1...3.3.2

Diff for: docs/overrides/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% endblock %}
1414

1515
{% block outdated %}
16-
You're not viewing the latest official release.
16+
You're not viewing the latest release.
1717
<a href="{{ '../' ~ base_url }}">
1818
<strong>Click here to go to latest.</strong>
1919
</a>

Diff for: docs/src/assets/css/navbar.css

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
margin: 0;
8888
margin-right: 0.8rem;
8989
margin-left: 0.2rem;
90+
flex-grow: 0;
9091
}
9192
.md-header__topic {
9293
position: relative;

Diff for: src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REACTPY_WEBSOCKET_ROUTE,
99
)
1010

11-
__version__ = "3.5.0"
11+
__version__ = "3.5.1"
1212
__all__ = [
1313
"REACTPY_WEBSOCKET_PATH",
1414
"REACTPY_WEBSOCKET_ROUTE",

0 commit comments

Comments
 (0)