Skip to content
Merged

Test #158

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b512867
refactor: introduce stringifyValue function for consistent value rend…
JulianKimmig Jan 11, 2026
c7dc0ca
fix: update stringifyValue function to return undefined and handle em…
JulianKimmig Jan 11, 2026
0d9dd74
feat: enhance CustomDialog accessibility with visually hidden title
JulianKimmig Jan 11, 2026
9c44f65
feat: add context7 configuration file
JulianKimmig Jan 16, 2026
0758d5e
test: add error handling for stringifyValue in inline-output-renderer…
JulianKimmig Jan 16, 2026
3d71920
feat: enhance jsonSchemaForm theme with MuiPopover configuration
JulianKimmig Jan 18, 2026
5a6d870
build(funcnodes-react-flow): enforce verbatim module syntax
JulianKimmig Mar 17, 2026
352d7ce
fix(react-flow): harden IO preview fallbacks and table rendering
JulianKimmig Mar 17, 2026
6796731
chore(release): bump version to 2.3.0 and update CHANGELOG
JulianKimmig Mar 17, 2026
b9456b4
chore: update build files [skip ci]
github-actions[bot] Mar 17, 2026
aea1f5f
Merge pull request #155 from Linkdlab/build/update-build-files-231869…
JulianKimmig Mar 17, 2026
94c9ab8
chore(SortableTable): handle undefined values in column stringification
JulianKimmig Mar 17, 2026
8901a2a
fix(react-flow): correct base64 byte rendering and dialog titles
JulianKimmig Mar 17, 2026
f47aabe
refactor(react-flow): replace renderer barrel imports with direct mod…
JulianKimmig Mar 17, 2026
0e28394
fix(react-flow): prevent duplicate shortcut triggers per key cycle
JulianKimmig Mar 17, 2026
2f40e56
test(react-flow): align string renderer expectation with plain output
JulianKimmig Mar 17, 2026
d04bda3
refactor(react-flow): extract render mapping defaults into a module
JulianKimmig Mar 17, 2026
5c5fba8
fix(react-flow): preserve native copy behavior for text selections
JulianKimmig Mar 17, 2026
64a4528
fix(dialog): restore visually hidden dialog titles
JulianKimmig Mar 17, 2026
987733a
fix(react-flow): preserve native copy behavior in nokey regions
JulianKimmig Mar 17, 2026
c3e5e3a
test(react-flow): stabilize flaky performance assertions
JulianKimmig Mar 17, 2026
0e7c8cf
chore: update build files [skip ci]
github-actions[bot] Mar 17, 2026
40d1d63
Merge pull request #156 from Linkdlab/build/update-build-files-231934…
JulianKimmig Mar 17, 2026
dcee2c6
refactor(data-rendering): clean up reducer and provider imports
JulianKimmig Mar 17, 2026
506c163
Merge pull request #157 from Linkdlab/dev
JulianKimmig Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project are documented here.

## 2.3.0 (2026-03-17)

### Feat

- enhance jsonSchemaForm theme with MuiPopover configuration
- add context7 configuration file
- enhance CustomDialog accessibility with visually hidden title

### Fix

- **react-flow**: harden IO preview fallbacks and table rendering
- update stringifyValue function to return undefined and handle empty output

### Refactor

- introduce stringifyValue function for consistent value rendering

## 2.2.1 (2026-01-07)

### Fix
Expand Down
4 changes: 4 additions & 0 deletions context7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://context7.com/linkdlab/funcnodes_react_flow",
"public_key": "pk_jr5hlTznUKh2bFkliKxXR"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "funcnodes-react-flow"
version = "2.2.1"
version = "2.3.0"
description = "funcnodes frontend for react flow"
readme = "README.md"
classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",]
Expand Down
2 changes: 1 addition & 1 deletion src/funcnodes_react_flow/static/funcnodes_react_flow.css

Large diffs are not rendered by default.

Loading
Loading