Skip to content

3.0.0a3 #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix mistake in changelog
  • Loading branch information
Archmonger committed Feb 21, 2023
commit a3b9196cac07ebdb746b7a139d2e6fb01360d0d7
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ Using the following categories, list your changes in this order:
### Changed

- It is now mandatory to run `manage.py migrate` after installing IDOM.
- Bumped the minimum IDOM version to 1.0.0
- Due to IDOM 1.0.0, `idom.html.*`
- HTML properties can now be `snake_case`. For example `className` now becomes `class_name`.
- `key=...` is now declared within the props `dict` (rather than as a `kwarg`).
- You can auto-convert to the new style using `idom update-html-usages <DIR>`.
- Bumped the minimum IDOM version to 1.0.0. Due to IDOM 1.0.0, `idom.html.*`...
- HTML properties can now be `snake_case`. For example `className` now becomes `class_name`.
- `key=...` is now declared within the props `dict` (rather than as a `kwarg`).
- The `component` template tag now supports both positional and keyword arguments.
- The `component` template tag now supports non-serializable arguments.
- `IDOM_WS_MAX_RECONNECT_TIMEOUT` setting has been renamed to `IDOM_RECONNECT_MAX`.
Expand Down