Skip to content

Releases: karnama/vueish

Release 0.22.0

14 Feb 13:22
2099950
Compare
Choose a tag to compare

Fix:

  • fix(table): hide action column if no rows to show
  • fix(table): fix width of empty state's cell
  • fix(table): display actions when there are rows just filtered
  • fix(textarea): display label when given as a slot
  • fix(file-uploader): fixed overflow issue
  • fix(file-uploader): add back missing upload asap prop
  • fix(table): improved column type
    • Before the row was being extended therefore overwritten
      Here it is unionised in the argument

Chore:

  • chore: increment version
  • chore(deps-dev): updated dependencies
  • chore: increment version
  • chore: ignore build package from git

Feature:

  • feat(modal): add confirm mechanism
  • feat(file-uploader): added slot for customising the displayed files

Performance

  • perf(panel): removed actions section when unused

Style:

  • style(radio): made width consistent with other inputs
  • style(file-uploader): removed duplicate class
  • style(file-uploader): improved refresh animation
  • style(file-uploader): remove unused class

Testing:

  • test: updated snapshots
  • test(file-uploader): update snapshot

Documentation:

  • docs(file-uploader): fixed demo

Full Changelog: v0.21.0...v0.22.0

Release 0.21.0

31 Jan 13:11
db7f435
Compare
Choose a tag to compare

Feature

  • feat(file-uploader): allow height sizing from outside of component #573

Chore

  • chore: updated non breaking changes
  • chore: increment version
  • chore: ignore setup test error
  • chore: update breaking changes

Full Changelog: v0.20.0...v0.21.0

Release 0.20.0

25 Jan 17:32
0a9a0c8
Compare
Choose a tag to compare

Release

Feature:

  • feat(file-uploader): add slot for drop area by @stubbo in #559
  • feat(utils): edit isImage to use mime type by @stubbo in #559

Full Changelog: v0.19.2...v0.20.0

Release 0.19.2

28 Sep 13:37
42caeb9
Compare
Choose a tag to compare

Fix:

  • fix(dropdown): use teleport
    • This prevents the dropdown to be pushing the parent dimensions triggering possible scroll
  • fix(dropdown): fix vertical positioning

Chore:

  • chore: increment version
  • chore(deps-dev): updated dependencies

Performance:

  • perf(dropdown): removed unnecessary decision block

Full Changelog: v0.19.1...v0.19.2

Release 0.19.1

21 Sep 12:14
7cbbab1
Compare
Choose a tag to compare

Revert:

  • Revert "feat(input): add help/descriptor text (#516)"
    • This reverts commit f3edec2.
    • This caused moving of content up and down when switching between help and error.
    • This can be reintroduced when it has been implemented with less motion.

Fix:

  • fix(input): check for ref exists before calling method

Chore:

  • chore(deps-dev): updated dependencies
  • chore: increment version

Release 0.19.0

13 Sep 20:49
f3edec2
Compare
Choose a tag to compare

Feature

  • feat(input): add help/descriptor text

Chore

  • chore: increment version

Release 0.18.0

12 Sep 10:53
afc0d29
Compare
Choose a tag to compare

Fix:

  • fix(select): avoid overflowing container
    • whitespace no-wrap caused select to grow beyond its parent
  • fix(select): fixed shrinking padlock icon
  • fix(select): position dropdown on scroll

Performance:

  • perf(select): removed unnecessary cloning
  • perf(select): debounce event listeners

Chore:

  • chore: small demo board style change
  • chore: increment version
  • chore(deps-dev): updated dependencies

Refactor:

  • refactor!: change plugin install strategy

Feature:

  • feat(transitions): added FadeSlideTransition
  • feat: (internal) added colour converter
    • Convert hex colours to tailwind vars

Documentation:

  • docs(select): added more select options

Release 0.17.5

04 Aug 12:52
2aa29d8
Compare
Choose a tag to compare

Chore:

  • chore: increment version
  • chore: removed not necessary style
  • chore(deps-dev): updated dependencies

Fix:

  • fix(button): handle auto and % width values on loading
  • fix(button): avoid setting width to auto
    • This could caused issues when turning button back from loading
  • fix(input): make prefix and suffix click focus the input
  • fix(table): use unique search input id per table
    • Avoid collision with other tables' input

Feature:

  • feat: made error message more helpful

Testing:

  • test: updated helper test
  • test: updated button tests
  • test: updated selectors and snapshots

Styling:

  • style(input)!: renamed prefix and suffix classes
    • This is inline with the rest of the customisation classes
  • style: center labels items and set to inline flex
  • style(table): reset search font weight to normal
    • font-weight: 700 was inherited from th
  • style(table): remove scroll box when not needed

Documentation

  • docs: improved table demo
    • added small prop to custom paginator

Release 0.17.4

26 Jul 12:34
b7f8678
Compare
Choose a tag to compare

Chore:

  • chore: increment version

Fix:

  • fix(button): handle auto and % width values on loading
  • fix(button): avoid setting width to auto
    • This could caused issues when turning button back from loading

Feature:

  • feat: made error message more helpful

Testing

  • test: updated helper test
  • test: updated button tests

Release 0.17.3

21 Jul 14:01
20a91ec
Compare
Choose a tag to compare

Style

  • style(loader-spinner): add background on determinate state

Chore

  • chore: incremented version
  • chore(deps-dev): updated dependencies

Testing

  • test(loader-spinner): updated tests

Continuous Integration

  • ci: added github reporter to jest