Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GrapesJS

Next generation tool for building templates without coding
Collective - Host: opensource - https://opencollective.com/grapesjs - Website: https://grapesjs.com/ - Code: https://github.com/grapesjs/grapesjs

Init Symbol tests

github.com/grapesjs/grapesjs - 9c24a336f51984dfbdd62466da084b19ceb1649e authored about 4 years ago
Allow to remove single symbol

github.com/grapesjs/grapesjs - fb90c4a99581168d910f011982a719f4d4175193 authored about 4 years ago
On clone of symbol, return the instance

github.com/grapesjs/grapesjs - 2eb420aefd56d605accc892fe3e581aaed94c741 authored about 4 years ago
Update symbols for remove and reset

github.com/grapesjs/grapesjs - 4e98fc54832fb4b72a730116428a2fc66773936c authored about 4 years ago
Update clone for symbols

github.com/grapesjs/grapesjs - dd61c588e2950104ff791a8170b2c40b20437edc authored about 4 years ago
Refactor symbol keys

github.com/grapesjs/grapesjs - 8e12a1e2fec53402604cd3ab3ff9b04b39a0b161 authored about 4 years ago
Use key var for symbols

github.com/grapesjs/grapesjs - 1f409871e8d0dad8e19d40d8896531f71b56d387 authored about 4 years ago
Merge branch 'dev' into symbols-2

github.com/grapesjs/grapesjs - 5e15c9f3239b644e30e16bc31d0029e56d7707c2 authored about 4 years ago
Defer selectComponent in order to prevent canvas freeze. Closes #2692

github.com/grapesjs/grapesjs - 851bfc4bac7da15ac0b20ebfe2ea699414fba34f authored about 4 years ago
Avoid content in HTML if not necessary

github.com/grapesjs/grapesjs - 3e810dfabfa9352b716bde13f6283dc89a3df52e authored about 4 years ago
Clean clone in Components

github.com/grapesjs/grapesjs - d95d77e9f5c2976b0afdf90a600f876f2265ebb8 authored about 4 years ago
Avoid rendering content if the component has children components

github.com/grapesjs/grapesjs - dc014c6da4910f01ac1ba40403bf409053f58503 authored about 4 years ago
Reset style properly

github.com/grapesjs/grapesjs - 4cfafdc02189ca1bc615cb38f954982664c66ce1 authored about 4 years ago
Fix PropertyColorView remove issue

github.com/grapesjs/grapesjs - cf9ba3ddf236f04a24d2cc149d6598a64b004660 authored about 4 years ago
Unset old activation key

github.com/grapesjs/grapesjs - b222d89c838ff61f681ef903174bfbfd80e2c8e0 authored about 4 years ago
Start experiment 2-way symbols

github.com/grapesjs/grapesjs - 6edca0e3865d3c44de9887e965b23915e9390591 authored about 4 years ago
right variable validation

github.com/grapesjs/grapesjs - 2a71dae6ad5cc9d28d444bad84530e9404b350e5 authored about 4 years ago
Fix useless update on addAttributes

github.com/grapesjs/grapesjs - 83158d7d4487e739dde6ac9bb97f19078bb053ae authored about 4 years ago
Added `optsHtml` and `optsCss` options to main config

github.com/grapesjs/grapesjs - 442cdf97b772f54029737f2450acb30e87074654 authored about 4 years ago
Skip the CSSRule from the JSON if there is no `style`

github.com/grapesjs/grapesjs - d68d4282011ca53ec901c840ee8d12f052231053 authored about 4 years ago
Update grapesjs-cli

github.com/grapesjs/grapesjs - ed2d745b41659ee08631920f5ef3bf2ec48212d5 authored about 4 years ago
Add whatwg-fetch for tests

github.com/grapesjs/grapesjs - 265d1acc743df6dd6f112b958a8d1f496e18b0e1 authored about 4 years ago
Fix more tests

github.com/grapesjs/grapesjs - caf97729491c1229cbcda878a30c154a7a61173d authored about 4 years ago
Update parser tests

github.com/grapesjs/grapesjs - 7001943f18964d3be967107f76431bbe8bb18aaf authored about 4 years ago
Update Blocks guide

github.com/grapesjs/grapesjs - 73347e5d3e1c1691aabc9ebdc5e08df50fc176fd authored about 4 years ago
Update component & js guide

github.com/grapesjs/grapesjs - 384cdfe1dbbdc6ab61a469cad962fb1bf16bff97 authored about 4 years ago
Reset the component view on script-props change

github.com/grapesjs/grapesjs - 51bb42dbbf957a1371509266798acd9ac0009a04 authored about 4 years ago
Start using grapesjs-cli

github.com/grapesjs/grapesjs - da568417cf9567ca0477f4469e5c445ec1502fbf authored about 4 years ago
Create text nodes during HTML parsing

github.com/grapesjs/grapesjs - c2c64cc45cde20174acd31a23f50057e6615bb13 authored about 4 years ago
Add move method to Component

