From f324bdd59dbeb7585586f0bb1e4338b8b4bde8c2 Mon Sep 17 00:00:00 2001 From: Jasper Woudenberg Date: Tue, 22 May 2018 12:28:36 +0200 Subject: [PATCH] Update V2 changelog notes --- src/Nri/Ui/TextArea/V2.elm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Nri/Ui/TextArea/V2.elm b/src/Nri/Ui/TextArea/V2.elm index b92372ca..a7174a66 100644 --- a/src/Nri/Ui/TextArea/V2.elm +++ b/src/Nri/Ui/TextArea/V2.elm @@ -13,8 +13,9 @@ module Nri.Ui.TextArea.V2 ## Upgrading from V2 -The Model now takes a minimumHeight field, which needs to be specified -explicitly using an elm-css length value. + - The Model now takes a minimumHeight field, which needs to be specified + explicitly using an elm-css length value. + - The view now returns `Html.Styled` rather than plain `Html`. ## The Nri styleguide-specified textarea with overlapping label