Ecosyste.ms: OpenCollective

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

craft.js

πŸš€ A React Framework for building extensible drag and drop page editors
Collective - Host: opensource - https://opencollective.com/craftjs - Code: https://github.com/prevwong/craft.js

[exp/refactor] β™» refactor

github.com/prevwong/craft.js - 2e10ae6b517dba2a52ae531c0027c60ffa813998 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] πŸ’„ updated demo

github.com/prevwong/craft.js - efc58c969f7af8de804c54fcff057c84e23f6875 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] πŸ”₯ Removed nodeStates

github.com/prevwong/craft.js - f6a35601c1d3042fcdc6041583fb9d4befd1fd1b authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] 🚚 β™» Merge setActive, setHover and setDragging into setNodeState

github.com/prevwong/craft.js - abf8f109335f956f2f9813c3be9f318851b50e98 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] πŸ’„ updated demo

github.com/prevwong/craft.js - cea5dbff7c8de84e624f6d73c5030f1174af8b1c authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] :truck: added helpers and updated types

github.com/prevwong/craft.js - 49fd79fdbe7597c2fc30344763d540707efa2037 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] ✨ πŸ’© Implementing reactive editor

github.com/prevwong/craft.js - 1b08677ced229af8d2842d93642470ee9d4290a7 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] πŸ’© unify nodeStates into context

github.com/prevwong/craft.js - d88c2241079db7a7cd41b48a2443d59b74e28741 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] ✨ Injecting editor

github.com/prevwong/craft.js - 291ce9ec7e15aa5f3da75f2ec85ce678834bf006 authored over 5 years ago by Prev Wong <[email protected]>
[feature/implement-props-editor] πŸ’„ update demo

github.com/prevwong/craft.js - 3504234b1f5bed1fb07c3b2eb173c048f2a9bbc0 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] πŸ› fix component hover state loss

github.com/prevwong/craft.js - 28f3bf9c5c60405dbf8d05689beb732c6bea5309 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] πŸ› Fixed active=null outside of node area

github.com/prevwong/craft.js - b3af6c5a4cdd3e2ca5ed6986231ca64597c1bfd2 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] update demo

github.com/prevwong/craft.js - 4ea11f48abb2df39ca0d4842734587b860862452 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] ✨ added hover state for nodes

github.com/prevwong/craft.js - 4c4f00f2d9805c90702a953affc50b3db5c78fc9 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] πŸ› Use parent node as rootNode if parentNode is actually self

github.com/prevwong/craft.js - 0c1b89dc616d92bd95ed096281ad642f93a0458d authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] 🚚 Simplified NodeInfo

github.com/prevwong/craft.js - c906e6e8aeb3787a70b214168ab1ad2eef76b624 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] πŸ’© added toolbar demo

github.com/prevwong/craft.js - 7817848cf1d7f22f51dcb8b4df27e2f313fed829 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#3-custom-render-element] πŸ’© using Class components

github.com/prevwong/craft.js - 280cb7bb56456cdf785367ac0a1fa4fb20a75775 authored over 5 years ago by Prev Wong <[email protected]>
[feature/custom-render-element] Merge branch 'exp/seperate-node-element' into feature/custom-render-element

github.com/prevwong/craft.js - 9ede931a42872ec5362f06061390f583e92416d1 authored over 5 years ago by Prev Wong <[email protected]>
[exp/seperate-node-element] ✨ separated node element from RenderNodeWithContext

Allows to use RenderNodeWithContext without the need to pass props

github.com/prevwong/craft.js - a45c69098fdae12793375ef0de615968d774bd9a authored over 5 years ago by Prev Wong <[email protected]>
[feature/custom-render-element] πŸ’© add support for render templates

github.com/prevwong/craft.js - 3f914d6fce66f6e809121ca3782f518091cb5001 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] ✨ Prevent selection on drag

github.com/prevwong/craft.js - ec9e8bf91580f096adcbc78a880badf9cd5f9705 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] Merge branch 'feature/enfore-root-canvas-id' into feature/#1

github.com/prevwong/craft.js - c1cec9fab4190c120850efe0bbdba1f5bac11ea4 authored over 5 years ago by Prev Wong <[email protected]>
[feature/enfore-root-canvas-id] ✨ Enforce canvas id on root canvases only

github.com/prevwong/craft.js - 00a692bb79d88b59b2909e53b810d9ee6bcbdaa2 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] β™» Cleanup

github.com/prevwong/craft.js - 97011fc840ff75f471b6495812da703fe53de676 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] πŸ› Fixed draggable canvas having childCanvas property

github.com/prevwong/craft.js - 47d4c067b9eb981345c03e5d38bb0951545df1cf authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] Merge branch 'exp/dnd-draggable-canvas-fix' into feature/#1

