Artur Arseniev
575da3da75
Merge branch 'dev' into feature/data-sources
1 year ago
Daniel Starns
3065ac3aa0
test: checkbox change propagation ( #6095 )
* test: add checkbox coverage
* up
* checkbox checked
1 year ago
Daniel Starns
63e3e19b7d
Merge branch 'dev' into feature/data-sources
1 year ago
dependabot[bot]
b6076b7b69
package: remove html-entities ( #6074 )
* Bump html-entities from 1.4.0 to 2.5.2
Bumps [html-entities](https://github.com/mdevils/html-entities ) from 1.4.0 to 2.5.2.
- [Release notes](https://github.com/mdevils/html-entities/releases )
- [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mdevils/html-entities/compare/v1.4.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: html-entities
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* package: remove html-entities
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: danstarns <danielstarns@hotmail.com>
1 year ago
danstarns
d9e1bf53b2
refactor: remove not needed transformers
1 year ago
danstarns
f4cb3339b7
refactor: change to onRecordSetValue
1 year ago
danstarns
74085e8ef8
feat: reuse DataVariableListenerManager on ComponentDataVar
1 year ago
danstarns
7f22ab897f
feat: support key value for set with transformers
1 year ago
danstarns
e01d4af64e
test: remove repeated test
1 year ago
danstarns
843492fbc7
feat: reuse data listeners for style and traits
1 year ago
danstarns
0655954389
feat: add default value record removal check and proper listeners
1 year ago
danstarns
c0c79dd61f
refactor: change data var to defaultValue
1 year ago
danstarns
733656f806
feat: add setRecords back
1 year ago
danstarns
5dc734bd6d
feat: changeProp usage
1 year ago
danstarns
85fbea2b1c
fix: more usage of fromPath for nested items
1 year ago
danstarns
da44545dcd
refactor: bring back getValye, getContext and fromPath, add nested tests
1 year ago
danstarns
29d2a037bc
refactor: simplify set logic
1 year ago
danstarns
fa40cc03b4
docs: add issue pr link
1 year ago
danstarns
fdd79e616b
test: add component attribute checks alongside model traits
1 year ago
danstarns
1d6d48a781
refactor: remove redundant initialize method
1 year ago
danstarns
63b377e5e1
fix: type import in tests
1 year ago
danstarns
5d6c479a99
refactor: move DataSourceProps to types file
1 year ago
danstarns
b781f9d0ad
format
1 year ago
danstarns
bceb3a2087
docs: *
1 year ago
danstarns
ed0b0b7dc3
Merge branch 'feature/data-sources' of github.com:GrapesJS/grapesjs into feature/data-sources
1 year ago
danstarns
31eb7b8ff8
Merge branch 'dev' into feature/data-sources
1 year ago
dependabot[bot]
727797cda3
Bump documentation from 13.2.5 to 14.0.3 ( #6071 )
* Bump documentation from 13.2.5 to 14.0.3
Bumps [documentation](https://github.com/documentationjs/documentation ) from 13.2.5 to 14.0.3.
- [Release notes](https://github.com/documentationjs/documentation/releases )
- [Changelog](https://github.com/documentationjs/documentation/blob/master/CHANGELOG.md )
- [Commits](https://github.com/documentationjs/documentation/compare/v13.2.5...v14.0.3 )
---
updated-dependencies:
- dependency-name: documentation
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: documentation updates, mjs and escape
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: danstarns <danielstarns@hotmail.com>
1 year ago
Daniel Starns
987874b449
Merge branch 'dev' into feature/data-sources
1 year ago
dependabot[bot]
a73c087f77
Bump whatwg-fetch from 3.6.2 to 3.6.20 ( #6089 )
Bumps [whatwg-fetch](https://github.com/github/fetch ) from 3.6.2 to 3.6.20.
- [Release notes](https://github.com/github/fetch/releases )
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.20 )
---
updated-dependencies:
- dependency-name: whatwg-fetch
dependency-type: direct:development
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
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
Artur Arseniev
305d0a8851
Merge branch 'dev' into feature/data-sources
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
danstarns
02596a44e3
refactor: remove logs
1 year ago
danstarns
a0584367db
Merge branch 'dev' into feature/data-sources
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
danstarns
7ff69fb872
refactor: remove unused code
1 year ago
danstarns
891f61fd9f
up
1 year ago
danstarns
2de091a09d
import fix
1 year ago
danstarns
77cdb34145
docs: init for datasources
1 year ago
danstarns
3be94a9994
feat: make DataSources work with .loadProjectData
1 year ago
danstarns
0f840ff43b
refactor
1 year ago
danstarns
80f67e59d8
feat: working DataVariable with .getProjectData method
1 year ago
danstarns
7ce74dc778
Merge branch 'dev' into feature/data-sources
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
danstarns
592ea79f9e
format: *
1 year ago