@@ -5,80 +5,12 @@ page: true
55title : Changelog
66---
77
8- <div style =" text-align : center " >
9-
10- [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat )] ( https://github.com/prettier/prettier )
11- [ ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/vue-ts-responsive-grid-layout )] ( https://bundlephobia.com/result?p=vue-ts-responsive-grid-layout )
12- [ ![ npm] ( https://img.shields.io/npm/v/vue-ts-responsive-grid-layout )] ( https://www.npmjs.com/package/vue-ts-responsive-grid-layout )
13- [ ![ NPM] ( https://img.shields.io/npm/l/vue-ts-responsive-grid-layout )] ( https://github.com/gwinnem/vue-ts-responsive-grid-layout/blob/master/LICENSE )
14- [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
15-
16- </div >
17-
18- <p align =" center " >
19- <img src =" https://raw.githubusercontent.com/gwinnem/vue-responsive-grid-layout/main/docs/Data%20Grid.svg " height =" 200 " alt =" logo " >
20- </p >
21-
22- <h1 align =" center " >vue-ts-responsive-grid-layout</h1 >
23-
24- <h2 align =" center " >
25- <a href =" https://vue-ts-responsive-grid-layout.winnem.tech " target =" _blank " >Documentation Website</a >
26- </h2 >
27-
28- ## What is vue-ts-responsive-grid-layout
29-
30- VUE 3 responsive grid layout is based on the original work by [ JBaysolution's vue-grid-layout] ( https://github.com/jbaysolutions/vue-grid-layout ) .
31-
32- This new and refactored component has more features, typesafe Emits, Props and a strict linting rule setup.
33-
34- A proper App developed for testing purposes.
35-
36- Documentation website contains 13 examples. Will be updated when new features are added to the component.
37-
38- <br />
39-
40- ## Donate
41-
42- If you enjoyed this project — or just feeling generous, consider buying me a 🍺. Cheers!
43-
44- <br />
45-
46- <a href =" https://paypal.me/gwinnem/ " >
47- <img src="https://raw.githubusercontent.com/gwinnem/vue-responsive-grid-layout/dev/docs/paypal-images/blue.svg" height="40" alt="paypal">
48- </a >
49-
50- <br />
51-
52- ### Features:
53-
54- * Prop in GridLayout for distributing GridItem's equally.
55- * GridLayout now has slot for GridItem.
56- * Prop for displaying grid lines in GridLayout.
57- * Prop for setting edit mode in GridLayout. Shortcuts the isDraggable and isResizable props.
58- * Prop for adding border radius in GridLayout. Adds a 8px radius to each GridItem.
59- * Prop in GridLayout for shifting GridItems horizontally when dragging instead of vertical.
60- * Separated out style variables, so it is easier to restyle the component.
61- * Added tab navigation support.
62- * Close button in GridItem for removing the GridItem from the GridLayout.
63- * Added more events to GridLayout and GridItem.
64- * Support for resize Bottom, Bottom Right and Right in GridIem.
65- * Draggable widgets
66- * Resizable widgets
67- * Static widgets
68- * Bounds checking for dragging and resizing
69- * Widgets may be added or removed without rebuilding grid
70- * Layout can be serialized and restored
71- * Automatic RTL support
72- * Responsive using predefined layout's for different breakpoints.
73- * GridItem automatically resizes when content change(Useful when displaying charts).
74-
75- ### Testing:
8+ ## Changelog
769
77- * __ Unit tests__ [ Using Vitest] ( https://vitest.dev/ )
78- * __ Unit test console__ [ Using Vitest UI] ( https://vitest.dev/guide/ui.html#vitest-ui )
79- * __ e2e tests__ [ Using nightwatchjs] ( https://nightwatchjs.org/ )
8010
81- ## Changelog
11+ ### v: 1.2.10 (2024-02-xx)
12+ * __ Demo App__ [ Eventlog is not displaying any resize events.] ( https://github.com/gwinnem/vue-responsive-grid-layout/issues/46 )
13+ *
8214
8315
8416### v: 1.2.9 (2024-02-03)
@@ -142,25 +74,3 @@ Thanks to [UTing1119](https://github.com/UTing1119) for his contribution to this
14274
14375* --Fixed Issue-- [ Issue 7] ( https://github.com/gwinnem/vue-responsive-grid-layout/issues/7 ) , thanks to [ UTing1119] ( https://github.com/UTing1119 )
14476* --Fixed Issue-- [ Issue 6] ( https://github.com/gwinnem/vue-responsive-grid-layout/issues/6 ) , thanks to [ UTing1119] ( https://github.com/UTing1119 )
145-
146- ## Setting up vue-ts-responsive-grid-layout in your project
147-
148- [ Howto] ( https://github.com/gwinnem/vue-responsive-grid-layout/blob/main/docs/setup.md )
149-
150- <br />
151-
152- #### Auditing the package
153-
154- ```
155- npm audit --registry=https://registry.npmjs.org/
156- ```
157-
158- <br />
159-
160- ### References
161-
162- * [ Mini.css used in the sandbox] ( https://minicss.us/docs.htm# )
163- * [ Vue-Multiselect used in the sandbox] ( https://vue-multiselect.js.org/#sub-getting-started )
164- * [ Vitest] ( https://vitest.dev/ )
165- * [ Vitest UI] ( https://vitest.dev/guide/ui.html#vitest-ui )
166- * [ nightwatchjs] ( https://nightwatchjs.org/ )
0 commit comments