diff --git a/demo/index.html b/demo/index.html index 59117f982..096c368bc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -16,26 +16,25 @@

Demos

  • Knockout.js
  • Mobile touch
  • Nested grids
  • -
  • Nested Constraint grids
  • Nested Advanced grids
  • -
  • Offset parent
  • -
  • ReactJS (Hooks)
  • +
  • Nested Constraint grids
  • ReactJS (Hooks), multiple grid, controlled (NOT Ideal)
  • +
  • ReactJS (Hooks)
  • ReactJS
  • Responsive
  • Right-To-Left (RTL)
  • Serialization
  • -
  • Scale
  • Size To Content
  • Static
  • Title drag
  • +
  • Transform (scale+offset)
  • Two grids
  • Two grids Vertical
  • Vue2.js
  • Vue3.js
  • -
  • Vue3 with v-for
  • -
  • Vue3: Gridstack Controls Vue Rendering Grid Item
  • Vue3: Gridstack Controls Vue Rendering Grid Item Content
  • +
  • Vue3: Gridstack Controls Vue Rendering Grid Item
  • +
  • Vue3 with v-for
  • Web Component
  • Website demo 1
  • Website demo 2
  • diff --git a/demo/offset.html b/demo/offset.html deleted file mode 100644 index 7925ca128..000000000 --- a/demo/offset.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - Transform Parent demo - - - - - - -
    -

    Transform Parent demo

    -

    example where the grid parent has a transform (50px, 100px). Scale not supported yet - see #1275

    -
    - Add Widget -
    -

    -
    -
    -
    -
    - - - - diff --git a/demo/scale.html b/demo/transform.html similarity index 90% rename from demo/scale.html rename to demo/transform.html index 2a900fe10..87a727909 100644 --- a/demo/scale.html +++ b/demo/transform.html @@ -13,14 +13,14 @@

    Transform Parent demo

    -

    example where the grid parent has a scale (0.5, 0.5)

    +

    example where the grid parent has a translate(50px, 100px) scale(0.5, 0.5)

    Add Widget Zoom in Zoom out


    -
    +
    diff --git a/doc/CHANGES.md b/doc/CHANGES.md index e1b663f64..6238ef8a4 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,6 +5,7 @@ Change log **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* +- [9.2.2-dev (TBD)](#922-dev-tbd) - [9.2.2 (2023-09-27)](#922-2023-09-27) - [9.2.1 (2023-09-20)](#921-2023-09-20) - [9.2.0 (2023-09-10)](#920-2023-09-10) @@ -100,6 +101,9 @@ Change log +## 9.2.2-dev (TBD) +* fix [#1275](https://github.com/gridstack/gridstack.js/issues/1275) div scale support - Thank you [VincentMolinie](https://github.com/VincentMolinie) for implementing this + ## 9.2.2 (2023-09-27) * fix - sub-grid styles now look for immediate correct parent, not any depth above. * fix [#2469](https://github.com/gridstack/gridstack.js/issues/2469) "Invalid height" error CSS minHeight