Changes since 6.4.6
🚀 Features
- [UX]: allow to navigate to namespace-details from other resource details view (#7203) https://github.com/ixrock
- Introduce package for Features (#7242) https://github.com/jansav
- Add displaying @k8slens/* versions in about when not latest (#7257) https://github.com/Nokel81
- Allow CatalogEntityDetails to be opened anywhere (#6939) https://github.com/Nokel81
- Better displaying container's info for Pods (#7331) https://github.com/ixrock
- Fine-tune light theme hotbar colors #7351) https://github.com/aleksfront
🐛 Bug Fixes
- Fix windows not being able to build new Feature packages (#7220) https://github.com/jansav
- Port #7282 to master (#7289) https://github.com/jakolehm
- Keep up-to-date resource in the details view (Drawer) (#7224) https://github.com/ixrock
- Fix cluster disconnect not working (#7352) https://github.com/Nokel81
🧰 Maintenance
- Switch to using NPM workspaces (#7115) https://github.com/jansav
- Add package for sharing typescript configurations for upcoming Features (#7197) https://github.com/jansav
- Add package for sharing jest configuration for upcoming Features (#7198) https://github.com/jansav
- Add package for sharing webpack configurations for upcoming Features (#7199) https://github.com/jansav
- Extract injection token for application information to separate NPM package (#7211) https://github.com/jansav
- Add publish configuration to packages that are public (#7221) https://github.com/jansav
- Upgrade and adapt to new version of libraries in ogre-tools (#7241) https://github.com/jansav
- Make builds of TS-declarations more deterministic in multi-export packages (#7248) https://github.com/jansav
- Only run unit tests on linux for PRs (#7252) https://github.com/Nokel81
- Cleanup getDi and registering injectables (#7251) https://github.com/Nokel81
- Fir unit test workflow to only start on linux (#7254) https://github.com/Nokel81
- Add publish configuration to package (#7261) https://github.com/jansav
- Bump versions to 6.5.0-alpha.0 (#7253) https://github.com/Nokel81
- Bump rimraf from 4.1.2 to 4.1.3 (#7258) https://github.com/app/dependabot
- Bump @swc/core from 1.3.35 to 1.3.37 (#7246) https://github.com/app/dependabot
- Bump rimraf from 4.1.3 to 4.2.0 (#7267) https://github.com/app/dependabot
- Extract agnostic and electron-main ways of starting application to separate packages (#7259) https://github.com/jansav
- Switch to using start application from Feature (#7260) https://github.com/jansav
- Fix failing unit tests about overriding too late (#7287) https://github.com/Iku-turso
- Update package lock (#7288) https://github.com/Iku-turso
- Bump jest from 29.4.3 to 29.5.0 (#7297) https://github.com/app/dependabot
- Bump @swc/core from 1.3.37 to 1.3.38 (#7296) https://github.com/app/dependabot
- Bump rimraf from 4.3.0 to 4.3.1 (#7298) https://github.com/app/dependabot
- Bump jest-environment-jsdom from 29.4.3 to 29.5.0 (#7294) https://github.com/app/dependabot
- Simplify test setup by removing option for global overrides (#7302) https://github.com/jansav
- Include step for make cherry-pick PR in Release Guide (#7311) https://github.com/Nokel81
- Fix requestNonCoreApiVersions after cherry-pick (#7312) https://github.com/Nokel81
- Fix typo in name of environment (#7318) https://github.com/jansav
- Update link in README (#7314) https://github.com/jansav
- Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313) https://github.com/app/dependabot
- Cleanup Cluster to remove environment specific details (#6951) https://github.com/Nokel81
- Convert runMany and runManySync to use injectManyWithMeta + move to seperate package (#7244) https://github.com/Nokel81
- Introduce eslint and prettier for features and start using it (#7306) https://github.com/jansav
- Bump webpack from 5.75.0 to 5.76.0 (#7325) https://github.com/app/dependabot
- Bump rimraf from 4.3.1 to 4.4.0 (#7324) https://github.com/app/dependabot
- Change typing for after/before window/application start (#7342) https://github.com/Nokel81