Skip to content

Commit 8128785

Browse files
Remove beta and update log
1 parent db922c5 commit 8128785

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.
33

44
## v1.0.0
5-
TBD
5+
12-01-2023
66
[main] (@webdevnerdstuff)
7-
* Official release depends on when the Vue team decides if they are going to keep experimental `defineModel` feature. [Blog](https://blog.vuejs.org/posts/vue-3-3#definemodel)
7+
Official Release
88

99
## v1.0.0-beta-2
10-
11-09-23
10+
11-09-2023
1111
[main] (@webdevnerdstuff)
1212
* Update lab components to regular components due to Vuetify official releases
1313
* Update packages

Diff for: README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p>
6-
<h1 align="center">Vuetify Inline Fields (beta)</h1>
6+
<h1 align="center">Vuetify Inline Fields</h1>
77
</p>
88

99
<p align="center">
@@ -24,15 +24,6 @@ Vuetify Inline Fields Component Library offers a comprehensive collection of reu
2424
Additionally, this library provides enhanced integration specifically tailored for usage within data tables. Developers can seamlessly integrate inline form fields directly into their data table cells, facilitating efficient inline editing and data manipulation. This feature empowers users to make changes directly within the table, streamlining the editing process and improving productivity.
2525

2626

27-
## Development Playground
28-
29-
The `vuetify-inline-fields` is still in beta. If you would like to test the component library out, you can clone the repo and run the following commands:
30-
31-
`pnpm i && pnpm play`
32-
33-
This will open up a Playground page that loads the file `./src/playground/PlaygroundPage.vue`. You can edit this file to test out the component.
34-
35-
3627
## Installation
3728

3829
Using [pnpm](https://pnpm.io/):

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-inline-fields",
3-
"version": "1.0.0-beta-3",
3+
"version": "1.0.0",
44
"description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)