Releases: hawtio/hawtio-react
Releases · hawtio/hawtio-react
1.2.1
Bug Fixes
- #809: Remove unnecessary tooltips for Expand All/Collapse All (77c8db1), closes #809
- session: Do not refresh session by clicking around session-expiration modal (f353923)
- shared: HAWNG-612 jmx tree should keep rendering even in presence of malformed mbeans (3ee4368)
What's Changed
- chore(deps): bump @types/node from 18.19.26 to 18.19.28 by @dependabot in #850
- chore(deps): bump @types/react-dom from 18.2.22 to 18.2.23 by @dependabot in #849
- chore(deps): bump oauth4webapi from 2.10.3 to 2.10.4 by @dependabot in #848
- fix(shared): HAWNG-612 jmx tree should keep rendering even in presence of malformed mbeans by @tadayosi in #851
- fix(session): Do not refresh session by clicking around session-expir… by @grgrzybek in #853
- fix(#809): Remove unnecessary tooltips for Expand All/Collapse All by @mmelko in #854
- ci(e2e): fix flaky tests in advance when switching to webpack by @tadayosi in #857
- refactor(app): migrate from craco to webpack for console assembly by @tadayosi in #847
- refactor(charts): Refactor Chart page by @mmelko in #846
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Features
Bug Fixes
- #827: Translate primitive Java array types into readable names (#829) (eb57d1c), closes #827
- api: export AttributeTable from shared (6068e1d)
- Autofocus login form & allow submit with Enter (2ff0b4e)
- change code organization in ui/session (f866b6b)
- ci: fix e2e for hawtio-next for v4.x (c58eeb7)
- ci: run on correct port on localhost for quarkus & attach app logs (19a7212)
- ci: use supported java versions for 4.x (1623613)
- CLUX-495: Use TableComposable for attributes and refactor the Attribute modal (bc9d463)
- deps: pin victory libraries more comprehensively (3ec453d)
- fix code style (e220907)
- shared: fix Attributes view not refreshed immediately for external plugins (a75ffda)
What's Changed
- ci: switch to default branch 4.x by @mmuzikar in #821
- fix(#827): Translate primitive Java array types into readable names by @grgrzybek in #829
- Fix E2E workflow & improve login form UX by @mmuzikar in #828
- fix(ci): fix e2e for hawtio-next for v4.x by @mmuzikar in #836
- fix(ci): run on correct port on localhost for quarkus & attach app logs by @mmuzikar in #841
- chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #842
- chore(deps): bump @types/react-dom from 18.2.21 to 18.2.22 by @dependabot in #824
- chore(deps-dev): bump eslint-plugin-react from 7.34.0 to 7.34.1 by @dependabot in #825
- feat(session): Add alert window when the session is about to expire. … by @grgrzybek in #831
- chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #833
- fix(ci): disable OIDC for app by @tadayosi in #834
- fix(shared): fix Attributes view not refreshed immediately for external plugins by @tadayosi in #835
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.14.4 to 0.14.6 by @dependabot in #838
- fix(deps): pin victory libraries more comprehensively by @tadayosi in #843
- chore(deps): bump @types/node from 18.19.23 to 18.19.26 by @dependabot in #840
- chore(deps): bump @testing-library/react from 14.2.1 to 14.2.2 by @dependabot in #837
- chore(deps-dev): bump craco-esbuild from 0.5.2 to 0.6.1 by @tadayosi in #844
- refactor(CLUX-495,496): Use the TableComposable for attributes and primary detail pattern instead of modal by @mmelko in #818
Full Changelog: v1.1.2...v1.2.0
1.1.2
Bug Fixes
- HAWNG-571: Runtime/Threads UX changes (07d7620)
- ui: export HawtioLoadingPage as part of Hawtio API (b3d5ff1), closes hawtio/hawtio-online#387
What's Changed
- chore(deps): bump @types/react-dom from 18.2.19 to 18.2.21 by @dependabot in #811
- chore(deps): bump react-router-dom from 6.22.2 to 6.22.3 by @dependabot in #812
- chore(deps): bump @types/node from 18.19.21 to 18.19.23 by @dependabot in #813
- chore(deps): bump superstruct from 1.0.3 to 1.0.4 by @dependabot in #814
- fix(HAWNG-571): Runtime/Threads UX changes by @mmelko in #810
- chore(deps): bump monaco-editor from 0.46.0 to 0.47.0 by @dependabot in #816
- fix(HAWNG-572): Runtime/System properties UX changes by @mmelko in #817
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.14.1 to 0.14.4 by @dependabot in #815
Full Changelog: v1.1.1...v1.1.2
1.1.1
1.1.0
Features
- auth: Fix token refresh scenario (b132958)
- auth: just mock oauth4webapi (it's ES module not working with jest) (d8bbae2)
- auth: OIDC authentication works with server side support (537ae18)
- auth: Remove unnecessary AbortController and use isLoading flag in less places (3b85bfd)
- auth: Working Azure OIDC authentication (work in progress, hardcoded config) (99005f4)
- camel: upgrade Camel models to 4.0.4 and 4.4.0 (eb04807), closes #800
Bug Fixes
- app: plugin path should start with '/' (7c2ccc7), closes hawtio/hawtio-operator#111
- HAWNG-514: Change icons for Collapse and Expand to links (be16ff4)
- yarn dedupe to fix lint (3721466)
What's Changed
- chore(deps): bump keycloak-js from 23.0.6 to 23.0.7 by @dependabot in #796
- chore(deps): bump @types/node from 18.19.17 to 18.19.18 by @dependabot in #795
- fix(HAWNG-514): Change icons for Collapse and Expand to links by @mmelko in #797
- chore(deps): upgrade typescript to 5.3.3 by @tadayosi in #798
- chore: update eslint to resolve warning at 'yarn lint' by @tadayosi in #799
- chore(deps): bump react-router-dom from 6.22.1 to 6.22.2 by @dependabot in #803
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.13.5 to 0.14.1 by @dependabot in #804
- chore(deps): bump @types/node from 18.19.18 to 18.19.21 by @dependabot in #806
- chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.0 by @dependabot in #805
- Azure OIDC wip by @grgrzybek in #794
- feat(camel): upgrade Camel models to 4.0.4 and 4.4.0 by @tadayosi in #808
Full Changelog: v1.0.7...v1.1.0
1.0.7
Bug Fixes
- api: expose each builtin plugin's entry point to the public API (470a6cb), closes #788
- core: branding css cannot override PatternFly styles with :root selector (db6e857), closes #787
- core: cannot add productInfo to hawtconfig when about is absent (47d7d15), closes #715
What's Changed
- chore(deps): bump reactflow from 11.10.3 to 11.10.4 by @dependabot in #783
- chore(deps): bump @types/node from 18.19.15 to 18.19.17 by @dependabot in #784
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.13.2 to 0.13.5 by @dependabot in #785
- chore(deps): bump react-router-dom from 6.22.0 to 6.22.1 by @dependabot in #786
- fix(core): cannot add productInfo to hawtconfig when about is absent by @tadayosi in #789
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #790
- fix(api): expose each builtin plugin's entry point to the public API by @tadayosi in #791
- fix(core): branding css cannot override PatternFly styles with :root selector by @tadayosi in #792
Full Changelog: v1.0.6...v1.0.7
1.0.6
Bug Fixes
- ui: HAWNG-222 block login form based on 429 response Retry-After from /auth/login (468d2ac)
What's Changed
- chore(deps-dev): bump tsup from 8.0.1 to 8.0.2 by @dependabot in #776
- chore(deps): bump @types/react-dom from 18.2.18 to 18.2.19 by @dependabot in #778
- chore(deps): bump monaco-editor from 0.45.0 to 0.46.0 by @dependabot in #779
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.12.6 to 0.13.2 by @dependabot in #781
- chore(deps): bump @types/node from 18.19.14 to 18.19.15 by @dependabot in #780
- fix(ui): HAWNG-222 block login form based on 429 response Retry-After from /auth/login by @tadayosi in #782
Full Changelog: v1.0.5...v1.0.6
1.0.5
Bug Fixes
- deps: downgrade to @patternfly/react-charts 6.x and @patternfly/react-code-editor 4.x (793a2f4)
What's Changed
- fix(deps): downgrade to @patternfly/react-charts 6.x and @patternfly/react-code-editor 4.x by @tadayosi in #773
Full Changelog: v1.0.4...v1.0.5
1.0.4
Bug Fixes
- connect: HAWNG-441 encrypt session storage (8ecb827)
- connect: HAWNG-474 make sure only http(s) is used for connection scheme (97500b3)
What's Changed
- chore(deps): bump react-router-dom from 6.20.1 to 6.21.1 by @dependabot in #726
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #727
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #728
- chore(deps): bump web-vitals from 3.5.0 to 3.5.1 by @dependabot in #730
- chore(deps): bump @testing-library/user-event from 14.5.1 to 14.5.2 by @dependabot in #732
- chore(deps): bump @types/node from 18.19.3 to 18.19.5 by @dependabot in #734
- chore(deps-dev): bump commit-and-tag-version from 12.0.0 to 12.1.0 by @dependabot in #735
- chore(deps): bump keycloak-js from 23.0.3 to 23.0.4 by @dependabot in #737
- chore(deps): bump @testing-library/jest-dom from 6.1.5 to 6.2.0 by @dependabot in #736
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #738
- chore(deps): bump @module-federation/utilities from 3.0.0 to 3.0.5 by @dependabot in #725
- chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 by @dependabot in #739
- chore(deps): bump @types/node from 18.19.5 to 18.19.7 by @dependabot in #740
- chore(deps-dev): bump commit-and-tag-version from 12.1.0 to 12.2.0 by @dependabot in #741
- chore(deps): bump react-router-dom from 6.21.1 to 6.21.2 by @dependabot in #742
- chore(deps): bump react-router-dom from 6.21.2 to 6.21.3 by @dependabot in #745
- chore(deps): bump reactflow from 11.10.1 to 11.10.2 by @dependabot in #746
- chore(deps): bump @testing-library/jest-dom from 6.2.0 to 6.2.1 by @dependabot in #748
- chore(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #749
- chore(deps): bump @types/node from 18.19.7 to 18.19.8 by @dependabot in #751
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in #752
- chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 by @dependabot in #747
- chore(deps): bump xml-formatter from 3.6.0 to 3.6.2 by @dependabot in #750
- chore: ignore IDEA files by @grgrzybek in #753
- chore(deps): bump web-vitals from 3.5.1 to 3.5.2 by @dependabot in #759
- chore(deps): bump @testing-library/jest-dom from 6.2.1 to 6.3.0 by @dependabot in #755
- chore(deps): bump reactflow from 11.10.2 to 11.10.3 by @dependabot in #756
- chore(deps): bump @types/node from 18.19.8 to 18.19.10 by @dependabot in #757
- chore(deps): bump keycloak-js from 23.0.4 to 23.0.5 by @dependabot in #758
- fix(connect): HAWNG-441 encrypt session storage by @tadayosi in #760
- fix(connect): HAWNG-474 make sure only http(s) is used for connection scheme by @tadayosi in #761
- chore(deps): bump @thumbmarkjs/thumbmarkjs from 0.12.2 to 0.12.6 by @dependabot in #762
- chore(deps): bump @testing-library/jest-dom from 6.3.0 to 6.4.2 by @dependabot in #763
- chore(deps): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #764
- chore(deps): bump keycloak-js from 23.0.5 to 23.0.6 by @dependabot in #765
- chore(deps): bump react-router-dom from 6.21.3 to 6.22.0 by @dependabot in #766
- chore(deps): bump @testing-library/react from 14.1.2 to 14.2.1 by @dependabot in #767
- chore(deps): bump @patternfly/react-code-editor from 5.1.2 to 5.2.0 by @dependabot in #768
- chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #769
- chore(deps): bump @types/node from 18.19.10 to 18.19.14 by @dependabot in #770
New Contributors
- @grgrzybek made their first contribution in #753
Full Changelog: v1.0.3...v1.0.4