Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
394 lines (148 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

394 lines (148 loc) · 14.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.0 (2021-12-01)

Features

  • popover: improve popover positioning (#29) (34af91b)

1.2.0 (2021-10-12)

Bug Fixes

Features

  • checkbox: add indicator element (e626881)

1.1.0 (2021-10-11)

Features

  • forms: add disabled class to form controls (#20) (070aad5)

1.0.0 (2021-10-07)

Note: Version bump only for package vue-toolkit

1.0.0-rc.1 (2021-10-07)

Note: Version bump only for package vue-toolkit

1.0.0-rc.0 (2021-10-07)

Note: Version bump only for package vue-toolkit

1.0.0-beta.6 (2021-10-04)

Bug Fixes

  • forms: remove $listeners from form components (b8e6fd7)

1.0.0-beta.5 (2021-09-30)

Features

  • field-error: make name optional (c62cef1)
  • forms: add $listeners to form components (c3e6d9e)

1.0.0-beta.4 (2021-09-29)

Bug Fixes

  • form-control: add all items to slot content directly (06bf197)

1.0.0-beta.3 (2021-09-28)

Bug Fixes

  • forms: deduplicate exported name (d10d13f)

1.0.0-beta.2 (2021-09-28)

Features

  • forms: add form control component (d76611e)
  • sidebar: fixed position (1cff0e8)

BREAKING CHANGES

  • sidebar: Sidebar is now fixed position.

1.0.0-beta.1 (2021-09-27)

Bug Fixes

  • forms: lint errors (d051b1a)
  • forms: update control value on props change (c5d7d0d)

1.0.0-beta.0 (2021-09-27)

Bug Fixes

  • aws-auth: jest config (1b95003)
  • forms: update control value on props change (30a233d)

Features

  • aws-auth: implement form component and validation (2aded0c)

1.0.0-alpha.12 (2021-09-27)

Bug Fixes

  • forms: export interfaces (b45d9cb)

1.0.0-alpha.11 (2021-09-27)

Features

  • form: add form state classes (156a912)
  • forms: add generic types (faecb65)

1.0.0-alpha.10 (2021-09-24)

Bug Fixes

  • aws-auth: incorrect import (ebd62ee)
  • button: remove duplicate busy class (d7b380c)
  • forms: allow number values (ce19702)

Features

BREAKING CHANGES

  • forms: From validators moved into root forms package, exported as a group.

1.0.0-alpha.9 (2021-09-22)

Features

  • button: add props for common modifiers (303f765)
  • paginator: add option to hide page size (01b15ff)

1.0.0-alpha.8 (2021-09-22)

Bug Fixes

1.0.0-alpha.7 (2021-09-22)

Features

  • field-error: automatically display by error name (d815c9e), closes #10
  • form: add reset function to form and control (ff5a0ab), closes #11
  • list-item: allow for custom classes on inner component (b3f9069)

BREAKING CHANGES

  • list-item: Prop component renamed to tag.

1.0.0-alpha.6 (2021-09-21)

Bug Fixes

Features

1.0.0-alpha.5 (2021-09-21)

Bug Fixes

  • docs: dedupe composition api (905972f)
  • table: check for default slot (6366a2b)

Features

  • form: add errors/value as slot content (43abb4b)
  • forms: add control status css classes (a2a8bf6)
  • forms: add form control state (d966e9a), closes #2
  • forms: form field required marker (fc81fd4), closes #5

1.0.0-alpha.4 (2021-09-20)

Features

  • popover: expose methods to default slot (a11bb70)

1.0.0-alpha.3 (2021-09-20)

Note: Version bump only for package vue-toolkit

1.0.0-alpha.2 (2021-09-18)

Bug Fixes

1.0.0-alpha.1 (2021-09-18)

Bug Fixes

  • aws-auth: add paths for peer dependencies (97059cc)
  • common: component compatibility (9df7fbb)
  • decouple sass files across packages (86da918)
  • docs: docs build config (256e3de)
  • docs: home page links (4e006fd)
  • forms: form control compatibility (9632853)
  • paginator: reset index on page size change (#9) (013ffc4)

Features

  • common: add breakpoint variables (f0fdb74)
  • common: add button busy css class (e11c4ba)
  • common: clickable list items (8d7f674)
  • forms: convert to composition api (ddea78a)

BREAKING CHANGES

  • forms: Form prop value has been renamed to initialValue.
  • common: list__item class moved from <li> element to inner element

1.0.0-alpha.0 (2021-09-15)

Bug Fixes

  • aws-auth: jest tests (83ac887)
  • common: dialog dismiss event (d47fdee)
  • common: remoive unneeded slots (3e9ce5a)

Features

  • Add Vue3 compatibility (2eb50f3), closes #6
  • aws-auth: add auth bar (d81fe0d)
  • aws-auth: add default style (b367f19)
  • common: add table wrapper element (1478205)
  • common: close popover on outside click (94b542b)
  • common: update default theme (82d513a)
  • forms: add form validation (1db4007), closes #1
  • forms: add validators (5d7b6ab)
  • forms: update default theme (6bc3cf4)

BREAKING CHANGES

  • Require @vue/composition-api when using Vue 2
  • forms: Sass variable names changed. Field and radio group class names changed.
  • common: Sass variable names changed. Accordion and list class names changed.

0.2.0 (2021-09-03)

Features

  • add form submit values (aa5fe54)
  • add form value prop (9352f9a)
  • forms: rename field error/hint components (b0ae5b9)

BREAKING CHANGES

  • forms: Rename v-error/v-hint to v-field-error/v-field-hint.