Skip to content

Commit

Permalink
docs: upgrade-v2-v3: document breaking changes on isRendered and isDe…
Browse files Browse the repository at this point in the history
…stroyed (#3696)
  • Loading branch information
maxlath authored Nov 28, 2021
1 parent 9f18de3 commit 0b38315
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/upgrade-v2-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ events after the view has been created.
The view `triggers` attribute no longer passes an `options` attribute to event
handlers, instead passing the view instance that triggered the event.

### View `isRendered`

The view `isRendered` attribute is no longer a boolean, but a function that
returns a boolean.

### View `isDestroyed`

The view `isDestroyed` attribute is no longer a boolean, but a function that
returns a boolean.

## Events

A number of lifecycle events were changed or removed from Marionette 3.
Expand Down

0 comments on commit 0b38315

Please # to comment.