Skip to content

v1.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 15:25
· 302 commits to refs/heads/main since this release
2eca4d9

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: Update Ollama Model + Links by @saikolasani in #3294
  • refactor: add components for node name, description, and status by @anovazzi1 in #3248
  • refactor: improve NodeOutputField and NodeInputField components by @anovazzi1 in #3235
  • refactor: improve node toolbar code by @anovazzi1 in #3311
  • refactor: update keyboard shortcuts display by @anovazzi1 in #3316
  • refactor: Simplify repr method in Edge and ContractEdge classes. by @ogabrielluiz in #3333
  • refactor: Prevent infinite loop in get_successors function. by @ogabrielluiz in #3332
  • refactor: rename ContractEdge to CycleEdge by @ogabrielluiz in #3334
  • refactor: folder fetching, folder sidebar and fix various issues by @lucaseduoli in #3344
  • refactor: Add ComponentTextModal and Prompt modal for displaying and editing text areas and components by @anovazzi1 in #3346
  • build: lock langchain-core to version 0.2.30. by @ogabrielluiz in #3348
  • refactor: improve store and collection card components by @anovazzi1 in #3350
  • build(langchain-core): Update langchain-core to version 0.2.32. by @ogabrielluiz in #3372
  • refactor: Update lazy loading imports in routes.tsx by @anovazzi1 in #3353
  • refactor: add use-download-files hook for downloading files on chat by @anovazzi1 in #3399
  • refactor: improve attribute compatibility and error messages by @ogabrielluiz in #3367
  • refactor: add code validation functionality on tanstack mutation by @lucaseduoli in #3469
  • refactor: component code validation by @lucaseduoli in #3470
  • refactor: prompt validation functionality by @lucaseduoli in #3473
  • refactor: add useGetRefreshFlows mutation and update code to use it by @lucaseduoli in #3475
  • build: Update langflow-base and langflow versions to 0.0.94 and 1.0.16 respectively. by @ogabrielluiz in #3455
  • refactor: Fix version extraction in GitHub Actions workflow by @ogabrielluiz in #3501
  • refactor: move import statement inside function to avoid unnecessary imports by @ogabrielluiz in #3505

✅ Tests

Others

New Contributors

Full Changelog: v1.0.15...v1.0.16