dependabot[bot]
cd8a2ec2b9
Bump backbone-undo from 0.2.5 to 0.2.6 ( #6088 )
Bumps [backbone-undo](https://github.com/osartun/Backbone.Undo.js ) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/osartun/Backbone.Undo.js/releases )
- [Commits](https://github.com/osartun/Backbone.Undo.js/compare/0.2.5...v0.2.6 )
---
updated-dependencies:
- dependency-name: backbone-undo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Starns <danielstarns@hotmail.com>
1 year ago
Artur Arseniev
9ad4207112
Remove element border reset ( #6093 )
* Remove the border update in handleDrop. Fixes https://github.com/GrapesJS/mjml/issues/338
* Allow custom parser options in component text view `disableEditing`
* Format
1 year ago
William DA SILVA
ecfff9dc88
feat: add findFirstType method to Component ( #6084 )
* feat: add getType method to Component
* fix: rename getType into findFirstType for clarity sake
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
1 year ago
William DA SILVA
1ec52d1f98
docs: fix the 404 Github Action build badge in README ( #6085 )
* docs: fix the 404 Github Action build badge in README
Ensure the badge points to the correct Github Action workflow.
* fix: update the Github Action workflow file name to fix the typo
fix: change the job's name
1 year ago
Daniel Starns
a8620c01fd
package: lock all dependencies ( #6079 )
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
1 year ago
Daniel Starns
83ed93a8e0
ci: add doc generation step into ci ( #6078 )
1 year ago
dependabot[bot]
5fd41cc60e
Bump @typescript-eslint/eslint-plugin from 8.0.1 to 8.2.0 ( #6070 )
Bumps [@typescript-eslint/eslint-plugin ](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 8.0.1 to 8.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
c6ae895df0
Bump typescript from 5.4.5 to 5.5.4 ( #6073 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.5 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Daniel Starns
0cadead104
Add Dependabot ( #6069 )
add dependabot
1 year ago
Navid Salehi
5e2ba01049
docs: fix grammar error ( #6068 )
1 year ago
Artur Arseniev
b3d4c47e68
Small bug fixes and improvements ( #6067 )
* If storage is not defined exit before triggering storage start
* Fix duplicate assets when added with the same `src`
* Add layer delegate to Component
* Enable test on keyframes
* Up ParserCss test
* Fix format
1 year ago
Navid Salehi
075f9b5e49
Refactor binary numbers to boolean to fix TypeScript type error ( #6065 )
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
1 year ago
Navid Salehi
acc092304b
add label to ButtonProps type definition ( #6066 )
1 year ago
Daniel Starns
1b8ce38f10
development environment upgrades ( #6059 )
* init work to upgrade node and linting
* feat: add jest-environment-jsdom
* test: refactor remove unused before
* fix: add option chain for frame
* test: use correct jest spy
* skip jsdom broken tests
* config: *
* config: ignore dist in linting
* format: apply transformations
* remove repeated config
1 year ago
Daniel Starns
3d1e354267
refactor: remove commit hooks ( #6060 )
2 years ago
Daniel Starns
1e3766f006
refactor: remove dist from src ( #6041 )
2 years ago
Daniel Biegler
819bfcf44b
Fix typos in german translations ( #6037 )
* fix typos in german translation
* revert font weight
Wikipedia says I'm wrong for using Schriftbreite; TIL
2 years ago
Artur Arseniev
866555594a
Clean properly viewLayer from the component ( #6021 )
Clean properly viewLayer from the component.
Fixes the bug where the layer manager breaks when alternating between pages.
2 years ago
aswinkumar863
d36e859a9d
Fixed number input value does not persist when using up/down arrows, Fixes #6012 ( #6013 )
Fixed number input value does not persist when using up/down arrows
2 years ago
Artur Arseniev
99dfa6b6a1
Avoid default strict name escaping for Selector names #5994
2 years ago
Artur Arseniev
7ba2035ebf
Avoid removing meaningful whitespaces. Fixes #5984
2 years ago
Artur Arseniev
cca8dda9eb
Bump
2 years ago
Artur Arseniev
f1743f2712
Fixed Symbols with text components ( #5983 )
* Add setName to Component
* Clear properly symbol refs when removed from the non symbol parent
* Improve isInstanceOf
* Fix symbols for text component updates
* Prevent component selection switch during text editing and drag #5517
* Add the possibility to add blocks via `Components.addType`
* Up TS
2 years ago
Daniel Starns
5467b732fc
docs: local setup notes ( #5974 )
docs: add note about node version and local setup
2 years ago
Artur Arseniev
7d64ced559
Up docs deploy script
2 years ago
Artur Arseniev
4dac69ee6b
Update API docs
2 years ago
Artur Arseniev
3b9f25b0c2
Build
2 years ago
Artur Arseniev
d49e6cde00
Beta Symbols API ( #5958 )
2 years ago
dependabot[bot]
090e0854b5
Bump ws from 5.2.3 to 5.2.4 ( #5947 )
Bumps [ws](https://github.com/websockets/ws ) from 5.2.3 to 5.2.4.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/5.2.3...5.2.4 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Artur Arseniev
f20d7d3b18
Toggle the move icon in Layers when component `draggable` changes.
2 years ago
Artur Arseniev
a62f927394
Update TS
2 years ago
Artur Arseniev
7d94150f54
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
2 years ago
devDobby
509e410901
Add an option to return inline style even if we want to avoid it at the beginning ( #5933 )
2 years ago
Artur Arseniev
439c8c4be9
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
2 years ago
devDobby
3f5056d8fe
Show style applied on tag (p, span, div) and private selectors as parent rules instead of hiding them ( #5890 )
* GrapesJS can now returns multiple CSS rules class as parents and CSS rule applied to tag name
* Take last version of grape.
Fix bug with private selectors that stay invisible in style manager when another class was applied.
* Fix reviews;
* Simplify code to work only with single tag name;
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
2 years ago
Artur Arseniev
57fa1b23db
Up TS
2 years ago
Artur Arseniev
4f353f7e7b
Up replaceWith
2 years ago
Alex Ritter
679e23cb25
Cleanup Component models ( #5843 )
2 years ago
Artur Arseniev
b247a58075
Add index to the draggable/droppable sorter validation.
2 years ago
Artur Arseniev
10858314fd
Fix possible double entry in Layers. Closes #5820
2 years ago
Artur Arseniev
d7f4e85c3f
Update component events
2 years ago
Artur Arseniev
099b5cbed8
Update selector view on attribute id change. Closes #5882
2 years ago
Artur Arseniev
8a14357dc6
Merge branch 'bernesto-dev' into dev
2 years ago
Artur Arseniev
250d5605d8
Add tests
2 years ago
Artur Arseniev
b47b871602
Merge branch 'dev' of https://github.com/artf/grapesjs into bernesto-dev
2 years ago
Artur Arseniev
1cf74c11e1
Merge branch 'dev' of https://github.com/bernesto/neoreef-plaform-grapesjs into bernesto-dev
2 years ago
devDobby
6eac780b2f
Fix link in asset manager doc ( #5899 ) Closes #5898
Fix link with typescript version
2 years ago
Artur Arseniev
a7d4942e57
Add support for parsing properly `<template>` elements. Closes #5857
2 years ago
Artur Arseniev
88c6d2285a
Merge branch 'dev' of https://github.com/artf/grapesjs into dev
2 years ago
Artur Arseniev
13aa53c560
Introduce HTML string document import ( #5895 )
2 years ago