github.com/prevwong/craft.js - 6f7b1b3872a789b070fe8d55579072b2c2b33814 authored over 5 years ago by Prev Wong <[email protected]>
[exp/dnd-draggable-canvas-fix]

:sparkles: :bug: Move nodes on dragend, fixed draggable canvas reinit

github.com/prevwong/craft.js - 1bd51eb2cf7d6d7408954cb5edf8a5da96024e2f authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🚚 Seperated RenderNodeWithContext from dnd events

github.com/prevwong/craft.js - d4ed4bad2830eaf62834627cbb32d1527790cc84 authored over 5 years ago by Prev Wong <[email protected]>
[exp/separate-builder-state] 🏷 Updated node types

github.com/prevwong/craft.js - 5e83b752a125418f0eb2fae88d280ea33a183ac4 authored over 5 years ago by Prev Wong <[email protected]>
[exp/separate-builder-state] [exp/separate-builder-state] πŸ’₯ β™» Seperated Builder state from objects with side effects and functions

github.com/prevwong/craft.js - c3588eb56d8ad2327069ebc8efb2a30ee6cfb3e0 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🚚 move findPosition and movePlaceholder to helper

github.com/prevwong/craft.js - b8dae700062e8fd84aa02a11703e1e11f9ee9956 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🍻 Reintroduced Placeholders

github.com/prevwong/craft.js - 90e90e68db0531c163a8cc053b3cfe7f82d8f139 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] ✨ βš— Migrated dnd system from

github.com/prevwong/craft.js - b40112794adcaaa150d34500ed95fefb05e96f4f authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] πŸ’„πŸ”₯ Cleanup, added NodeContextState

github.com/prevwong/craft.js - 719d49d1ee8dfc35b5795fd98ac1146b455539a4 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🚚 migrate componentWillMount to constructor

github.com/prevwong/craft.js - c4da6490e5b9c9ab130bacf980f67f02b994d10f authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] πŸ’„ cleanup types

github.com/prevwong/craft.js - b7d06aba6cbece858149614572086173bc5ec67c authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] ✨ Fixed types following merger of RegisteredNode and Node

github.com/prevwong/craft.js - f344e85bc9096a19161093393ebcdcfdb09d40f5 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] πŸ”₯ Combined RenderRegisteredNode and RenderNode

github.com/prevwong/craft.js - 301f9b1471f92ecd018ad879745fb2b98a928fc4 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🚚 β™» refactor

github.com/prevwong/craft.js - 632bd27593991d84d2458f2cf2802d472774f1ea authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🚚 unvisitedChildCanvas => childCanvas

github.com/prevwong/craft.js - 6e9f25d51b7631c2d9805c1e1de3bf2eaf54f4a4 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] πŸ› β™» Enforce Canvas ID

github.com/prevwong/craft.js - 3a2b885fc4691a82e15da75515be9d74679380e1 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] β™» refactor

github.com/prevwong/craft.js - a9d919a04ce3aab5ec7900233390f9cc01221661 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] 🎨 ✨ Unified canvas and nodes

Canvas now behaves closely like nodes, adds dominfo on component render

github.com/prevwong/craft.js - 51da4de5c18b252f308f45ebed980aebe1b53ff4 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] βš—Migrate old dnd system

github.com/prevwong/craft.js - 57c9ed6e6ce303bbef05ba747a647388ccb184e0 authored over 5 years ago by Prev Wong <[email protected]>
[feature/#1] β™» cleanup

github.com/prevwong/craft.js - a5d81807c8811c98e4ef614a29436a0863a4fe7b authored over 5 years ago by Prev Wong <[email protected]>
[feature/dnd-#1] β™» remove node id

github.com/prevwong/craft.js - 4c307e43233ec0a7dcadd7fcfe607e660afae1ff authored over 5 years ago by Prev Wong <[email protected]>
β™» cleanup

(feature/dnd-#1)

github.com/prevwong/craft.js - 9603e568c4e753f52337f4024f6606851fbc8e2f authored over 5 years ago by Prev Wong <[email protected]>
🚚 remove console

(feature/dnd)

github.com/prevwong/craft.js - 6410a0145fc4346f2d71106c09e9092670adf106 authored over 5 years ago by Prev Wong <[email protected]>
🍻 Added drag events on NodeElement

github.com/prevwong/craft.js - 4a9a6f7b2ab544a2a3c7f0b427d06e44a183c1b1 authored over 5 years ago by Prev Wong <[email protected]>
:recycle: revamp node/canvas structure

github.com/prevwong/craft.js - 80cdf18837c0e5bbbe3c2d8f52e384935880d0be authored over 5 years ago by Prev Wong <[email protected]>