Releases: MOV-AI/frontend-npm-ide-ce
Releases · MOV-AI/frontend-npm-ide-ce
Release of 3.1.0-4
Release of 3.1.0-3
3.1
- Use lib-ide
What's Changed
- Alpha release 3.1 by @PedroCristovao-Movai in #245
- Update versions by @diasnad in #257
- New release by @diasnad in #260
New Contributors
Full Changelog: 3.0.1-3...3.1.0-3
Release of 3.0.1-3
3.0.1
IDE
- FP-1085 - Add Shortcuts helper with all keybind shortcuts
- FP-1523 - Replaced old virtualize tree with react-window
- FP-1621 - Update outdated file is now working
- update code editor
FLOW
- FP-897 - Ability to search node instances
- FP-1084 - Add debug colors to links
- FP-1441 - Add Tree view mode to Flow Editor
- FP-1667 - Add More information to missing links
- FP-1669 - Add More information to missing parameters
- FP-1741 - Push flow parameter errors to Warnings, and make warnings clickable
- FP-1768 - Grey out other links when creating a new link
- FP-1794 - Add invalid links to warnings
- FP-1839 - New snackbar is crashing in all apps
- FP-1853 - Migrate Flow shortcuts - Reset Zoom and move nodes with arrow keys
- FP-1913 - Add editing capabilities to Tree View Editor
- FP-1931 - Added Exposed Ports validation and fix to remove them
- FP-1987 - Selecting a node will allow you to fade other links when over a link
- FP-1993 - Tree View subflows now correctly update changes made to them
- FP-2007 - Avoid recursive template rendering
- FP-2008 - Composed the names of the subflow children on Tree View
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
- FP-1327 - Added a way to remove messages from Callback
- FP-1881 - Create Endpoint to get Classes definitions for autocomplete in Python Callbacks
- FP-1882 - Use endpoint to populate autocomplete in python Language Server
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- #212 change the pipeline to also publish to public ppa. by @duartecoelhomovai in #238
- update link for forum by @PedroCristovao-Movai in #247
- Create LICENSE by @MithunKinarullathil in #246
- new release by @PedroCristovao-Movai in #248
- Update DeployOnMergeMain.yml by @DenisBorzenkov in #249
New Contributors
- @MithunKinarullathil made their first contribution in #246
- @DenisBorzenkov made their first contribution in #249
Full Changelog: 3.0.1-2...3.0.1-3
Release of 3.1.0-2
3.1
- Use lib-ide
What's Changed
- Alpha release 3.1 by @PedroCristovao-Movai in #245
Full Changelog: 3.1.0-1...3.1.0-2
Release of 3.1.0-1
Release of 3.0.1-2
3.0.1
IDE
- FP-1085 - Add Shortcuts helper with all keybind shortcuts
- FP-1523 - Replaced old virtualize tree with react-window
- FP-1621 - Update outdated file is now working
- update code editor
FLOW
- FP-897 - Ability to search node instances
- FP-1084 - Add debug colors to links
- FP-1441 - Add Tree view mode to Flow Editor
- FP-1667 - Add More information to missing links
- FP-1669 - Add More information to missing parameters
- FP-1741 - Push flow parameter errors to Warnings, and make warnings clickable
- FP-1768 - Grey out other links when creating a new link
- FP-1794 - Add invalid links to warnings
- FP-1839 - New snackbar is crashing in all apps
- FP-1853 - Migrate Flow shortcuts - Reset Zoom and move nodes with arrow keys
- FP-1913 - Add editing capabilities to Tree View Editor
- FP-1931 - Added Exposed Ports validation and fix to remove them
- FP-1987 - Selecting a node will allow you to fade other links when over a link
- FP-1993 - Tree View subflows now correctly update changes made to them
- FP-2007 - Avoid recursive template rendering
- FP-2008 - Composed the names of the subflow children on Tree View
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
- FP-1327 - Added a way to remove messages from Callback
- FP-1881 - Create Endpoint to get Classes definitions for autocomplete in Python Callbacks
- FP-1882 - Use endpoint to populate autocomplete in python Language Server
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- Update/code editor by @PedroCristovao-Movai in #236
- new release of 3.0.1 by @PedroCristovao-Movai in #237
Full Changelog: 3.0.1-1...3.0.1-2
Release of 3.0.1-1
3.0.1
IDE
- FP-1085 - Add Shortcuts helper with all keybind shortcuts
- FP-1523 - Replaced old virtualize tree with react-window
- FP-1621 - Update outdated file is now working
FLOW
- FP-897 - Ability to search node instances
- FP-1084 - Add debug colors to links
- FP-1441 - Add Tree view mode to Flow Editor
- FP-1667 - Add More information to missing links
- FP-1669 - Add More information to missing parameters
- FP-1741 - Push flow parameter errors to Warnings, and make warnings clickable
- FP-1768 - Grey out other links when creating a new link
- FP-1794 - Add invalid links to warnings
- FP-1839 - New snackbar is crashing in all apps
- FP-1853 - Migrate Flow shortcuts - Reset Zoom and move nodes with arrow keys
- FP-1913 - Add editing capabilities to Tree View Editor
- FP-1931 - Added Exposed Ports validation and fix to remove them
- FP-1987 - Selecting a node will allow you to fade other links when over a link
- FP-1993 - Tree View subflows now correctly update changes made to them
- FP-2007 - Avoid recursive template rendering
- FP-2008 - Composed the names of the subflow children on Tree View
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
- FP-1327 - Added a way to remove messages from Callback
- FP-1881 - Create Endpoint to get Classes definitions for autocomplete in Python Callbacks
- FP-1882 - Use endpoint to populate autocomplete in python Language Server
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- FP-1692 : Allow '_' character to start param name by @manuelnogueiramov in #156
- FP-1674 : Fix text overlapping in Link Menu by @manuelnogueiramov in #157
- FP-1085 : Integrate a shortcuts helper by @manuelnogueiramov in #155
- FP-1701 : We can now add empty string as param value by @manuelnogueiramov in #159
- Subflows should allow empty string as params by @manuelnogueiramov in #164
- FP-1667 : Add more information to missing links by @manuelnogueiramov in #166
- FP-1669 : Add more info to missing params by @manuelnogueiramov in #167
- FP-1768 : Will now grey out other links when adding a new link by @manuelnogueiramov in #187
- FP-1523 : Replaced old virtualize tree with react-window by @manuelnogueiramov in #189
- Bump ejs from 3.1.6 to 3.1.7 by @dependabot in #190
- FP-1741 : Push flow parameter errors to Warnings, and make warnings clickable by @manuelnogueiramov in #193
- FP-1794 : Add invalid links to warnings by @manuelnogueiramov in #196
- FP-1084 : Add debug colors to links by @manuelnogueiramov in #197
- Sync dev to 3.0.1 by @jebesampaio in #208
- FP-897 - Add ability to search for node instances by @jebesampaio in #207
- FP-1441 : Add tree view in flow editor by @manuelnogueiramov in #209
- FP-1913 : Add parameter editing abilities by @manuelnogueiramov in #211
- FP-1941 : Render icons for warning in Flow canvas by @RianMartins-Movai in #216
- FP-1621 : Update outdate file now is working by @manuelnogueiramov in #217
- FP-1931 : Added Exposed Ports validation and fix to remove them by @manuelnogueiramov in #213
- FP-1899 : Translate always to valid position in canvas' limit by @RianMartins-Movai in #220
- FP-1943 : Enable search in tree view by @RianMartins-Movai in #221
- FP-2008 : Composed the names of the subflow children on Tree View by @manuelnogueiramov in #227
- FP-2013 : Added correct colors to nodes in tree view miniatures by @manuelnogueiramov in #229
- FP-2007 : Avoid recursive template rendering by @manuelnogueiramov in #228
- FP-1993 : Tree View subflows now correctly update changes made to them by @manuelnogueiramov in #226
- FP-2022 : Flows without subflows will be correctly rendered by @manuelnogueiramov in #233
- FP-1987 : Selecting a node will allow you to fade other links when over a link by @manuelnogueiramov in #232
- python language server rewire by @PedroCristovao-Movai in #234
- Deliver 3.0.1 version by @rianmartins in #225
- Deliver 3.0.1 by @PedroCristovao-Movai in #235
New Contributors
- @rianmartins made their first contribution in #225
Full Changelog: 3.0.0-10...3.0.1-1
Release of 3.0.0-10
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- New release : Trigger new version by @RianMartins-Movai in #231
Full Changelog: 3.0.0-9...3.0.0-10
Release of 3.0.0-9
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #222
- New Release for updating code owners by @RianMartins-Movai in #223
- Bump app version in dev by @RianMartins-Movai in #224
- Re-add @MOV-AI/frontend-team as code owner by @RianMartins-Movai in #230
Full Changelog: 3.0.0-8...3.0.0-9
Release of 3.0.0-8
3.0.0
System Bar
- FP-1534 - Added systembar, medium refactor
- FP-1609 - Re-styled the systembar to be more aligned with the theme
IDE
- FP-1297 - Stay in app on logout
- FP-1509 - Saving a new document will now reload the doc
- FP-1538 - Color between tabs now, more clearer
- FP-1548 - Added testids to help QA
- FP-1560 - Saving an untitled file will now always prompt for a name
- FP-1595 - Removed unused function that contained vulnerabilities
- FP-1610 - Remove editor keybinds when editor is blurred
- FP-1838 - Give focus to active editor if it becomes dirty
- FP-1978 - Add Description field when Adding/Editing parameter on Flow Template
Callback Editor
Flow Editor
- FP-1286 - Feature/fp 1286 port flow editor
- FP-1563 - Filtering new files from Flow Explorer
- FP-1592 - Fix start flow without link issue
- FP-1649 - Restored keybinds to editor after closing a dialog modal
Node Editor
- FP-1516 - Changed the IO/Config Port icons to be more coherent
- FP-1606 - Fixed a couple of issues on Node Editor
- FP-1612 - Only reset ports when need
- FP-1613 - No longer duplicating ports when type changes
- FP-1625 - Fixed a few issues regarding Node Editor
- FP-1692 - Allow '_' character to start param name-
Home Tab
- FP-1086 - Add branding in our ide
- FP-1346 - Integrate Home Tab in the IDE-CE
- FP-1457 - HomeTab adjustments
- FP-1518 - Fix issue with hometab that wasn't properly marking deleted files
Tabs
- FP-1291 - Clicking on a panel, will now transfer focus to that panel active tab
- FP-1310 - Allow a tab to be opened on a max box tab
- FP-1582 - Opening an already opened tab with dirty will just focus
- FP-1597 - Implement a stack of opened files to jump through when closing tabs
- FP-1604 - Minimize tabs before removing them to prevent errors
What's Changed
- FP-1749 : Select default robot if currently saved ID is not in the robot list by @RianMartins-Movai in #188
- Bump ejs from 3.1.6 to 3.1.7 by @RianMartins-Movai in #192
- FP-1795 : Invalid parameters were not being showned to the user by @manuelnogueiramov in #191
- FP-1637 : Resize node after adding/removing ports in the template by @RianMartins-Movai in #194
- FP-1796 : Add new tabs to stack and refactor useTabStack hook by @RianMartins-Movai in #195
- FP-1812 : Enable new internal user to auth in IDE-CE by @RianMartins-Movai in #198
- FP-1812 : Enable new internal user to auth in IDE-CE by @MatheusFernandes-Movai in #200
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #199
- FP-1812 : Upgrade lib-core to get fix on superuser validation by @RianMartins-Movai in #203
- FP-1761 : Prevent browser context menu by @RianMartins-Movai in #201
- FP-1716 : Show unknown node types as white by @RianMartins-Movai in #202
- FP-1780 : Open context menu regardless of already being one previously open by @RianMartins-Movai in #204
- FP-1839 : New snackbar is not appearing and/or crashing app by @jebesampaio in #205
- FP-1853 : Migrate key shortcuts by @jebesampaio in #206
- FP-1838 : Give focus to active editor if it becomes dirty by @manuelnogueiramov in #214
- FP-1978 : Add Description field when Adding/Editing parameter on Flow Template by @manuelnogueiramov in #218
- FP-1979 : Changing tab will now correctly update right menu by @manuelnogueiramov in #219
- New Release 3.0.0 by @RianMartins-Movai in #215
New Contributors
- @MatheusFernandes-Movai made their first contribution in #200
Full Changelog: 3.0.0-7...3.0.0-8