Skip to content

Commit e132b0a

Browse files
Merge pull request #48 from webdevnerdstuff/dev
v1.0.5
2 parents dec560d + 001b43a commit e132b0a

File tree

79 files changed

+5810
-4682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+5810
-4682
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trim_trailing_whitespace = false
1414
[*.{yml,yaml}]
1515
indent_size = 2
1616

17-
[*.{js,ts,vue}]
17+
[*.{js,ts,mts,vue}]
1818
indent_size = 2
1919
indent_style = tab
2020

Diff for: .eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
],
1414
ignorePatterns: [
1515
'.eslintrc.js',
16+
'stylelint.config.js',
1617
'vite.build.config.mts',
1718
'vite.config.mts',
1819
'*.bk.vue',

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ dist-ssr
2626

2727

2828
src/plugin/**/*.bk.*
29-
src/plugin/components/VInlineAutocomplete

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22
All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.
33

4+
## v1.0.5
5+
01-11-2024
6+
[main] (@webdevnerdstuff)
7+
* Fix reactivity issues
8+
* Fix typescript issues
9+
* Add VInlineAutocomplete (beta) to package
10+
* Update tests
11+
* Update packages
12+
413
## v1.0.4
514
12-18-2023
615
[main] (@webdevnerdstuff)

0 commit comments

Comments
 (0)