add more changes to docs

This commit is contained in:
Tessa Kelly 2020-09-02 14:30:52 -07:00
parent 94f841c5f8
commit 1c184d8179

View File

@ -15,6 +15,8 @@ module Nri.Ui.Modal.V11 exposing
- remove `initOpen`
- change `open`, `close` to return `(Model, Cmd Msg)` rather than `Msg`
- make info and warning themes
- adds `custom` helper for adding arbitrary html attributes (primarily useful to make limiting the scope of selectors in tests easier by adding ids to modals)
- tab and tabback events stop propagation and prevent default
```
import Browser exposing (Program, element)