Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Oct 7, 2023
1 parent 5469e85 commit f5e613a
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 65 deletions.
174 changes: 110 additions & 64 deletions WENI-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,95 +1,141 @@
2.5.2
----------
## 2.6.0

- Add pan and zoom functionality
- Fixed node pasting behavior
- New connector colors

2.5.2

---

- Fix: Align updates modal footer text
- Fix: Simulator webhook log height
- Fix: Allow different letters cases in category name

2.5.1
----------
2.5.1

---

- Fix: Updates modal footer text

2.5.0
----------
2.5.0

---

- Feat: Performance improvements
- Feat: New updates modal content
- Fix: Prevent completion menu to show on card open

2.4.1
----------
2.4.1

---

- Fix: Smart cases regex and placeholders

2.4.0
----------
2.4.0

---

- Feat: Zeroshot routers (Smart Wait for Response and Automatic Classify)

2.3.0
----------
2.3.0

---

- Chore: Bump version

2.2.0
----------
2.2.0

---

- Fix: Modify delete node phrase
- Fix: Dialog height on small screens
- Fix: Check for static uuids before copy action
- Feat: New sidebar tooltips

2.1.0
----------
2.1.0

---

- Fix: Update select component

2.0.3
----------
2.0.3

---

- Fix: Add texts into quick replies and node deletion cards
- Fix: Node add alignment
- Fix: Check if service is defined before param map
- Fix: Add linebreaks on simulator and sendmsg renders

2.0.2
----------
2.0.2

---

- Fix: Prevent needless rerenders on TembaSelect
- Fix: TembaSelect get next pages of options

2.0.1
----------
* Fix: enter not working on temba completion
* Fix: clear input value if showValue is false

2.0.0
----------
* Feature: Unnnic system migration
* Feature: Action Sidebar
* Feature: Copy and Paste nodes
* Feature: Simulator WhatsApp skin

1.3.1-floweditor-1.15.2
----------
* Fix: Handle nonexistent service when creating the router state

1.3.0-floweditor-1.15.2
----------
* Feat: ChatGPT External Service

1.2.1-floweditor-1.15.2
----------
* Fix: External services action name

1.2.0-floweditor-1.15.2
----------
* New External Services router card

1.1.2-floweditor-1.15.2
----------
* Fix: Case removal and reorder on expression and field routers

1.1.1-floweditor-1.15.2
----------
* Fix get ticketer uuid when coming from assetStore

1.1.0-floweditor-1.15.2
----------
* Add wenichats ticketer integration

1.0.0-floweditor-1.15.2
----------
* Add instagram, slack and teams schemes available in split by URN
* More options in wait for response
2.0.1

---

- Fix: enter not working on temba completion
- Fix: clear input value if showValue is false

2.0.0

---

- Feature: Unnnic system migration
- Feature: Action Sidebar
- Feature: Copy and Paste nodes
- Feature: Simulator WhatsApp skin

1.3.1-floweditor-1.15.2

---

- Fix: Handle nonexistent service when creating the router state

1.3.0-floweditor-1.15.2

---

- Feat: ChatGPT External Service

1.2.1-floweditor-1.15.2

---

- Fix: External services action name

1.2.0-floweditor-1.15.2

---

- New External Services router card

1.1.2-floweditor-1.15.2

---

- Fix: Case removal and reorder on expression and field routers

1.1.1-floweditor-1.15.2

---

- Fix get ticketer uuid when coming from assetStore

1.1.0-floweditor-1.15.2

---

- Add wenichats ticketer integration

1.0.0-floweditor-1.15.2

---

- Add instagram, slack and teams schemes available in split by URN
- More options in wait for response
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@weni/flow-editor",
"license": "AGPL-3.0",
"repository": "git://github.com/weni-ai/floweditor.git",
"version": "2.5.2",
"version": "2.6.0",
"description": "Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.",
"browser": "umd/flow-editor.min.js",
"unpkg": "umd/flow-editor.min.js",
Expand Down

0 comments on commit f5e613a

Please sign in to comment.