Releases: NorskHelsenett/ror-web
Releases · NorskHelsenett/ror-web
v0.0.13
What's Changed
- feat(web): add dashboard component by @hanlun0804 in #57
- feat(web): display health status on cluster page by @patrickedqvist in #59
- style: add more styles to button variants by @patrickedqvist in #60
- feat(web): add navigation tabs and sub-pages to cluster page by @patrickedqvist in #62
- feat(web): add raw-data subpage to cluster page by @patrickedqvist in #63
- feat(web): add tools to cluster page by @patrickedqvist in #64
New Contributors
- @hanlun0804 made their first contribution in #57
Full Changelog: v0.0.12...v0.0.13
version 0.0.12
Notable changes
Here's a summary of the changes in this release:
New Components
- Added Breadcrumb component for improved navigation
- Added DefinitionList component for structured data displays
- Added Code Snippet with copy button functionality
- Added Icon Indicator for status visualization
User Interface Improvements
- Updated Button component with new styling and functionality
- Refactored Tile and Layer components styling
- Added Heading component to the design system
- Updated font family and reset CSS for consistent typography
Feature Enhancements
- Added JWT expiration check for improved user authentication security
- Added SASS utilities for better developer experience
- Implemented basic clusters page with both profile view and table view
- Added clusters resource to JavaScript API client
What's Changed
- ✨ feat: add Breadcrumb component by @patrickedqvist in #42
- ✨ feat(js-api-client): add clusters resource by @patrickedqvist in #43
- update-font-family-and-reset-css by @patrickedqvist in #44
- ✨ feat(web): add basic clusters page by @patrickedqvist in #45
- fix(design): add heading component to styles by @patrickedqvist in #46
- ✨ feat(web): add JWT expiration check for user authentication by @patrickedqvist in #47
- ✨ feat(react): add DefinitionList component by @patrickedqvist in #49
- ✨ feat: update button component by @patrickedqvist in #50
- ✨ feat: refactor tile & layer by @patrickedqvist in #50
- ✨ feat: add code-snippet and copy-button by @patrickedqvist in #50
- ✨ feat(web): add profile and clusters page by @patrickedqvist in #51
- ✨ fix: corrected usage of some components and build errors by @patrickedqvist in #52
- ✨ feat: add sass utilities for an improved DX by @patrickedqvist in #55
- ✨ feat(web): add table view of clusters by @patrickedqvist in #56
- ✨ Add icon-indicator by @patrickedqvist in #58
Full Changelog: v0.0.11...v0.0.12
v0.0.11
Notable changes
- Added dark mode toggle
- Added open telemetry
- js-api-sdk renamed to js-api-client
What's Changed
- ✨ chore: remove AUTH_AUDIENCE from environment config by @patrickedqvist in #36
- ✨ refactor: rename js-api-sdk to js-api-client by @patrickedqvist in #34
- ✨ feat: add theme toggle component and refactor left-panel by @patrickedqvist in #37
- ✨ feat: add color scheme validation and improve preference handling by @patrickedqvist in #38
- ✨ docs: update layer documentation on Tile component by @patrickedqvist in #40
- ✨ feat(web): add open telemetry by @patrickedqvist in #41
- ✨ style: update profile component styles and structure by @patrickedqvist in #39
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- 🚀 chore: update dev server port from 11000 to 11100 by @patrickedqvist in #33
- Fixing security context by @rogerwesterbo in #35
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- 🚧 fix(web): update Dockerfile to copy public directory correctly by @patrickedqvist in #31
- feat(web): add audience param to authorization by @patrickedqvist in #32
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- ✨ fix(web): update static file copy path in Dockerfile by @patrickedqvist in #30
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- chore(web): update env handling of client facing variables by @patrickedqvist in #29
Full Changelog: v0.0.6...v0.0.7
v0.0.6 - Monorepo
What's Changed
- Repo is a now monorepo, organized into seperate packages for design, react component library, js-api-sdk and a storybook documentation app. The web GUI is now in apps/web.
- refactor(web): renaming of env variables for next & next-auth best-practice by @patrickedqvist in #18
- feat(web): add left panel and main navigation by @patrickedqvist in #19
- chore: add prettier and format all files by @patrickedqvist in #24
- chore(web): update docker file after monorepo change by @patrickedqvist in #28
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- ✨ feat: add scope to DexIDP provider by @patrickedqvist in #15
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: replace react-router with nextjs by @patrickedqvist in #14
Full Changelog: v0.0.3...v0.0.4