Skip to content

Release#235

Merged
andyngdz merged 55 commits into
releasefrom
main
Feb 10, 2026
Merged

Release#235
andyngdz merged 55 commits into
releasefrom
main

Conversation

@andyngdz
Copy link
Copy Markdown
Owner

No description provided.

dependabot Bot and others added 30 commits January 22, 2026 01:21
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Implement Img2Img mode with dedicated UI tabs, image input handling, and configuration controls. Integrate backend API and update state management to support image-based generation workflows.
…r support, refactoring UI and adding error handling.
Bumps [next](https://github.com/vercel/next.js) from 16.0.10 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.10...v16.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…, refactor `ImageInput` for improved structure and aspect ratio handling.
… persisting strength and resizeMode, and include unit tests for the persistence logic.
….1.5

chore(deps): bump next from 16.0.10 to 16.1.5
…4.17.23

chore(deps): bump lodash from 4.17.21 to 4.17.23
…es-4.17.23

chore(deps): bump lodash-es from 4.17.21 to 4.17.23
Prevent unhandled FileReader failures and add tests/utilities to improve reliability and Sonar new-code metrics.
…ion hook and a utility for config preparation, and update ESLint rules.
…eImageInputController` with toast-based error handling, replacing `useImageInput` and `ImageInputBottomOverlay`.
…move associated variable and `CSSProperties` import.
## [1.19.0-beta.1](v1.18.0...v1.19.0-beta.1) (2026-02-03)

### Features

* Add Zustand persist middleware to the image2image config store, persisting strength and resizeMode, and include unit tests for the persistence logic. ([285d8bd](285d8bd))
* Enable Hires.fix functionality for Image2Image generation. ([b5204a5](b5204a5))
* **generator:** add image-to-image generation support ([d012d23](d012d23))
* **generator:** refactor ImageInput component and add useImageInput hook for improved file handling ([294753e](294753e))
* Implement `GeneratorPreviewTile` and `GeneratorModePanelLayout`, refactor `ImageInput` for improved structure and aspect ratio handling. ([a650cc1](a650cc1))
* implement image input with drag-and-drop, paste, and file picker support, refactoring UI and adding error handling. ([865f13b](865f13b))
* make image input handlers asynchronous, update types and tests, and add `createFileListLike` utility. ([44ea9c9](44ea9c9))

### Bug Fixes

* **generator-image-input:** handle file read errors ([678684d](678684d))

### Code Refactoring

* consolidate image input logic into `ImageInputZone` and `useImageInputController` with toast-based error handling, replacing `useImageInput` and `ImageInputBottomOverlay`. ([e14c67d](e14c67d))
* inline `aspectRatio` style directly into the element and remove associated variable and `CSSProperties` import. ([b1be7be](b1be7be))
* introduce React Hook Form test utilities and refactor existing tests to use them. ([52866b9](52866b9))
* introduce React Hook Form test utilities and refactor existing tests to use them. ([80f2f1a](80f2f1a))
* mock FileReader.readAsDataURL directly in ImageInput test instead of using a custom class. ([1983f1f](1983f1f))
* Replace `div` elements with `Button` components for image input interaction and removal. ([fcc1166](fcc1166))
* Replace custom FileReader mock classes with direct prototype spies in tests. ([ce1ffb3](ce1ffb3))
* replace native `<img>` tag with Heroui `Image` component and update tests ([a57baa4](a57baa4))
* update image input file loading to use Promise chaining and remove unnecessary React fragment. ([06cd657](06cd657))
dependabot Bot and others added 25 commits February 3, 2026 20:26
Bumps @isaacs/brace-expansion from 5.0.0 to 5.0.1.

---
updated-dependencies:
- dependency-name: "@isaacs/brace-expansion"
  dependency-version: 5.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…brace-expansion-5.0.1

chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1
Display loaded model family in the model selector and update related state management
## [1.19.0-beta.2](v1.19.0-beta.1...v1.19.0-beta.2) (2026-02-04)

### Features

* display loaded model family in the model selector and update related state management ([3f298f4](3f298f4))
…-to-the-bottom

Generate buttons not stickt to the bottom
## [1.19.0-beta.3](v1.19.0-beta.2...v1.19.0-beta.3) (2026-02-04)

### Code Refactoring

* Improve layout of generator mode panel and tabs to correctly fill height and position elements. ([e2651d2](e2651d2))
…actions for detailed image inspection and reuse.
… `useGeneratorPreviewerItemModel` hooks to simplify presentation components.
…d data URL service, and conditionally mount it in `Generator`.
…otoview modal actions, state management, and error handling.
…, and expand clipboardImageFile edge case tests.
Add a generator photoview modal with carousel, navigation, and actions for detailed image inspection and reuse.
## [1.19.0-beta.4](v1.19.0-beta.3...v1.19.0-beta.4) (2026-02-09)

### Features

* Add a generator photoview modal with carousel, navigation, and actions for detailed image inspection and reuse. ([df56c06](df56c06))
* add unit tests for data URL service, Framer Motion mock, and generator previewer item model hook. ([bdecbcb](bdecbcb))
* introduce GeneratorImageDownloadButton with tests and simplify its event propagation handling. ([10769fc](10769fc))

### Bug Fixes

* Ensure photoview modal's safe index handles empty item arrays and update test data. ([626b16d](626b16d))

### Code Refactoring

* Extract framer-motion mock to a test utility, add its tests, and expand clipboardImageFile edge case tests. ([98b0666](98b0666))
* Extract logic into `useGeneratorPhotoviewCarouselModel` and `useGeneratorPreviewerItemModel` hooks to simplify presentation components. ([ec16b96](ec16b96))
* Refactor `GeneratorPhotoviewModal` with a new model hook and data URL service, and conditionally mount it in `Generator`. ([bf3d4bf](bf3d4bf))
* render GeneratorPreviewTile's Card component as a div ([f982537](f982537))
* simplify `GeneratorPhotoviewModal` rendering and `GeneratorPreviewTile` to use `Card` component. ([b959e7c](b959e7c))
@andyngdz andyngdz merged commit 5b647b9 into release Feb 10, 2026
6 checks passed
@localai-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 1.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants