8000 Tags · karnama/vueish · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: karnama/vueish

Tags

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: 0.22.0 (#578)

## 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

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(file-uploader): improve sizing (#573)

* feat(file-uploader): allow height sizing from outside of component

* chore: updated non breaking changes

* chore: increment version

* feat(file-uploader): fix style binding

* chore: ignore setup test error

* chore: update breaking changes

* chore: fix lint issues

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(file-uploader): add default slot for drop area (#559)

* feat(file-uploader): add slot for drop area

* feat(utils): edit isImage to use mime type

* chore: increment version

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dropdown): use teleport (#531)

## 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

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(input): check $ref existence before accessing `focus` (#530)

## 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

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(input): add help/descriptor text (#516)

## Feature
* feat(input): add help/descriptor text

## Chore
* chore: increment version

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat 0.18.0 (#505)

## 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

v0.17.5

Toggle v0.17.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps-dev): updated stable packages (#504)

vue-styleguidist/vue-styleguidist#1373

v0.17.4

Toggle v0.17.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat 0.17/4 (#491)

## 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

v0.17.3

Toggle v0.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix 0.17.3 (#490)

##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
0