-
-
Notifications
You must be signed in to change notification settings - Fork 375
[LiveComponent] Advanced Polling Features #2965
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
base: 2.x
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,8 +1,14 @@ | ||||||||||||
# CHANGELOG | ||||||||||||
|
||||||||||||
## 2.29.0 | ||||||||||||
|
||||||||||||
- Added new modifier `limit` and new Hooks for Poll System. | ||||||||||||
- New Hooks: `poll:started`, `poll:running`, `poll:paused`, `poll:stopped`, `poll:error` | ||||||||||||
- Handling Count loop and pause, start, stop, resume, error events | ||||||||||||
|
||||||||||||
## 2.28.0 | ||||||||||||
|
||||||||||||
- Add new modifiers for input validations, useful to prevent unnecessary HTTP requests: | ||||||||||||
- Add new modifiers for input validations, useful to prevent uneccessary HTTP requests: | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
It seems |
||||||||||||
- `min_length` and `max_length`: validate length from textual input elements | ||||||||||||
- `min_value` and `max_value`: validate value from numeral input elements | ||||||||||||
|
||||||||||||
|
@@ -364,7 +370,7 @@ live_component: | |||||||||||
- Unexpected Ajax errors are now displayed in a modal to ease debugging! #467. | ||||||||||||
|
||||||||||||
- Fixed bug where sometimes a live component was broken after hitting "Back: | ||||||||||||
in your browser - #436. | ||||||||||||
in your browser" - #436. | ||||||||||||
Comment on lines
372
to
+373
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would be more like this no ?
Suggested change
But i'm not 100% sure we should change items that old 😅 |
||||||||||||
|
||||||||||||
## 2.4.0 | ||||||||||||
|
||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.