github.com/grapesjs/grapesjs - c1c637749b9c116cceed88e2c65f1c3c24cacef4 authored about 4 years ago
Hide properly the toolbat on preview on. Fixes #3209

github.com/grapesjs/grapesjs - f8d3e988d805109aa015b1402f3370112d61fe2a authored about 4 years ago
Refactor Preview command

github.com/grapesjs/grapesjs - 02b9998a3423826cc0b86b3701f1ef0a3d10e73e authored about 4 years ago
Keep track of selected components when turning on/off the preview

github.com/grapesjs/grapesjs - 0c5bd38693381931b6cbe924aaced48a2a9bac9d authored about 4 years ago
Avoid storing open property in components

github.com/grapesjs/grapesjs - bddbf28c9332160ad224431c8d30582d93291d38 authored about 4 years ago
Improve some default component property

github.com/grapesjs/grapesjs - 0b7529aafcef5471073f9f77c0d7f242f1d949cd authored about 4 years ago
Merge pull request #3201 from longdoan7421/fix/toJSON-ComponentImage

Fix bug `src` is stored twice in JSON stringification of ComponentImage. Closes #2913

github.com/grapesjs/grapesjs - 60b4bdf2c19e3f98408b597d5e32ee45da5f76d9 authored about 4 years ago
Merge branch 'dev' of https://github.com/artf/grapesjs into dev

github.com/grapesjs/grapesjs - 97764f38e717c4d8190d409ca2db75d6832de696 authored about 4 years ago
Adjust editor listeners in PropertyView. Fixes #3197

github.com/grapesjs/grapesjs - 84dc7e3275e51bd73b186b41bf4ff9f7840fa38c authored about 4 years ago
Merge pull request #3180 from artf/dependabot/npm_and_yarn/ini-1.3.7

Bump ini from 1.3.5 to 1.3.7

github.com/grapesjs/grapesjs - b6df6c769026e21157b833246db543f4b5b5eafd authored about 4 years ago
Rerender Component toolbar when necessary

github.com/grapesjs/grapesjs - c24da9612a3ea39bde353d8729e838ddfff7ff3e authored about 4 years ago
Start using noUndo option instead of avoidStore in UndoManager

github.com/grapesjs/grapesjs - 5f949f3ce6ca5195c2fe2866bc3b26b26d4c5e82 authored about 4 years ago
Pass properly the options when removing components and rules. Closes #3176

github.com/grapesjs/grapesjs - 57a5138738b35b8d398600ab1e6c318f3d43d879 authored about 4 years ago
Properly remove editor toolbars when a Component is removed. Fixes #3175

github.com/grapesjs/grapesjs - c78c52ddc196f6e01bb59c1ffe83daedbfa8774b authored about 4 years ago
Avoid useless changes. Closes #3189

github.com/grapesjs/grapesjs - b174014a973a7702231843a36a3ac87427844e5c authored about 4 years ago
Remove `src` prop in JSON stringification of ComponentImage

github.com/grapesjs/grapesjs - 3ee5622957ebc7315a825420fbdb3659deb102a1 authored about 4 years ago
Add script-props property to Component

github.com/grapesjs/grapesjs - 59fc111ab44a7d22fb9996df6835d0f5e2bdde9a authored about 4 years ago
Merge pull request #3187 from mmerbes/patch-1

Update Storage.md

github.com/grapesjs/grapesjs - 86709f3d8128958073eb6d42f09fddff3332b233 authored about 4 years ago
Merge pull request #3182 from congweibai/dev Fixes #3181

fix SelectorManager not reutrn state string

github.com/grapesjs/grapesjs - fa92c8d8dcc12c81a9afedd12caf932c5335ae30 authored about 4 years ago
Check if input exists before remove

github.com/grapesjs/grapesjs - 1f3c9a469a96b8b80134a16f3843cda1a368f097 authored about 4 years ago
Update Storage.md

Plural Styles not Style is required for styles to load via storageManager urlLoad.

github.com/grapesjs/grapesjs - a123f06678860ed1995dae359770028446dc4fd4 authored about 4 years ago
fix SelectorManager not reutrn state string

github.com/grapesjs/grapesjs - a97b9dd64e4191d9959ee1c94c280abadadb6dc0 authored about 4 years ago
Bump ini from 1.3.5 to 1.3.7

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github...

github.com/grapesjs/grapesjs - 23926e598a65017e17fb0824836555ddc537d0bb authored about 4 years ago
Merge pull request #3167 from artf/dev

Merge dev

github.com/grapesjs/grapesjs - d9cdb671e6a98af78a0a7d3b407e493a9ec4a956 authored about 4 years ago
Update parser tests

github.com/grapesjs/grapesjs - a6cc38fb9ae0ba3f62e05be0cf8c3d2d2b8386d8 authored about 4 years ago
Merge branch 'dev' of https://github.com/artf/grapesjs into dev

github.com/grapesjs/grapesjs - 527e7a74fe1ba01120a8cf0181254ed7ea31e352 authored about 4 years ago
Merge pull request #3035 from makbari/html-parser Fixes #3034

