{/* ATTENTION */}

{/* When updating this file, please add the newest comments at the top of the file so they are displayed first */}

{/* Changes should include any functional changes made to the component and how that affects the component/function usage */}

{/* or changes made to the Types (and what effect that will have for the component/function) */}

import { Canvas, Meta, Story } from '@storybook/addon-docs/blocks'

<Meta
  title='ChangeLog/v3/3.27'
  parameters={{
    viewMode: 'docs',
    previewTabs: {
      canvas: { hidden: true },
    },
  }}
/>

{/* INSERT NEW UPDATE HERE */}

{/* Include date, version & the change and it's functional effects */}

**07-Feb-2023**

### 3.27.2

Adding a `rightLabel` prop for `FormLabel` and support for this label on all form components

[FormLabel](/docs/components-formcomponents-formlabel--right-label)

---

**06-Feb-2023**

### 3.27.1

Introduced a new prop `numberFormat` to display currency or percentage input
Introduced a new prop `errorText` to display an error message below the input

[TextInput](/story/components-formcomponents-textinput--currency-text-input)

**4-Feb-2023**

### 3.27.0

New `TextUnderline` component. This component will replace the existing `Heading1` component. This is a simpler version and will standardize the sizes that are used for the component implementations.

[TextUnderline](/docs/components-textunderline--basic)

---
