Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__version__ set to 1.0.0-alpha.6 #721

Merged
merged 94 commits into from
Mar 12, 2023
Merged

__version__ set to 1.0.0-alpha.6 #721

merged 94 commits into from
Mar 12, 2023

Conversation

cruxcode
Copy link
Collaborator

@cruxcode cruxcode commented Mar 12, 2023

No description provided.

@cruxcode cruxcode merged commit ca5624f into Atri-Labs:main Mar 12, 2023
cruxcode added a commit that referenced this pull request Mar 14, 2023
* Initial wiring for drag and drop visual hints done

* Create custom hook for visual hint on drag

* Drop zone hint logic for visual hints done

* Created context for probable parent

* Setting context for probable parent

* Gives hint when probable parent is found

* wip: removing the hint overlay

* Solved bug where overlay was not removed properly

* Removed redundant code

* Removed moved while drag event being sent to editor machine

* Created DROPZONE_CREATED and DROPZONE_DESTROYED events

* Showing visual hints when drop zone created

* Destroyed overlays on dropzone destroyed

* Renamed files to signify common functionality

* Show hints when reposition is active

* Renamed to useDropzoneHints

* Remove overlay if overlay is present

* If mouse is in the the reposition element then remove overlays

* wip: Solved bug where parent that is a child to a parent does not get the overlay

* Destroying the previous overlay before creating a new overlay

