Skip to content

Commit

Permalink
Merge pull request #48 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
webdevnerdstuff authored Jan 12, 2024
2 parents dec560d + 001b43a commit e132b0a
Show file tree
Hide file tree
Showing 79 changed files with 5,810 additions and 4,682 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2

[*.{js,ts,vue}]
[*.{js,ts,mts,vue}]
indent_size = 2
indent_style = tab

Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
],
ignorePatterns: [
'.eslintrc.js',
'stylelint.config.js',
'vite.build.config.mts',
'vite.config.mts',
'*.bk.vue',
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ dist-ssr


src/plugin/**/*.bk.*
src/plugin/components/VInlineAutocomplete
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.

## v1.0.5
01-11-2024
[main] (@webdevnerdstuff)
* Fix reactivity issues
* Fix typescript issues
* Add VInlineAutocomplete (beta) to package
* Update tests
* Update packages

## v1.0.4
12-18-2023
[main] (@webdevnerdstuff)
Expand Down
Loading

0 comments on commit e132b0a

Please sign in to comment.