Fill out changelog

This commit is contained in:
Tessa Kelly 2021-10-22 09:33:20 -07:00
parent 3dc8e3ebf2
commit 4610ab237d

View File

@ -5,13 +5,7 @@ module Nri.Ui.Container.V2 exposing
, gray, default, disabled, invalid, pillow, buttony
)
{-| TODO before publish:
- add remaining attributes to styleguide
- adds optional default spacing?
- document changes from V1 (e.g., how to upgrade from V1)
Common NoRedInk Containers
{-| Common NoRedInk Containers
# Changelog
@ -19,7 +13,16 @@ Common NoRedInk Containers
## Changes from V1
- remove fullHeight
- removes fullHeight
- changes the API from providing many themed functions that create HTML (`alternate`, `general`, etc.) to having a single `view` helper that takes a list of attributes (including themed attributes and content attributes)
- adds `custom`, `testId`, `id`
- adds `plaintext` helper and `markdown` helper
- renames themes from:
- `alternate` -> `gray`
- `general` -> `default`
- `interactable` -> `pillow`
- removes `interactableWithLabel` theme
- adds `buttony` theme
# Documentation