* Nested repeating & overlay adapted for repeating component (#720)

* bugfix: before_app_load to unset the comp id state

* handleBreakpointChange & bugfix

* removed console.log

* select overlay done

* overlay for hover done

* bugfix: update hovered on re-hoverWhileSelected

* removed console.log

* overlay on reposition

* python files are generated from react manifest

* generate __init__.py file

* atri_core is publishable

* python manifest project built using package.json

* bugfix: call join after map

* wip: generate python model for each page

* python page model gets generated

* generate python models in dev mode

* dev mode for generate python routes done

* create alias on drop done

* change alias using aliasApi done

* action layer added

* bugfix: add .jsx random extension for IRToUnixFilepath to work

* removed canvas-zone-manager package

* support for shared libs in tool

* asset manager integrated

* removed react-shim manifest-shims packages

* resource layer integrated

* imported fonts reflect in editor

* bugfix: remove duplicate import

* manifest in example-atri-app populates in editor & app

* removed install-scripts

* createComponentManifest done

* build editor for production

* pwa-builder-server serves pwa-builder

* @atrilabs/new package invoked to create a new atri app

* changes main to bin

* page scaffold includes canvas zone

* expose pwa-builder-server binary & new package

* package.json version set to 1.0.0-alpha.0

* removed app-scripts & app-generator package

* removed webapp-builder package

* removed scripts

* removed packages not to be shipped in 1.0.0-alpha.0

* installed missing dependencies

* package.json updated

* v1.0.0-alpha.0

* fix: serve manifest registry

* fixes: updated missing deps in create-atri-app

* __version__ set to 1.0.0-alpha.1

* v1.0.0-alpha.1

* fix: pwa-builder build command without manifests

* v1.0.0-alpha.2

* fix: use uuid vs @atrilabs/core

* v1.0.0-alpha.3

* new parameters inside quotes

* v1.0.0-alpha.4

* copy-paste inside component done

* canvas zone as paste target done

* up/down arrow key works

* create component undo/redo done

* wip: undo-redo

* undo-redo done

* wip: component navigator data compute done

* wip: component navigator update on alias change

* component navigator open close done

* patchCb called on comp navigator reposition

* raise hover & select from comp navigator

* select on reposition/rewire end

* fix: sort the direct child of canvas

* __version__ set to 1.0.0-alpha.5

* v1.0.0-alpha.5

* yarn editor register new components from manifests dir

* build manifest python packages inside manifests done

* build manifest python packages inside manifests done

* wip: wiring for fetching user events done

* wip: live canvas zone with components done

* live canvas zone with components done

* callbacks attached in live mode

* wip: hook with python

* /_atri/api/event request is sent to python

* handle event updates live view

* fix: make sure alias patch is sent later

* bugfix: drag-drop disappearing

* bugfix: new dragged node is set on togglenode

* atri-comp-id & atri-parent-marker assigned

* overlays adapted for repeating list

* removed log statement

* __version__ set to 1.0.0-alpha.6 (#721)

* bugfix: before_app_load to unset the comp id state

* handleBreakpointChange & bugfix

* removed console.log

* select overlay done

* overlay for hover done

* bugfix: update hovered on re-hoverWhileSelected

* removed console.log

* overlay on reposition

* python files are generated from react manifest

* generate __init__.py file

* atri_core is publishable

* python manifest project built using package.json

* bugfix: call join after map

* wip: generate python model for each page

* python page model gets generated

* generate python models in dev mode

* dev mode for generate python routes done

* create alias on drop done

* change alias using aliasApi done

* action layer added

* bugfix: add .jsx random extension for IRToUnixFilepath to work

* removed canvas-zone-manager package

* support for shared libs in tool

* asset manager integrated

* removed react-shim manifest-shims packages

* resource layer integrated

* imported fonts reflect in editor

* bugfix: remove duplicate import

* manifest in example-atri-app populates in editor & app

* removed install-scripts

* createComponentManifest done

* build editor for production

* pwa-builder-server serves pwa-builder

* @atrilabs/new package invoked to create a new atri app

* changes main to bin

* page scaffold includes canvas zone

* expose pwa-builder-server binary & new package

* package.json version set to 1.0.0-alpha.0

* removed app-scripts & app-generator package

* removed webapp-builder package

* removed scripts

* removed packages not to be shipped in 1.0.0-alpha.0

* installed missing dependencies

* package.json updated

* v1.0.0-alpha.0

* fix: serve manifest registry

* fixes: updated missing deps in create-atri-app

* __version__ set to 1.0.0-alpha.1

* v1.0.0-alpha.1

* fix: pwa-builder build command without manifests

* v1.0.0-alpha.2

* fix: use uuid vs @atrilabs/core

* v1.0.0-alpha.3

* new parameters inside quotes

* v1.0.0-alpha.4

* copy-paste inside component done

* canvas zone as paste target done

* up/down arrow key works

* create component undo/redo done

* wip: undo-redo

* undo-redo done

* wip: component navigator data compute done

* wip: component navigator update on alias change

* component navigator open close done

* patchCb called on comp navigator reposition

* raise hover & select from comp navigator

* select on reposition/rewire end

* fix: sort the direct child of canvas

* __version__ set to 1.0.0-alpha.5

* v1.0.0-alpha.5

* yarn editor register new components from manifests dir

* build manifest python packages inside manifests done

* build manifest python packages inside manifests done

* wip: wiring for fetching user events done

* wip: live canvas zone with components done

* live canvas zone with components done

* callbacks attached in live mode

* wip: hook with python

* /_atri/api/event request is sent to python

* handle event updates live view

* fix: make sure alias patch is sent later

* bugfix: drag-drop disappearing

* bugfix: new dragged node is set on togglenode

* __version__ set to 1.0.0-alpha.6

* build-editor takes forest

* pwa-builder-server needs forest for build

* fix: added missing deps to build scripts

* v1.0.0-alpha.6

* added missing dep commands

* __version__ set to 1.0.0-alpha.7

* v1.0.0-alpha.7

* wip: add antd components

* ssr in dev mode done

* Nested repeating & overlay adapted for repeating component (#720)

* bugfix: before_app_load to unset the comp id state

* handleBreakpointChange & bugfix

* removed console.log

* select overlay done

* overlay for hover done

* bugfix: update hovered on re-hoverWhileSelected

* removed console.log

* overlay on reposition

* python files are generated from react manifest

* generate __init__.py file

* atri_core is publishable

* python manifest project built using package.json

* bugfix: call join after map

* wip: generate python model for each page

* python page model gets generated

* generate python models in dev mode

* dev mode for generate python routes done

* create alias on drop done

* change alias using aliasApi done

* action layer added

* bugfix: add .jsx random extension for IRToUnixFilepath to work

* removed canvas-zone-manager package

* support for shared libs in tool

* asset manager integrated

* removed react-shim manifest-shims packages

* resource layer integrated

* imported fonts reflect in editor

* bugfix: remove duplicate import

* manifest in example-atri-app populates in editor & app

* removed install-scripts

* createComponentManifest done

* build editor for production

* pwa-builder-server serves pwa-builder

* @atrilabs/new package invoked to create a new atri app

* changes main to bin

* page scaffold includes canvas zone

* expose pwa-builder-server binary & new package

* package.json version set to 1.0.0-alpha.0

* removed app-scripts & app-generator package

* removed webapp-builder package

* removed scripts

* removed packages not to be shipped in 1.0.0-alpha.0

* installed missing dependencies

* package.json updated

* v1.0.0-alpha.0

* fix: serve manifest registry

* fixes: updated missing deps in create-atri-app

* __version__ set to 1.0.0-alpha.1

* v1.0.0-alpha.1

* fix: pwa-builder build command without manifests

* v1.0.0-alpha.2

* fix: use uuid vs @atrilabs/core

* v1.0.0-alpha.3

* new parameters inside quotes

* v1.0.0-alpha.4

* copy-paste inside component done

* canvas zone as paste target done

* up/down arrow key works

* create component undo/redo done

* wip: undo-redo

* undo-redo done

* wip: component navigator data compute done

* wip: component navigator update on alias change

* component navigator open close done

* patchCb called on comp navigator reposition

* raise hover & select from comp navigator

* select on reposition/rewire end

* fix: sort the direct child of canvas

* __version__ set to 1.0.0-alpha.5

* v1.0.0-alpha.5

* yarn editor register new components from manifests dir

* build manifest python packages inside manifests done

* build manifest python packages inside manifests done

* wip: wiring for fetching user events done

* wip: live canvas zone with components done

* live canvas zone with components done

* callbacks attached in live mode

* wip: hook with python

* /_atri/api/event request is sent to python

* handle event updates live view

* fix: make sure alias patch is sent later

* bugfix: drag-drop disappearing

* bugfix: new dragged node is set on togglenode

* atri-comp-id & atri-parent-marker assigned

* overlays adapted for repeating list

* removed log statement

* __version__ set to 1.0.0-alpha.6 (#721)

* bugfix: before_app_load to unset the comp id state

* handleBreakpointChange & bugfix

* removed console.log

* select overlay done

* overlay for hover done

* bugfix: update hovered on re-hoverWhileSelected

* removed console.log

* overlay on reposition

* python files are generated from react manifest

* generate __init__.py file

* atri_core is publishable

* python manifest project built using package.json

* bugfix: call join after map

* wip: generate python model for each page

* python page model gets generated

* generate python models in dev mode

* dev mode for generate python routes done

* create alias on drop done

* change alias using aliasApi done

* action layer added

* bugfix: add .jsx random extension for IRToUnixFilepath to work

* removed canvas-zone-manager package

* support for shared libs in tool

* asset manager integrated

* removed react-shim manifest-shims packages

* resource layer integrated

* imported fonts reflect in editor

* bugfix: remove duplicate import

* manifest in example-atri-app populates in editor & app

* removed install-scripts

* createComponentManifest done

* build editor for production

* pwa-builder-server serves pwa-builder

* @atrilabs/new package invoked to create a new atri app

* changes main to bin

* page scaffold includes canvas zone

* expose pwa-builder-server binary & new package

* package.json version set to 1.0.0-alpha.0

* removed app-scripts & app-generator package

* removed webapp-builder package

* removed scripts

* removed packages not to be shipped in 1.0.0-alpha.0

* installed missing dependencies

* package.json updated

* v1.0.0-alpha.0

* fix: serve manifest registry

* fixes: updated missing deps in create-atri-app

* __version__ set to 1.0.0-alpha.1

* v1.0.0-alpha.1

* fix: pwa-builder build command without manifests

* v1.0.0-alpha.2

* fix: use uuid vs @atrilabs/core

* v1.0.0-alpha.3

* new parameters inside quotes

* v1.0.0-alpha.4

* copy-paste inside component done

* canvas zone as paste target done

* up/down arrow key works

* create component undo/redo done

* wip: undo-redo

* undo-redo done

* wip: component navigator data compute done

* wip: component navigator update on alias change

* component navigator open close done

* patchCb called on comp navigator reposition

* raise hover & select from comp navigator

* select on reposition/rewire end

* fix: sort the direct child of canvas

* __version__ set to 1.0.0-alpha.5

* v1.0.0-alpha.5

* yarn editor register new components from manifests dir

* build manifest python packages inside manifests done

* build manifest python packages inside manifests done

* wip: wiring for fetching user events done

* wip: live canvas zone with components done

* live canvas zone with components done

* callbacks attached in live mode

* wip: hook with python

* /_atri/api/event request is sent to python

* handle event updates live view

* fix: make sure alias patch is sent later

* bugfix: drag-drop disappearing

* bugfix: new dragged node is set on togglenode

* __version__ set to 1.0.0-alpha.6

* build-editor takes forest

* pwa-builder-server needs forest for build

* fix: added missing deps to build scripts

* v1.0.0-alpha.6

* added missing dep commands

* __version__ set to 1.0.0-alpha.7

* v1.0.0-alpha.7

* wip: add antd components

* ssr in dev mode done

* Removed events that were not required: Since they were utility events and not needed in the canvasMachine

---------

Co-authored-by: Jonathan Alvares <alvaresjonathan599@gmail.com>
Co-authored-by: Shyam Swaroop <30747788+cruxcode@users.noreply.github.com>
Co-authored-by: cruxcode <swaroopshyam0@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant