Conversation
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.
…hook for improved file handling
…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.
…and mode components.
…ion hook and a utility for config preparation, and update ESLint rules.
…nput interaction and removal.
… remove unnecessary React fragment.
…ing tests to use them.
…ing tests to use them.
…nstead of using a custom class.
…e spies in tests.
… and add `createFileListLike` utility.
…eImageInputController` with toast-based error handling, replacing `useImageInput` and `ImageInputBottomOverlay`.
…move associated variable and `CSSProperties` import.
Add image-to-image generation support
## [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))
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>
…lated state management
…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))
…y fill height and position elements.
…-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`.
…d update test data.
…nerator previewer item model hook.
…its event propagation handling.
…otoview modal actions, state management, and error handling.
…PreviewTile` to use `Card` component.
…, 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))
|
🎉 This PR is included in version 1.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.