| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-05 | 1.5 kB | |
| v7.9.0 source code.tar.gz | 2026-03-05 | 544.5 kB | |
| v7.9.0 source code.zip | 2026-03-05 | 698.6 kB | |
| Totals: 3 Items | 1.2 MB | 1 | |
[7.9.0] - 2026-03-05
Added
- Data-aware toast notification styles - Toast styles can now receive dynamic data at call time via a new
ToastStyleDataFactorytypedef. Register data-aware styles withregisterWithData()or pass both static and data-aware factories toregisterAll()andaddToastNotifications() dataparameter for toast helpers - Added optionaldataparameter toshowToastNotification(),NyBaseState.showToast(),NyBaseState.showToastCustom(),NyController.showToastCustom(), andStateAction.showToastCustom()to pass custom key-value pairs to data-aware toast stylesToastNotificationRegistry.resolve()- New method that resolves a toast style by ID and passes data to data-aware factories, replacing directget()calls internallyenablePullDownparameter forCollectionView- AddedenablePullDownoption to allCollectionViewconstructors (.list,.separated,.grid,.pullable,.pullableSeparated,.pullableGrid) to control whether pull-to-refresh is enabled
Changed
- Renamed API pagination parameters -
queryParamPagerenamed toparamPageandqueryParamPerPage/queryNamePerPagerenamed toparamPerPageinnyApi()andapi()helpers for consistency NyFormWidgetstate methods usestateAction()- RefactoredstateSetValue(),stateSetOptions(),clearField(), andsubmit()to usestateAction()instead ofupdateState()for correct form state dispatch