diff --git a/LICENSE.md b/LICENSE.md index ed5bc6e8..da8a376d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2015-2025 [EPAM Systems, Inc.](https://www.epam.com/) +Copyright (c) 2015-2026 [EPAM Systems, Inc.](https://www.epam.com/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 57842b69..82683fa8 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ is to reference a CDN version:
- + - - + + @@ -70,4 +70,4 @@ for submitting pull requests. [MIT](LICENSE.md) -Copyright (c) 2015–2025 [EPAM Systems, Inc.](https://www.epam.com/) +Copyright (c) 2015–2026 [EPAM Systems, Inc.](https://www.epam.com/) diff --git a/package.json b/package.json index ed37a164..fe25bb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "miew-monorepo", - "version": "0.11.0", + "version": "0.12.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/miew-app/CHANGELOG.md b/packages/miew-app/CHANGELOG.md index 71000ce9..1c8f1330 100644 --- a/packages/miew-app/CHANGELOG.md +++ b/packages/miew-app/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.12.0] - 2026-06-09 + +### Changed + +- Replaced the custom Miew viewer implementation with the `miew-react` wrapper component. +- Migrated Redux state management from plain Redux to Redux Toolkit. +- Removed the non-serializable Miew instance from the Redux store; components now access it + through React context instead. +- Upgraded to React 19. + +### Fixed + +- Restored the "Fork me on GitHub" ribbon in the application header. + +### Internal + +- Moved test files next to the source files they cover. +- Updated third-party dependencies. + ## [0.11.0] - 2024-08-26 ### Added @@ -16,5 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [`miew-app`]: https://github.com/epam/miew/tree/main/packages/miew-app -[Unreleased]: https://github.com/epam/miew/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/epam/miew/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/epam/miew/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/epam/miew/compare/v0.9.0...v0.11.0 diff --git a/packages/miew-app/README.md b/packages/miew-app/README.md index c3c97a3f..272f7186 100644 --- a/packages/miew-app/README.md +++ b/packages/miew-app/README.md @@ -18,4 +18,4 @@ Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) for details on our code of [MIT](../../LICENSE.md) -Copyright (c) 2015–2025 [EPAM Systems, Inc.](https://www.epam.com/) +Copyright (c) 2015–2026 [EPAM Systems, Inc.](https://www.epam.com/) diff --git a/packages/miew-app/package.json b/packages/miew-app/package.json index 6e1f9a1b..3dd58245 100644 --- a/packages/miew-app/package.json +++ b/packages/miew-app/package.json @@ -1,6 +1,6 @@ { "name": "miew-app", - "version": "0.11.0", + "version": "0.12.0", "description": "React application demonstrating capabilities of Miew library", "author": "EPAM Systems, Inc.", "private": true, diff --git a/packages/miew-app/src/components/menu/panelslist/panels/AboutPanel/AboutPanel.jsx b/packages/miew-app/src/components/menu/panelslist/panels/AboutPanel/AboutPanel.jsx index d8063c23..14ae4b09 100644 --- a/packages/miew-app/src/components/menu/panelslist/panels/AboutPanel/AboutPanel.jsx +++ b/packages/miew-app/src/components/menu/panelslist/panels/AboutPanel/AboutPanel.jsx @@ -19,7 +19,7 @@ const AboutPanel = () => {{version}
-Copyright © 2015–2025 EPAM Systems, Inc.
+Copyright © 2015–2026 EPAM Systems, Inc.
diff --git a/packages/miew-app/src/components/menu/terminal/Terminal.jsx b/packages/miew-app/src/components/menu/terminal/Terminal.jsx index b43b50cc..1b721041 100644 --- a/packages/miew-app/src/components/menu/terminal/Terminal.jsx +++ b/packages/miew-app/src/components/menu/terminal/Terminal.jsx @@ -32,7 +32,7 @@ function Terminal({ isTerminalVisible }) { } const terminalConfig = { - greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2025 EPAM Systems, Inc.\n', + greetings: 'Miew - 3D Molecular Viewer\nCopyright © 2015-2026 EPAM Systems, Inc.\n', prompt: 'miew> ', name: 'miew', scrollOnEcho: true, diff --git a/packages/miew-react/CHANGELOG.md b/packages/miew-react/CHANGELOG.md index 5da1f0d8..29618ec7 100644 --- a/packages/miew-react/CHANGELOG.md +++ b/packages/miew-react/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.12.0] - 2026-06-09 + +### Added + +- The `Viewer` component now accepts `className`, `style`, `id`, `title`, event handlers, + `data-*` and `aria-*` attributes, and other standard HTML `Copyright © 2015–2025 EPAM Systems, Inc.
+Copyright © 2015–2026 EPAM Systems, Inc.