Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
FLOW-811 f-select option selection bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Jul 5, 2023
1 parent 3be0b07 commit 143b0b3
Show file tree
Hide file tree
Showing 8 changed files with 1,118 additions and 1,126 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ jobs:
"type": "mrkdwn",
"text": ${{ toJSON(steps.change-logs.outputs.changeLogs) }}
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "We would love to hear your feedback and any issues you might encounter while using the new version. Feel free to reach out to us on Slack or submit a GitHub issue if you need any assistance.\n\nHappy coding! :rocket:"
}
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

# Change Log

## [1.17.4] - 2023-07-05
### Bug Fixes

- `f-select`: `create-option` not working in formbuilder.
- `f-select` : searched option not getting selected in formbuilder.

## [1.17.3] - 2023-07-03
### Improvements

Expand Down
Loading

0 comments on commit 143b0b3

Please sign in to comment.