Skip to content

Commit 810c6d5

Browse files
committed
Updated with latest GridStack.js version: v11.4.0
1 parent 9752872 commit 810c6d5

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Package: gridstackr
22
Title: Interactive Grid Layout with the JavaScript 'GridStack' Library
3-
Version: 0.0.1
3+
Version: 0.0.1.9000
44
Authors@R: c(
55
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
66
person("Fanny", "Meyer", role = "aut"))
7-
Description: Create movable and resizeable grid layout in 'Shiny' application.
7+
Description: Create movable and resizeable grid layout in 'Shiny' application with the 'GridStack'
8+
'JavaScript' library that can be modified on the server via a proxy method.
89
'GridStack' examples and documentation are available here: <https://gridstackjs.com/>.
910
License: MIT + file LICENSE
1011
Encoding: UTF-8

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# gridstackr 0.0.0.9000 (dev)
22

3-
* Create movable and resizable grid layout in Shiny application. GridStack examples and documentation are available here: <https://gridstackjs.com/>..
3+
* Create movable and resizeable grid layout in 'Shiny' application with the 'GridStack'
4+
'JavaScript' library that can be modified on the server via a proxy method.
5+
'GridStack' examples and documentation are available here: <https://gridstackjs.com/>.
6+
* Updated with latest GridStack.js version: v11.4.0

inst/htmlwidgets/gridstack.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/gridstack.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 11.3.0
2+
* GridStack 11.4.0
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021-2024 Alain Dumesny

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/pvictor/gridstackr#readme",
2424
"devDependencies": {
2525
"css-loader": "^7.1.1",
26-
"gridstack": "^11.3.0",
26+
"gridstack": "^11.4.0",
2727
"style-loader": "^4.0.0",
2828
"webpack": "^5.91.0",
2929
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)