Skip to content

Commit

Permalink
v10.0.0 (#2546)
Browse files Browse the repository at this point in the history
* v10.0.0
  • Loading branch information
adumesny committed Nov 21, 2023
1 parent 9bc4512 commit e3aa921
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion angular/projects/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack-angular",
"version": "9.5.1-dev",
"version": "10.0.0",
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0"
Expand Down
2 changes: 1 addition & 1 deletion angular/projects/lib/src/lib/base-widget.ts
@@ -1,5 +1,5 @@
/**
* gridstack-item.component.ts 9.5.1-dev
* gridstack-item.component.ts 10.0.0
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion angular/projects/lib/src/lib/gridstack-item.component.ts
@@ -1,5 +1,5 @@
/**
* gridstack-item.component.ts 9.5.1-dev
* gridstack-item.component.ts 10.0.0
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion angular/projects/lib/src/lib/gridstack.component.ts
@@ -1,5 +1,5 @@
/**
* gridstack.component.ts 9.5.1-dev
* gridstack.component.ts 10.0.0
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion angular/projects/lib/src/lib/gridstack.module.ts
@@ -1,5 +1,5 @@
/**
* gridstack.component.ts 9.5.1-dev
* gridstack.component.ts 10.0.0
* Copyright (c) 2022 Alain Dumesny - see GridStack root license
*/

Expand Down
1 change: 0 additions & 1 deletion demo/column.html
Expand Up @@ -74,7 +74,6 @@ <h1>column() grid demo (fix cellHeight)</h1>

let grid = GridStack.init({
float: true,
disableOneColumnMode: true, // prevent auto column for this manual demo
cellHeight: 100 // fixed as default 'auto' (square) makes it hard to test 1-3 column in actual large windows tests
}).load(list);
let text = document.querySelector('#column-text');
Expand Down
4 changes: 2 additions & 2 deletions doc/CHANGES.md
Expand Up @@ -5,7 +5,7 @@ Change log
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*

- [10.0.0 (TBD)](#1000-tbd)
- [10.0.0 (2023-11-20)](#1000-2023-11-20)
- [9.5.1 (2023-11-11)](#951-2023-11-11)
- [9.5.0 (2023-10-26)](#950-2023-10-26)
- [9.4.0 (2023-10-15)](#940-2023-10-15)
Expand Down Expand Up @@ -105,7 +105,7 @@ Change log

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## 10.0.0 (TBD)
## 10.0.0 (2023-11-20)
* feat [#2542](https://github.com/gridstack/gridstack.js/pull/2542) we now support much richer responsive behavior with `GridStackOptions.columnOpts` including any breakpoint width:column pairs, or automatic column sizing.
* `disableOneColumnMode`, `oneColumnSize`, `oneColumnModeDomSort` have been removed (see v10 migration doc)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "9.5.1-dev",
"version": "10.0.0",
"license": "MIT",
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/dd-base-impl.ts
@@ -1,5 +1,5 @@
/**
* dd-base-impl.ts 9.5.1-dev
* dd-base-impl.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-draggable.ts
@@ -1,5 +1,5 @@
/**
* dd-draggable.ts 9.5.1-dev
* dd-draggable.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-droppable.ts
@@ -1,5 +1,5 @@
/**
* dd-droppable.ts 9.5.1-dev
* dd-droppable.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-element.ts
@@ -1,5 +1,5 @@
/**
* dd-elements.ts 9.5.1-dev
* dd-elements.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-gridstack.ts
@@ -1,5 +1,5 @@
/**
* dd-gridstack.ts 9.5.1-dev
* dd-gridstack.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-manager.ts
@@ -1,5 +1,5 @@
/**
* dd-manager.ts 9.5.1-dev
* dd-manager.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-resizable-handle.ts
@@ -1,5 +1,5 @@
/**
* dd-resizable-handle.ts 9.5.1-dev
* dd-resizable-handle.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-resizable.ts
@@ -1,5 +1,5 @@
/**
* dd-resizable.ts 9.5.1-dev
* dd-resizable.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/dd-touch.ts
@@ -1,5 +1,5 @@
/**
* touch.ts 9.5.1-dev
* touch.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack-engine.ts
@@ -1,5 +1,5 @@
/**
* gridstack-engine.ts 9.5.1-dev
* gridstack-engine.ts 10.0.0
* Copyright (c) 2021-2022 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack-poly.js
@@ -1,5 +1,5 @@
/**
* gridstack-poly.ts 9.5.1-dev used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
* gridstack-poly.ts 10.0.0 used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gridstack.scss
@@ -1,5 +1,5 @@
/**
* gridstack SASS styles 9.5.1-dev
* gridstack SASS styles 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
4 changes: 2 additions & 2 deletions src/gridstack.ts
@@ -1,5 +1,5 @@
/*!
* GridStack 9.5.1-dev
* GridStack 10.0.0
* https://gridstackjs.com/
*
* Copyright (c) 2021-2022 Alain Dumesny
Expand Down Expand Up @@ -1851,7 +1851,7 @@ export class GridStack {
return this;
}

static GDRev = '9.5.1-dev';
static GDRev = '10.0.0';

/* ===========================================================================================
* drag&drop methods that used to be stubbed out and implemented in dd-gridstack.ts
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
@@ -1,5 +1,5 @@
/**
* types.ts 9.5.1-dev
* types.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
@@ -1,5 +1,5 @@
/**
* utils.ts 9.5.1-dev
* utils.ts 10.0.0
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
*/

Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -5,8 +5,8 @@ module.exports = {
'gridstack-all': './src/gridstack.ts',
},
mode: 'production', // production vs development
// devtool: 'source-map',
devtool: 'eval-source-map', // for best (large .js) debugging. see https://survivejs.com/webpack/building/source-maps/
devtool: 'source-map',
// devtool: 'eval-source-map', // for best (large .js) debugging. see https://survivejs.com/webpack/building/source-maps/
module: {
rules: [
{
Expand Down

0 comments on commit e3aa921

Please sign in to comment.