bug fix #3034

github.com/grapesjs/grapesjs - 8e7f94abb0c4500cebde5a4984eca4215772cb0b authored about 4 years ago
Merge pull request #3165 from artf/symbols

Symbols

github.com/grapesjs/grapesjs - 78386c96214214b661471728e71b9207562e0f2d authored about 4 years ago
Fix symbolOf on load

github.com/grapesjs/grapesjs - a91b13a5d2ea6d635941d47f4b9c5c8bb249caf5 authored about 4 years ago
Create symbols on clone

github.com/grapesjs/grapesjs - 222379e166c0bb338dcb74208340da4a2a516266 authored about 4 years ago
Clean from logs

github.com/grapesjs/grapesjs - dcb75a336a5a2e09a3bc2e17795c2568ddae0626 authored about 4 years ago
Add tests for Selectors to JSON

github.com/grapesjs/grapesjs - 69d9c7291184786ef0304290206b2ff70d49c4ac authored about 4 years ago
Apply avoidDefaults option to Selectors

github.com/grapesjs/grapesjs - 39f78b2a45d307f3a40719c0db57a83e65015dac authored about 4 years ago
Merge branch 'dev' into symbols

github.com/grapesjs/grapesjs - ac1350c09692f5de03d3c087f305e51f8d654b34 authored about 4 years ago
Prevent losing component id on undo/redo

github.com/grapesjs/grapesjs - b88dedac381c53bbbe364cd00530fef424e589e7 authored about 4 years ago
Support nested symbols

github.com/grapesjs/grapesjs - 78b3287ba4f37025c64b2f3d87640790fa382984 authored about 4 years ago
Init symbols on load

github.com/grapesjs/grapesjs - 3a7506b0c1300f7ebe8ea06e2c3ddcbe62b152c0 authored about 4 years ago
Serialize and deserialize Symbols

github.com/grapesjs/grapesjs - 05a2f424d4431915578747376a060fa03fc6f8c8 authored about 4 years ago
Merge branch 'dev' into symbols

github.com/grapesjs/grapesjs - a88cc8bf5d7cbe50aed7efd9d1e8b4390340c558 authored about 4 years ago
Force to hide toolbars when requested

github.com/grapesjs/grapesjs - 6c0e415dbd974a490449ae3ea992ba9c57504830 authored about 4 years ago
Fix esnureSelectors in CssRule

github.com/grapesjs/grapesjs - 0f85810b65196ca0473eb2bded28c9939a0fedea authored about 4 years ago
Ensure selectors in CssRule

github.com/grapesjs/grapesjs - ab5bf2009d8108f893f1ebc5a4e352a1f58ad775 authored about 4 years ago
Add __upSymbProps method

github.com/grapesjs/grapesjs - d9dffdafaae0efe9536a5708f8e1569d8d4c35d7 authored about 4 years ago
Add __upSymbComps

github.com/grapesjs/grapesjs - b43bacd08e973400aac9361ef5053ab7a7d6a794 authored about 4 years ago
Implement symbols for inner components

github.com/grapesjs/grapesjs - 3e470a7b0d8e085343a176c0ba4278a06311e470 authored about 4 years ago
Create symbol clone

github.com/grapesjs/grapesjs - 628f5141f4eafd0bcfb7ad31f78970f155315e04 authored about 4 years ago
Merge pull request #3158 from kuhelbeher/feature/inputNumber_keyboard

Add keydown event to handle up and down arrows keypress events

github.com/grapesjs/grapesjs - d47c495a9b17ab665e8ad30d2344a30bbb0738b2 authored about 4 years ago
Fix Editor tests

github.com/grapesjs/grapesjs - 9b4120e52603f46020dbe29c69f6e3bec790b2b5 authored about 4 years ago
Merge branch 'dev' of https://github.com/artf/grapesjs into dev

github.com/grapesjs/grapesjs - 32c3dd87510cfd1afae00f3e9dce43b46036565c authored about 4 years ago
Merge pull request #3148 from cvrajeesh/switch-to-dart-sass

chore: use dart-sass for compiling scss

github.com/grapesjs/grapesjs - 035fd9308ec06c2a81fdb7eb465d204b3709870b authored about 4 years ago
Merge branch 'dev' of https://github.com/artf/grapesjs into dev

github.com/grapesjs/grapesjs - ebefb6bb85255aea714df7855e55f52a0cc5a4dd authored about 4 years ago
Add keydown event to handle up and down arrows keypress events

github.com/grapesjs/grapesjs - 9b25e7ef0e87e168ec12b43834b5c74cf6ad68c7 authored about 4 years ago
Merge pull request #3156 from artf/dependabot/npm_and_yarn/highlight.js-9.18.5

Bump highlight.js from 9.18.1 to 9.18.5

github.com/grapesjs/grapesjs - aa829f2a387cf714bffc49b8c7e28a106404ca88 authored about 4 years ago