Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							131e608885 
							
						 
					 
					
						
						
							
							fix: fix two disabled tooltips ( #8464 )  
						
						... 
						
						
						
						Fix this warning:
> MUI: You are providing a disabled button child to the Tooltip
component.
> A disabled element does not fire events.
> Tooltip needs to listen to the child element’s events to display the
title.
> Add a simple wrapper element, such as a span. 
						
					 
					
						2024-10-16 15:25:50 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb0a26941b 
							
						 
					 
					
						
						
							
							fix: wrap the UserAvatar component in forwardRef ( #8461 )  
						
						... 
						
						
						
						This fixes another one of the warnings we have in our tests and is
probably a sane change to make anyway. 
						
					 
					
						2024-10-16 14:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe09ae214f 
							
						 
					 
					
						
						
							
							chore: fix "key" prop issues in front end tests ( #8459 )  
						
						... 
						
						
						
						Fixes all warnings about the "key" prop. The majority of the fixes fall
into one of the following categories:
- Extracting "key" props in tables (you're not allowed to just spread
them in)
- Adding "key" props to autocomplete options and chips
- fixing test data that didn't contain ids 
						
					 
					
						2024-10-16 14:57:43 +02:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c580e762b3 
							
						 
					 
					
						
						
							
							Restructure features documentation ( #8394 )  
						
						
						
					 
					
						2024-10-16 13:59:30 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a98f86077 
							
						 
					 
					
						
						
							
							chore: make the Unleash AI chat resizable ( #8456 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2840/make-the-unleash-ai-chat-window-resizable 
This PR makes the Unleash AI chat resizable, providing users with a
flexible way to adjust the chat window's size.
Implements a reusable `Resizable` wrapper component that allows
configuration of:
 - Minimum, maximum, and default sizes.
- Customizable resize handlers for each edge and corner of the
container.
 - Optional resize event callbacks.
Double-clicking any resize handler maximizes the container along that
axis (or both, if it's a corner). If the container is already maximized,
double-clicking again will revert it to the default size. 
					
						2024-10-16 09:15:40 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ba87d1436 
							
						 
					 
					
						
						
							
							chore: fix invalid dom nesting ( #8451 )  
						
						... 
						
						
						
						This PR fixes all `invalidDomNesting` errors we're getting in our tests.
The culprit was the `Badge` icon we use, which wrapped its children in a
div. When that's used as a child of a `p` tag, that'd cause this to
trigger.
What I've done is to change the wrapping element to a span instead. The
Badge itself uses an `display: inline-flex`, so divs and spans should be
treated the same, meaning there's no visual change for this. 
						
					 
					
						2024-10-16 08:33:47 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d4e84d6eb 
							
						 
					 
					
						
						
							
							fix: unleash AI chat message code not breaking to new line ( #8455 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2841/fix-a-bug-where-code-does-not-break-to-new-lines-in-messages 
Fixes a bug where code in an Unleash AI chat message would not break to
new lines.
### Before
<img width="451" alt="image"
src="https://github.com/user-attachments/assets/43023206-f6e9-48ef-bd22-cc0c0fe04668 ">
### After
<img width="404" alt="image"
src="https://github.com/user-attachments/assets/2f0bad32-8d40-4edd-bdbb-df0eb9ffb977 "> 
					
						2024-10-15 14:43:01 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b56f8ff89 
							
						 
					 
					
						
						
							
							chore: add descriptions to accordion headers ( #8452 )  
						
						... 
						
						
						
						This commits adds descriptions to the accordion headers in the
personal dashboard.
 
						
					 
					
						2024-10-15 13:14:18 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							abef5deaef 
							
						 
					 
					
						
						
							
							chore: remove all deprecated imports of act ( #8398 )  
						
						... 
						
						
						
						don't use `act` from `react-dom`. Instead, use act from `react`
directly, as advised by the deprecation notice.
This PR fixes all of the deprecated import warnings, updates some
testing libraries we use (and tests), and fixes one or two other
warnings. 
						
					 
					
						2024-10-15 13:53:26 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc1f058cf4 
							
						 
					 
					
						
						
							
							chore: make onboarding concepts img more readable ( #8448 )  
						
						
						
					 
					
						2024-10-15 12:02:55 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							258eb36afe 
							
						 
					 
					
						
						
							
							fix($env): fix environment order form state ( #8449 )  
						
						
						
					 
					
						2024-10-15 09:44:40 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4cfb29adc 
							
						 
					 
					
						
						
							
							refactor: front end code pt II ( #8444 )  
						
						... 
						
						
						
						This PR continues the refactoring of the front end code for dashboards. 
The main points are:
- Extracts the `ActionBox` component that we used in a lot of places.
There were some minor differences between the various incarnations, so
this also better aligns them.
- Extract other components (`AskOwnerToAddYouToTheirProject`,
`YourAdmins`)
- Move the `NeutralCircleContainer` into `SharedComponents`
- Delete the separate no content grid (this is now handled in projects
instead)
- extract my projects grid contents into a single function so that it's
easier to understand what content you get for what states
Here's all the states side by side:
 
						
					 
					
						2024-10-15 09:14:24 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5a2a18ffc 
							
						 
					 
					
						
						
							
							Add environment types environment order ( #8447 )  
						
						
						
					 
					
						2024-10-15 11:00:31 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4167d772e9 
							
						 
					 
					
						
						
							
							chore: rename personal dashboard menu item to dashboard ( #8437 )  
						
						... 
						
						
						
						This change updates the title for the personal dashboard menu item to
be just "dashboard"
Before:

After:
 
						
					 
					
						2024-10-15 09:34:43 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d02443be95 
							
						 
					 
					
						
						
							
							chore: Unleash AI chat UI ( #8445 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2792/create-the-aichat-component 
Implements the Unleash AI chat UI.
This is essentially a polished version from the hackathon.
It will show up in the bottom right corner when the respective
prerequisites are met.
<img width="1508" alt="image"
src="https://github.com/user-attachments/assets/80da15a5-e638-4ccf-850b-508fcfd4991a ">
<img width="1507" alt="image"
src="https://github.com/user-attachments/assets/8690cd42-1106-4f42-b459-41e574ab282f ">
<img width="1506" alt="image"
src="https://github.com/user-attachments/assets/ea243828-ffcd-4243-b40c-6fa6357c3e70 "> 
					
						2024-10-15 08:14:04 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f63496d47f 
							
						 
					 
					
						
						
							
							chore: Unleash AI API hook ( #8441 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2791/create-a-useaiapi-react-hook 
Implements a basic Unleash AI API React hook that fits our initial needs
for interacting with this API through our frontend.
Also adds a new nice-to-have script to run the frontend set to the
`demo` base path, which matches our Cloud defaults. This way you can run
the latest local cloud with the latest local frontend in an easy way. 
					
						2024-10-14 13:29:29 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d49070cee 
							
						 
					 
					
						
						
							
							refactor: refactor personal dashboard front end code pt1 ( #8440 )  
						
						... 
						
						
						
						This is the first step in refactoring the front end code for personal
dashboards.
At this point:
- extract `useDashboardState` to its own file
- extract my flags to its own file
- Rename `Grid.tsx` to `SharedComponents.tsx` as it contains more than
just the grid. 
						
					 
					
						2024-10-14 13:51:23 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3dd51734e 
							
						 
					 
					
						
						
							
							fix: handle cases where the flag name causes API errors (or other errors occur) ( #8439 )  
						
						... 
						
						
						
						This commit fixes a bug where the frontend would crash if the flag
name was invalid (such as `..`).
 
						
					 
					
						2024-10-14 11:48:22 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a036997dc 
							
						 
					 
					
						
						
							
							Revert "Refactor front end code pt 1 ( #8438 )"  
						
						... 
						
						
						
						This reverts commit 8c2ed5dc30 
						
					 
					
						2024-10-14 11:46:09 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c2ed5dc30 
							
						 
					 
					
						
						
							
							Refactor front end code pt 1 ( #8438 )  
						
						... 
						
						
						
						This PR is the first in the front end code refactoring. It moves My
Flags out into a separate file and includes some extra error handling
(such as if the name of the flag causes problems for the API).
 
						
					 
					
						2024-10-14 11:45:37 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2354dcceb 
							
						 
					 
					
						
						
							
							fix: spacing between lifecycle metrics and env/period selector ( #8433 )  
						
						... 
						
						
						
						This PR fixes a spacing issues between the lifecycle metrics and the
environment/period selector. They're now grouped better by proximity. 
						
					 
					
						2024-10-11 14:00:25 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a991cf4eff 
							
						 
					 
					
						
						
							
							fix: now health widget will match will chart ( #8432 )  
						
						... 
						
						
						
						Now it will match with chart if no data.
Previous

Now
 
						
					 
					
						2024-10-11 14:33:46 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							226874fe23 
							
						 
					 
					
						
						
							
							fix($env): order API integration update ( #8431 )  
						
						
						
					 
					
						2024-10-11 13:23:54 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc07a48500 
							
						 
					 
					
						
						
							
							feat: more clear pricing text ( #8429 )  
						
						... 
						
						
						
						
---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2024-10-11 13:19:11 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32816f5abf 
							
						 
					 
					
						
						
							
							fix: handle narrow screens better ( #8430 )  
						
						... 
						
						
						
						This PR improves handling of narrow screens. It:
- makes the owner/roles row wrap when it needs to
- makes the lifecycle + metric selectors wrap when necessary
- makes the text for the empty chart wrap (and makes it text, not label) 
						
					 
					
						2024-10-11 11:21:13 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fa918e4f7 
							
						 
					 
					
						
						
							
							feat($env): additional environments - API integration ( #8424 )  
						
						... 
						
						
						
						Make API calls from "order environments" dialog, improve validation 
						
					 
					
						2024-10-11 09:01:35 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01b2a15b8a 
							
						 
					 
					
						
						
							
							fix: adjust the height of the flag section ( #8426 )  
						
						... 
						
						
						
						This commit adjusts the height of the flag section in the personal
dashboard, so that the chart doesn't cause scrolling on the widest
version.
Before:

After:

Also fixes some issues in regards to super big lists when it goes into
flex mode and makes the chart more responsive 
						
					 
					
						2024-10-11 10:09:26 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e72aa2871e 
							
						 
					 
					
						
						
							
							feat: order environment plausible events ( #8427 )  
						
						
						
					 
					
						2024-10-11 11:05:33 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d944eff34c 
							
						 
					 
					
						
						
							
							refactor: use splash api to store splash state ( #8422 )  
						
						... 
						
						
						
						To avoid showing the key concepts screen to users every time they log
back in to Unleash (after logging out), store the state in the DB splash
table.
The reason we need to do this is that we clear localstorage on logging
out, so things like splash screens and certain other settings don't get
stored. 
						
					 
					
						2024-10-11 09:19:29 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74370468d1 
							
						 
					 
					
						
						
							
							fix: section sizes ( #8423 )  
						
						... 
						
						
						
						This PR fixes issues with section sizes including:
- Jank when they change suddenly
- Overflowing list of admins / events
- Short lists that should stretch to the height of their container. 
						
					 
					
						2024-10-11 09:10:21 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c8aef58ae 
							
						 
					 
					
						
						
							
							fix: revert link changes ( #8425 )  
						
						... 
						
						
						
						Making them absolute appears to break them. Reverting to relative links. 
						
					 
					
						2024-10-11 08:09:31 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c5fab518f 
							
						 
					 
					
						
						
							
							chore: use new signal meta properties in event timeline ( #8421 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2796/better-signals-integration 
Adds support to the following signal payload meta properties:
 - `unleash_title`
 - `unleash_description`
 - `unleash_icon`
 - `unleash_variant`
Follows a logic similar to what we currently have for banners. E.g.
[custom icon](https://docs.getunleash.io/reference/banners#custom-icon ).
## Call signal endpoints


## View signals in event timeline

 
					
						2024-10-10 15:41:02 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0dc7fa0ae 
							
						 
					 
					
						
						
							
							fix: fix title sizes ( #8420 )  
						
						... 
						
						
						
						Makes both headers of the same setup complete section the same size.
Also normalize casing 
						
					 
					
						2024-10-10 13:50:30 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21887aa3b9 
							
						 
					 
					
						
						
							
							fix: show empty chart when we're loading flag metrics ( #8419 )  
						
						... 
						
						
						
						This PR makes it so that we show an empty chart when we're loading flag
metrics, instead of showing the placeholder chart.
It uses a very simple version that may not be the same size as the
standard chart (because it has no labels), but we can change that at a
later date.
 
						
					 
					
						2024-10-10 13:43:31 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcce0f852c 
							
						 
					 
					
						
						
							
							chore: track personal dashboard navigation ( #8417 )  
						
						... 
						
						
						
						This PR adds plausible tracking for navigating to items from the
personal dashboard.
It tracks:
- Navigating to projects from the list
- Navigating to projects from the onboarding screen
- Navigating to flags from the list
- Opening the key concepts dialog 
						
					 
					
						2024-10-10 13:30:47 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5cfd2e80e 
							
						 
					 
					
						
						
							
							feat: handle cases where user has no flags ( #8416 )  
						
						... 
						
						
						
						This PR handles the cases where a user has no flags to display. There's
a few different ways this can happen:
1. The user has no project membership.
2. The user has projects, but no flags.
In the first case, we tell them to reach out to their admin.
In the second case, we tell them to go to one of their projects to
create a new flag.
User has no projects:

User has no flags:
 
						
					 
					
						2024-10-10 12:54:42 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d00873c357 
							
						 
					 
					
						
						
							
							chore: add OpenAI API key configuration ( #8400 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2787/add-openai-api-key-to-our-configuration 
Adds the OpenAI API key to our configuration and exposes a new
`unleashAIAvailable` boolean in our UI config to let our frontend know
that we have configured this. This can be used together with our flag to
decide whether we should enable our experiment for our users. 
					
						2024-10-10 09:43:14 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							534dd093d2 
							
						 
					 
					
						
						
							
							Additional environments confirmation dialog ( #8407 )  
						
						
						
					 
					
						2024-10-10 10:26:13 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5df7b15af0 
							
						 
					 
					
						
						
							
							fix: chart issues in dark mode ( #8414 )  
						
						... 
						
						
						
						This PR fixes two issues with the chart in dark mode:
1. Grid lines are almost invisible
2. Placeholder data lines are way too bright
The fix for both is to use the theme's divider color.

 
						
					 
					
						2024-10-10 10:03:16 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6365d8bce 
							
						 
					 
					
						
						
							
							chore: remove graph, update health message ( #8403 )  
						
						... 
						
						
						
						Removes the graph and updates the box to show a health message based on
current health if you don't have any trends:
With trends:

Without:
 
						
					 
					
						2024-10-10 09:22:45 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ae9589e67 
							
						 
					 
					
						
						
							
							chore: move flag activity info to the left ( #8411 )  
						
						... 
						
						
						
						Shifts the display of the activity info to the left instead of cramming
it in next to metrics selectors.
 
						
					 
					
						2024-10-10 09:22:26 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42d5eeb7e5 
							
						 
					 
					
						
						
							
							fix: display tick values for chart Y axis ( #8412 )  
						
						... 
						
						
						
						This PR adds back in ticks for the Y axis of the chart. The ticks were
removed when updating the no content chart and this was an oversight. 
						
					 
					
						2024-10-10 08:52:25 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d032a91494 
							
						 
					 
					
						
						
							
							chore: add unleashAI feature flag ( #8399 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2773/add-unleashai-feature-flag 
Adds the `unleashAI` feature flag, the first step in the Unleash AI
experiment. 
					
						2024-10-09 14:10:58 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							178940ce7f 
							
						 
					 
					
						
						
							
							fix: environments route should be hidden from menu for open-source ( #8397 )  
						
						
						
					 
					
						2024-10-09 15:45:02 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23b0401381 
							
						 
					 
					
						
						
							
							feat: make panels collapsible ( #8395 )  
						
						... 
						
						
						
						This PR makes the projects and flags panels collapsible. The panels are
expanded by default and can be collapsed by clicking on the panel
header. The state of the panels is saved in localstorage.
As part of this, it also:
- moves the flag exposure metrics next to the metric selectors
- fixes the alignment of the "no exposure" line

Line alignment:
before:

after:
 
						
					 
					
						2024-10-09 14:25:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca831f79e5 
							
						 
					 
					
						
						
							
							feat: order additional environments email templates ( #8401 )  
						
						... 
						
						
						
						Most of the HTML/styles retaken from existing templates.
 
						
					 
					
						2024-10-09 15:15:27 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad35fa9a48 
							
						 
					 
					
						
						
							
							fix: make no data look like no data ( #8396 )  
						
						... 
						
						
						
						This PR adjusts what we show for no data to make it clearer that we
actually have no data.
It also makes the graph slightly smaller.
 
						
					 
					
						2024-10-09 13:16:57 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb2d1fb905 
							
						 
					 
					
						
						
							
							Add configure environments link to project settings ( #8391 )  
						
						
						
					 
					
						2024-10-09 10:24:46 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f23ba70bb4 
							
						 
					 
					
						
						
							
							feat: add timestamps to project events ( #8389 )  
						
						... 
						
						
						
						This PR adds timestamps to project events and displays them in the
"latest events" box in the project details view.
It also changes the font weight of events to be only normal.
 
						
					 
					
						2024-10-09 09:32:58 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18ae49900b 
							
						 
					 
					
						
						
							
							fix: route for environments for pro customers ( #8390 )  
						
						
						
					 
					
						2024-10-08 13:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48eee2043f 
							
						 
					 
					
						
						
							
							Frontend for additional environments ( #8378 )  
						
						
						
					 
					
						2024-10-08 12:59:41 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99021f373f 
							
						 
					 
					
						
						
							
							chore: update docs URL for event timeline ( #8388 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2767/update-docs-url-in-event-timeline 
Updates the event timeline documentation URL to directly link to the
event timeline section. 
					
						2024-10-08 12:26:51 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							787af6f0eb 
							
						 
					 
					
						
						
							
							feat: android/swift slow metric info ( #8387 )  
						
						... 
						
						
						
						Two corner cases, android and swift do not post metrics before default
time. Adding small info box for them.
 
						
					 
					
						2024-10-08 13:37:00 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f9278be92 
							
						 
					 
					
						
						
							
							fix: removes welcome message and updates view details button ( #8385 )  
						
						... 
						
						
						
						The welcome message doesn't provide much help, and the question mark was
confusing. This PR removes the message and changes the button to look
like a link.
 
						
					 
					
						2024-10-08 12:28:41 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b190efce53 
							
						 
					 
					
						
						
							
							chore: removes setup badge from personal dashboard ( #8384 )  
						
						... 
						
						
						
						The badge has been removed from the onboarding flow, so we don't need
to show it here. This also prepares it for the collapsible sections. 
						
					 
					
						2024-10-08 12:28:31 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8f4454039a 
							
						 
					 
					
						
						
							
							feat: start capturing onboarded status also from register endpoint ( #8386 )  
						
						... 
						
						
						
						1. Remove all customer intervals
2. Start capturing onboarded status also from register endpoint 
						
					 
					
						2024-10-08 12:40:33 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8c73c79fc 
							
						 
					 
					
						
						
							
							fix: handle lots of project roles better ( #8383 )  
						
						... 
						
						
						
						This PR improves how we handle cases where you have lots of roles or roles with very long names.
It puts project roles into it's own little area (and turns it into a list!). We'll show three roles by default. If they all have super long names, we'll split them up onto multiple lines.
Additionally, the headers and avatar group will no longer wrap.
So in edge case territory, it'll look like this:

And what if one role has an even longer name? It'll wrap inside the badge:
 
						
					 
					
						2024-10-08 09:50:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c22658b5d 
							
						 
					 
					
						
						
							
							chore: update jsdom to 25.0.1 ( #8355 )  
						
						... 
						
						
						
						The primary reason for the bump is that newer versions of jsdom
support `@container` queries. The current version chucks a big warning
into stderr that it couldn't parse the stylesheet. 
						
					 
					
						2024-10-08 09:32:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a7bf865d3 
							
						 
					 
					
						
						
							
							fix: handle project fetching error ( #8375 )  
						
						... 
						
						
						
						Work in progress 
						
					 
					
						2024-10-08 08:46:14 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21573d36de 
							
						 
					 
					
						
						
							
							fix: import svg viewbox misalignment ( #8216 )  
						
						... 
						
						
						
						This change updates the import svg's viewbox. It was set to be 24 x
24, but the icon is only 16px wide, causing it to be shifted 4px to
the left, as shown in the following image:

By shrinking the viewbox (but keeping the width the same), the icon is
now more correctly aligned:
 
						
					 
					
						2024-10-08 08:41:16 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67f036c0ab 
							
						 
					 
					
						
						
							
							feat: store dashboard state ( #8382 )  
						
						... 
						
						
						
						This PR stores the dashboard state (selected project and flag) in
localstorage so that you get taken back to the same project and flag
when you refresh the page or navigate away and back.
It also handles scrolling the selected items into view in case they're
below the fold. 
						
					 
					
						2024-10-08 08:21:23 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							864984e212 
							
						 
					 
					
						
						
							
							chore: better show hide event timeline tooltips ( #8379 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2753/improve-current-showhide-tooltips-to-be-more-specific-about-the 
Improves the "show" and "hide" tooltips of this feature to have a
slightly more specific text. This is not just any timeline, this is the
**event timeline**.
- "Hide timeline" -> "Hide event timeline"
- "Show timeline" -> "Show event timeline" 
					
						2024-10-07 12:40:47 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01dfbcd74c 
							
						 
					 
					
						
						
							
							chore: add beta badge to event timeline in new in unleash ( #8377 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2750/add-beta-badge-to-event-timeline-in-the-new-in-unleash-section 
Adds a beta badge to the event timeline item in "New in Unleash".
 
					
						2024-10-07 11:48:15 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1f3315f57 
							
						 
					 
					
						
						
							
							Chore: rename Project Insight -> Project health ( #8374 )  
						
						... 
						
						
						
						Small copy update. The new square looks like this:
 
						
					 
					
						2024-10-07 11:27:36 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2905b560bd 
							
						 
					 
					
						
						
							
							fix: no owners listed in personal dashboard for default project ( #8373 )  
						
						... 
						
						
						
						This PR fixes a bug where the default project would have no listed
owners. The issue was that the default project has no user owners by
default, so we didn't get a result back when looking for user owners.
Now we check whether we have any owners for that project, and if we
don't, then we return the system user as an owner instead.
This also fixes an issue for the default project where you have no roles
(because by default, you don't) by updating the schema to allow an empty
list. 
						
					 
					
						2024-10-07 10:52:11 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7deb8b49b 
							
						 
					 
					
						
						
							
							fix: small breakathon fixes ( #8368 )  
						
						... 
						
						
						
						Typo and sx propagation 
						
					 
					
						2024-10-04 15:43:11 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3fb683ffd9 
							
						 
					 
					
						
						
							
							chore: make signals visible on event timeline for non admins ( #8364 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2743/open-the-signal-query-endpoint-to-everyone-not-only-admins 
The new signal query endpoint is now open for every Unleash user, not
only admins.
This PR allows non-admins to view signals in the event timeline. It also
updates the signals tooltip to be shown to all users, not just admins,
under the following assumptions:
- `!signalsSuggestionSeen` - Current user has not dismissed the signals
tip
- `isEnterprise()` - Enterprise instance
- `signalsEnabled` - The signals feature flag is enabled
- `!signalsLoading` - Signals have finished loading (avoids flickering)
- `signals.length === 0` - We can't find any signals in the selected
timespan 
					
						2024-10-04 12:39:57 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4c888a78f 
							
						 
					 
					
						
						
							
							chore: a feature flag -> one ( #8367 )  
						
						... 
						
						
						
						Missed a rewording 
						
					 
					
						2024-10-04 13:02:30 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51336568b1 
							
						 
					 
					
						
						
							
							chore: update the copy to align between project view and personal dashboard ( #8365 )  
						
						... 
						
						
						
						Contains small changes to align the two places where we show the same
information. 
						
					 
					
						2024-10-04 12:58:36 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d760af321f 
							
						 
					 
					
						
						
							
							feat(onboarding): add comments to snippets ( #8361 )  
						
						... 
						
						
						
						Add warning about plaintext API key and increased metrics interval 
						
					 
					
						2024-10-04 10:56:19 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52b7e235fd 
							
						 
					 
					
						
						
							
							chore: add event timeline to new in unleash ( #8358 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2729/add-event-timeline-to-new-in-unleash 
Adds the new event timeline to the "New in Unleash" section.
Unlike Signals & Actions, the Event timeline doesn’t have a dedicated
page to link to, as it's a global component within the layout. To
address this, we extend the "check it out" action in the New in Unleash
component by supporting a callback instead of a link. When the user
clicks "check it out" for this new item, the page smoothly scrolls to
the top, ~~the timeline opens (if it's not already)~~, and a temporary
highlight effect is triggered on the timeline header button.
Also includes some scouting / slight UX adjustments.
https://github.com/user-attachments/assets/fe49f21b-5986-46b2-8fc6-acb4daef9d08  
					
						2024-10-04 08:20:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec1fe6278a 
							
						 
					 
					
						
						
							
							feat: make personal dashboard UI more compact ( #8359 )  
						
						
						
					 
					
						2024-10-03 16:20:45 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0653800cb8 
							
						 
					 
					
						
						
							
							chore: plausible event for event timeline signals tip click ( #8349 )  
						
						
						
					 
					
						2024-10-03 15:35:34 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							361ef3d3c4 
							
						 
					 
					
						
						
							
							feat: update congratulations message ( #8354 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-10-03 15:38:14 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfcaf00a8e 
							
						 
					 
					
						
						
							
							fix: vertically center owners and roles content ( #8357 )  
						
						... 
						
						
						
						This change fixes the vertical alignment of the owners and roles
content.
Before:

After:
 
						
					 
					
						2024-10-03 12:29:49 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aec888a160 
							
						 
					 
					
						
						
							
							fix: add back flex container. ( #8356 )  
						
						... 
						
						
						
						The flex styling was deleted by mistake. This adds it back in. 
						
					 
					
						2024-10-03 12:23:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0077a56ef6 
							
						 
					 
					
						
						
							
							feat: add plausible for onboarding ( #8352 )  
						
						... 
						
						
						
						Tracking events for
1. Onboarding started/project created
2. Onboarding finishes
3. API token generated
4. Sdk example clicked
Not tracking events that can happen multiple times and results are
skewed
1. Moving between onboarding steps 
						
					 
					
						2024-10-03 14:41:50 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0bf385d601 
							
						 
					 
					
						
						
							
							feat(onboarding): improve steps dividers ( #8346 )  
						
						
						
					 
					
						2024-10-03 12:26:12 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38b33aa032 
							
						 
					 
					
						
						
							
							fix: make gaps 1px instead of 2px ( #8351 )  
						
						... 
						
						
						
						This PR reduces the gaps/borders between items in the dashboard grids to
1px. 
						
					 
					
						2024-10-03 10:53:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10dffcd232 
							
						 
					 
					
						
						
							
							feat: health score components in personal dashboard ( #8348 )  
						
						
						
					 
					
						2024-10-03 10:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5c78605ed 
							
						 
					 
					
						
						
							
							refactor: use css grid for flags and no content grid ( #8347 )  
						
						... 
						
						
						
						This PR uses the new CSS grid layout for the flag grid and the no
content grid.
In doing so, it also improves how you use the grid item (giving them a
`gridArea` prop) and extracts the breakpoint handling so that all
sections that use breakpoints use the same breakpoints.
As with the previous PR, here's screenies of the same screen width, but
with open and closed sidebar:
Open:

Closed:
 
						
					 
					
						2024-10-03 07:54:27 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							401425e35c 
							
						 
					 
					
						
						
							
							chore: event timeline help icon ( #8345 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2717/help-icon-in-the-event-timeline-component 
Adds an help icon to the event timeline.
<img width="108" alt="image"
src="https://github.com/user-attachments/assets/261fd14a-4d33-4bae-ae2e-92d1dc47db6b ">
<img width="332" alt="image"
src="https://github.com/user-attachments/assets/85c827d1-39e9-47ef-9602-7f2ea207e5ea "> 
					
						2024-10-03 08:45:24 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35a73a5b8e 
							
						 
					 
					
						
						
							
							fix: add grid w/container query for projects ( #8344 )  
						
						... 
						
						
						
						The main goals of this are:
1. Make it so that the layout grid doesn't break on small screens
2. Fix an issue where the border of the box didn't fit the outline
3. (Bonus): make the layout of the info box depend on the **box's**
size, not the screen size.
To achieve those goals, this PR:
1. Switches to using a native CSS grid instead of MUI's grid component.
This gives us more power over the layout in various different sizes.
2. Switches from putting borders on the boxes inside the grid, instead
makes the grid container the color of the border and uses gaps to create
borders.
3. If your browser supports it, it will use container queries to
determine whether we should display the layout as a multi-column grid or
in a single column.
Container query demo (both with the same screen sizes):
Sidebar closed: 

Sidebar open:
 
						
					 
					
						2024-10-03 07:02:12 +00:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b1d9f57d3 
							
						 
					 
					
						
						
							
							chore: timeline plausible tracking ( #8338 )  
						
						
						
					 
					
						2024-10-03 07:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1dde7691b 
							
						 
					 
					
						
						
							
							test: personal dashboard ( #8343 )  
						
						
						
					 
					
						2024-10-02 18:30:04 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							836adf52a1 
							
						 
					 
					
						
						
							
							chore: event timeline signals tip ( #8342 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2723/add-signals-tip 
Adds a tip to the event timeline regarding the usage of signals.
The conditions for it to show up are the following:
- `!signalsSuggestionSeen` - The current user has not closed the tip yet
- `isEnterprise()` - The Unleash instance is an Enterprise instance
(signals are currently Enterprise-only)
- `isAdmin` - The current user is an admin (signals are currently
admin-only)
 - `signalsEnabled` - The signals feature flag is currently enabled
- `!loading` - Signal endpoints have not finished loading (prevents
flickering)
- `signalEndpoints.length === 0` - The Unleash instance currently has
zero configured signal endpoints (signals feature is not being used)
 
					
						2024-10-02 14:47:07 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa7d612934 
							
						 
					 
					
						
						
							
							fix: only ask for project details if we have a project ID ( #8339 )  
						
						... 
						
						
						
						This switches to using conditional SWR to fetch project details only
when you provide a project. This fixes an issue where we'd make
requests for `api/admin/personal-dashboard/undefined` (which will be a
404 in the future). 
						
					 
					
						2024-10-02 12:30:56 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0ea1ff34a 
							
						 
					 
					
						
						
							
							fix: event styling personal dashboard ( #8337 )  
						
						
						
					 
					
						2024-10-02 14:24:50 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b975919395 
							
						 
					 
					
						
						
							
							feat: health trend insight ( #8335 )  
						
						
						
					 
					
						2024-10-02 13:50:31 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5abc3b4732 
							
						 
					 
					
						
						
							
							a11y: add labels to env/period selectors ( #8329 )  
						
						... 
						
						
						
						This PR adds labels to the environment and period selectors for the flag
metrics chart on the personal dashboard page. Because the period
selector is also used on the flag metrics page, I've also updated its
use there by removing a previous text label (which was just text, not an
associated `label` element).
Before:
Chart:

Flag metrics:

After:
Chart:

Flag metrics:
 
						
					 
					
						2024-10-02 12:57:01 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed0123d88a 
							
						 
					 
					
						
						
							
							fix(onboarding): Node.js SDK link ( #8334 )  
						
						
						
					 
					
						2024-10-02 10:31:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a71fafeb13 
							
						 
					 
					
						
						
							
							feat: add all outlined icons ( #8332 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-10-02 13:22:59 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3341d4aee9 
							
						 
					 
					
						
						
							
							fix(onboarding): update go snippet ( #8333 )  
						
						
						
					 
					
						2024-10-02 10:14:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32849b6322 
							
						 
					 
					
						
						
							
							chore: update metrics interval from 5 to 1 ( #8331 )  
						
						
						
					 
					
						2024-10-02 13:01:12 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ac2c17a8e 
							
						 
					 
					
						
						
							
							feat(onboarding): improve styles ( #8323 )  
						
						... 
						
						
						
						Adjust spacing between elements. 
						
					 
					
						2024-10-02 11:20:26 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e51e6cc507 
							
						 
					 
					
						
						
							
							feat: improve onboarding flow ( #8327 )  
						
						... 
						
						
						
						1. Refetch features when creating the flag. It took a while for it to
appear before.
2. Fix NodeJS snippet and make texts more clear. 
						
					 
					
						2024-10-02 10:39:47 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6936da7403 
							
						 
					 
					
						
						
							
							feat: handle owners and project roles in the UI ( #8315 )  
						
						... 
						
						
						
						This commit uses the now-included project owner and role information
to populate the owner/role section. If you have no roles, we'll tell
you that you don't instead of displaying an empty set of badges. 
						
					 
					
						2024-10-02 09:37:02 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a874ac085d 
							
						 
					 
					
						
						
							
							fix: fix tracking of menu bar for no search results ( #8326 )  
						
						... 
						
						
						
						Previously it sending plausible event before the query had loaded and
making false positives. 
						
					 
					
						2024-10-02 09:54:07 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51bfccd8cc 
							
						 
					 
					
						
						
							
							chore: timeline event group icon when events are all same type ( #8322 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2726/groups-should-show-the-timeline-event-type-icon-when-all-events-inside 
Displays the event type icon for the group when all events within the
group share the same type.

 
					
						2024-10-01 16:37:07 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5dae654022 
							
						 
					 
					
						
						
							
							refactor: implement an event timeline context and provider ( #8321 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2730/refactor-the-event-timeline-state-management-to-a-context-and-provider 
This PR refactors the state management for the **Event Timeline**
component by introducing a context and provider to improve accessibility
of state across the component tree. 
					
						2024-10-01 16:21:31 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d8bc3268f 
							
						 
					 
					
						
						
							
							chore(deps): bump rollup from 4.21.2 to 4.22.4 in /frontend ( #8226 )  
						
						
						
					 
					
						2024-10-01 16:02:35 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							729acfd318 
							
						 
					 
					
						
						
							
							chore: timeline ux alignment ( #8283 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2703/align-with-ux 
Timeline UI/UX improvements after sync with UX, including:
- Added some spacing between each event in the grouping tooltip
- Aligned the x events occurred header with filter dropdown
- Improved the strategy icon somewhat so it doesn't look as off center
- New timeline icon
- Improve icon position relative to timestamp on each event in the
grouping tooltip
- Changed text color in dropdowns to a lighter gray
- Removed bold formatting in tooltip
- Adjusted paddings and margins
- Added close button
- Added shadow
- Added left border
There are a few details missing, which will be tackled in separate PRs.

---------
Co-authored-by: Nuno Góis <github@nunogois.com> 
					
						2024-10-01 14:32:54 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b03686dc3f 
							
						 
					 
					
						
						
							
							feat(onboarding): .NET snippet ( #8307 )  
						
						... 
						
						
						
						## About the changes
Quick-start for .NET 
						
					 
					
						2024-10-01 14:20:49 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf787b6deb 
							
						 
					 
					
						
						
							
							feat: redirect to personal dashboard when no last project ( #8318 )  
						
						
						
					 
					
						2024-10-01 13:11:29 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6ab5326a0 
							
						 
					 
					
						
						
							
							feat(onboarding): add links to examples ( #8308 )  
						
						... 
						
						
						
						## About the changes
Links from Unleash UI to
[Unleash/unleash-sdk-examples](https://github.com/Unleash/unleash-sdk-examples )
https://linear.app/unleash/issue/1-2869/add-codesandbox-links-to-unleashunleash  
						
					 
					
						2024-10-01 10:58:21 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							739ad07798 
							
						 
					 
					
						
						
							
							refactor: extract my projects component ( #8317 )  
						
						
						
					 
					
						2024-10-01 11:33:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ac283aa50 
							
						 
					 
					
						
						
							
							feat: skeleton loaders for personal dashboard ( #8313 )  
						
						
						
					 
					
						2024-10-01 10:16:20 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a8eda9d61f 
							
						 
					 
					
						
						
							
							chore: event timeline signals ( #8310 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2665/show-signals-in-the-event-timeline 
Implements signals in the event timeline.
This merges events and signals into a unified `TimelineEvent`
abstraction, streamlining the data structure to only include properties
relevant to the timeline.
Key changes:
- Refactors the timeline logic to handle both events and signals through
the new abstraction.
- Introduces the `useSignalQuery` hook, modeled after `useEventSearch`,
as both serve similar purposes, albeit for different resource types.
Note: The signals suggestion alert is not included and will be addressed
in a future task.
 
					
						2024-10-01 09:02:08 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d16fc60ce 
							
						 
					 
					
						
						
							
							feat: Personal dashboard flag created ( #8305 )  
						
						
						
					 
					
						2024-09-30 16:09:31 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50c5af8632 
							
						 
					 
					
						
						
							
							feat: hook up admin / owner data to UI ( #8300 )  
						
						... 
						
						
						
						This PR hooks up the owners and admins of Unleash to the UI. They'll
only be visible in cases where you have no projects.
In addition, it adds Orval schemas for the new payload properties and
updates the generating schemas to fix some minor typing issues. 
						
					 
					
						2024-09-30 13:40:33 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7db80d948 
							
						 
					 
					
						
						
							
							feat: use onboarding status to conditionally show badge and message ( #8304 )  
						
						
						
					 
					
						2024-09-30 15:30:18 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac90c942db 
							
						 
					 
					
						
						
							
							feat: add onboarding status to personal dashboard api ( #8302 )  
						
						
						
					 
					
						2024-09-30 14:25:56 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f7170dc40 
							
						 
					 
					
						
						
							
							feat: open unleash concepts ( #8301 )  
						
						
						
					 
					
						2024-09-30 13:32:05 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							751c2fa902 
							
						 
					 
					
						
						
							
							feat: last project events ui polishing ( #8298 )  
						
						
						
					 
					
						2024-09-30 11:18:25 +02:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ea63a8a1f 
							
						 
					 
					
						
						
							
							Update UI text in Unleash welcome key concepts page ( #8238 )  
						
						
						
					 
					
						2024-09-30 11:14:08 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f000579d5b 
							
						 
					 
					
						
						
							
							feat: adjust search query for personal project ( #8296 )  
						
						
						
					 
					
						2024-09-27 15:23:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81840ed574 
							
						 
					 
					
						
						
							
							fix: event timeline should unmount when hidden and be closed by default ( #8294 )  
						
						... 
						
						
						
						Fixes 2 bugs:
- The initial state of the event timeline should have `open: false`, not
`true` - Closed by default, unless opened
- The event timeline should unmount when hidden - It should not emit
requests when closed 
						
					 
					
						2024-09-27 13:11:25 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							147984f9d5 
							
						 
					 
					
						
						
							
							feat: display basic list of project events ( #8291 )  
						
						
						
					 
					
						2024-09-27 14:02:30 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c502e99b85 
							
						 
					 
					
						
						
							
							feat(onboarding): Android snippet ( #8281 )  
						
						
						
					 
					
						2024-09-27 12:02:12 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee9f8c8836 
							
						 
					 
					
						
						
							
							fix: now only one onboarding screen will be shown at time ( #8290 )  
						
						... 
						
						
						
						Makes the button more clear. 
Now both **onboarding** started and **onboarding finished** screens will
not be shown in the same time. 
						
					 
					
						2024-09-27 14:58:03 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed4c05d3c4 
							
						 
					 
					
						
						
							
							feat: add production snippets and resources ( #8286 )  
						
						... 
						
						
						
						Skipped .NET and Android because they are not ready. Also swift does not
support env variables, so skipped for now.
Added all rest. 
						
					 
					
						2024-09-27 13:46:12 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6655b2d961 
							
						 
					 
					
						
						
							
							feat: create page for when you have no projects ( #8285 )  
						
						... 
						
						
						
						This adds a front end fallback screen for when you have no projects.
 
						
					 
					
						2024-09-27 10:41:25 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b73c283e6c 
							
						 
					 
					
						
						
							
							feat: now code examples are joined into one ( #8284 )  
						
						... 
						
						
						
						Joined all examples into one copyable example.
Did not do following ones, because they are using templates and probably
will not work as joined.
1. React
2. Svelte
3. Vue
Also skipped, because those examples are not final yet.
1. .NET
2. Android
 
						
					 
					
						2024-09-27 10:28:12 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d161fb49ee 
							
						 
					 
					
						
						
							
							chore: implement event grouping in the event timeline ( #8254 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2663/implement-event-grouping-when-multiple-events-happen-in-a-short-period 
This PR introduces a grouping logic for timeline events, enhancing the
way events are displayed when they occur close to each other.
We also updated and refactored components to support handling groups of
events rather than individual events.
Also includes some minor code cleanups and optimizations as part of
general refactoring efforts (scouting).

---------
Co-authored-by: David Leek <david@getunleash.io> 
					
						2024-09-26 14:48:52 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86e7bbc85d 
							
						 
					 
					
						
						
							
							feat: after onboarding show success box with resources ( #8278 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-09-26 15:40:14 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							409e0e74ba 
							
						 
					 
					
						
						
							
							feat: read projects from personal dashboard API ( #8279 )  
						
						
						
					 
					
						2024-09-26 14:17:47 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2292e2f6ca 
							
						 
					 
					
						
						
							
							feat(onboarding): Vue and Svelte snippets ( #8250 )  
						
						
						
					 
					
						2024-09-26 15:06:30 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e20ef56374 
							
						 
					 
					
						
						
							
							fix: trim name and description before validation ( #8275 )  
						
						... 
						
						
						
						This fixes a bug where you can input just whitespace for
name/description. It also means that you can no longer have both "my
role" and "my role    " as separate roles.
API fix will follow. 
						
					 
					
						2024-09-26 11:54:16 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb01b44e69 
							
						 
					 
					
						
						
							
							test: skip vercel toolbar in e2e tests ( #8273 )  
						
						... 
						
						
						
						Some e2e Cypress tests were failing due to the Vercel live feedback
toolbar covering interactive elements, preventing test actions from
completing:
https://github.com/Unleash/unleash/actions/runs/11048512034/job/30692949711#step:4:136 
This PR addresses the issue by disabling the Vercel toolbar specifically
during Cypress tests. This is done by setting the
`x-vercel-skip-toolbar` header, which Vercel provides to prevent the
toolbar from interfering with automated tests. You can find more
information about this feature in the Vercel documentation: [Disable
Toolbar for
Automation](https://vercel.com/docs/workflow-collaboration/vercel-toolbar/managing-toolbar#disable-toolbar-for-automation ).
Specific type declarations were needed due to
https://github.com/cypress-io/cypress/issues/19564  
						
					 
					
						2024-09-26 12:53:31 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6f5280a98 
							
						 
					 
					
						
						
							
							feat: show user's roles and project owners ( #8253 )  
						
						... 
						
						
						
						This change shows the user's roles and project owners in the personal
dashboard. 
						
					 
					
						2024-09-26 10:47:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4397af0df7 
							
						 
					 
					
						
						
							
							chore: move onboarding flow and dialog under same location ( #8272 )  
						
						... 
						
						
						
						It is mostly moving the onboarding folders under same directory for more
clear project structure. 
						
					 
					
						2024-09-26 12:56:49 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf476f9e7d 
							
						 
					 
					
						
						
							
							chore: update orval for personal dashboards ( #8268 )  
						
						... 
						
						
						
						Updates orval for personal dashboards 
						
					 
					
						2024-09-26 11:03:55 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f80fdb090 
							
						 
					 
					
						
						
							
							fix: layout content width on large screens ( #8267 )  
						
						... 
						
						
						
						I believe the changes in https://github.com/Unleash/unleash/pull/8234 ,
more specifically [this
change](https://github.com/Unleash/unleash/pull/8234/files#diff-3a5e0763fe1effa9cd485763fecf0633ce8f0877c9d1971e6bd5c5abe7426364L64 ),
have caused the main layout content to no longer stretch to its maximum
relative width on larger screens.
This adjustment seems to resolve this issue, ensuring proper behavior on
larger screens without introducing any overflow issues on smaller
screens. 
						
					 
					
						2024-09-26 09:51:15 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0499dbf94 
							
						 
					 
					
						
						
							
							feat: sdk connected using production snippet ( #8266 )  
						
						... 
						
						
						
						1. Fix nodejs snippet
2. Tie the snippet to the completed stage.
3. Pull out the code renderer, to shared component
 
						
					 
					
						2024-09-26 11:39:05 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aca0de414e 
							
						 
					 
					
						
						
							
							feat: display new completed dialog ( #8255 )  
						
						... 
						
						
						
						1. Now the dialog will not close when SDK got connected
2. It will start to show the suggested production code. ( this will be
attached in next PR)
3. Also, it has connected indicator on the right
4. Back button is removed in this stage.

---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2024-09-26 09:24:15 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7427f4b91 
							
						 
					 
					
						
						
							
							feat(onboarding): nodejs snippet for production ( #8256 )  
						
						
						
					 
					
						2024-09-25 15:45:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e680921517 
							
						 
					 
					
						
						
							
							test: reduce noise from test warnings ( #8251 )  
						
						
						
					 
					
						2024-09-25 12:56:09 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cdb1297246 
							
						 
					 
					
						
						
							
							feat(onboarding): Rust SDK snippet ( #8239 )  
						
						... 
						
						
						
						A bit different then other examples - only way to run current state of
Rust SDK is to have some kind of an opinionated setup around it. 
						
					 
					
						2024-09-25 12:33:58 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a95c8d183f 
							
						 
					 
					
						
						
							
							chore: event timeline persistent state ( #8240 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2700/persist-timeline-state-in-local-storage 
Implements persistent state management for the event timeline using
local storage.
I believe this improves UX by persisting both the timeline toggle
(visibility) state and applied filters across page refreshes.
Includes some scouting/refactoring and some workarounds to prevent the
timeline from animating on page load (in most cases). 
					
						2024-09-25 11:20:27 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1a24ea0b1 
							
						 
					 
					
						
						
							
							feat: flag exposure in personal dashboard ( #8247 )  
						
						
						
					 
					
						2024-09-25 11:11:30 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							957ef12ca3 
							
						 
					 
					
						
						
							
							fix: adjust welcome dialog size ( #8244 )  
						
						
						
					 
					
						2024-09-25 09:11:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e33f71a8f4 
							
						 
					 
					
						
						
							
							feat: highlighting flags chart ( #8237 )  
						
						
						
					 
					
						2024-09-25 08:36:30 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f92f2d9327 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v18.3.7 ( #8242 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ))
| [`18.3.6` ->
`18.3.7`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.6/18.3.7 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-24 22:08:55 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfe3af6dc2 
							
						 
					 
					
						
						
							
							fix: SDK snippets import ( #8235 )  
						
						
						
					 
					
						2024-09-24 15:35:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5063e151ed 
							
						 
					 
					
						
						
							
							chore: event timeline header placement ( #8234 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2662/make-the-event-timeline-available-globally-through-a-new-header-button 
https://github.com/user-attachments/assets/bde38ee8-cdd8-409d-a95e-0c06189e3d9b 
(In the video, you’ll notice a slight delay before new events show up.
This happens because the timeline automatically refreshes every 10
seconds)
Removes the event timeline from the event log and integrates it into a
new header option.
I chose a middle-ground approach between options 1 and 2 from our Figma
sketches. This solution provides the best of both worlds IMO: the
timeline stands out as a global component, distinct from the current
page context, while sliding in rather than overlapping the content. This
way, users can view the timeline alongside the page content. 
					
						2024-09-24 13:43:30 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54432f3f31 
							
						 
					 
					
						
						
							
							feat: personal flag metrics display ( #8232 )  
						
						
						
					 
					
						2024-09-24 13:47:21 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6dbdab6f1 
							
						 
					 
					
						
						
							
							feat(onboarding): sdk snippets in files ( #8233 )  
						
						... 
						
						
						
						Makes it easier to edit code snippets. Additionally, adds lazy loading
to reduce bundle size. 
						
					 
					
						2024-09-24 13:37:32 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e13e74a3e 
							
						 
					 
					
						
						
							
							feat: only show sdk button to specific roles ( #8231 )  
						
						... 
						
						
						
						This aligns it with our expectations we agreed on discovery meeting. 
						
					 
					
						2024-09-24 12:43:22 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b686ed318 
							
						 
					 
					
						
						
							
							chore: full js sdk example ( #8229 )  
						
						
						
					 
					
						2024-09-24 10:47:14 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a3a5ad33c 
							
						 
					 
					
						
						
							
							chore: event timeline tooltips ( #8205 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2664/implement-event-tooltips 
Implements event tooltips in the new event timeline.
This leverages our current `feature-event-formatter-md` to provide both
a label and a summary of the event. Whenever our new `eventTimeline`
flag is enabled, we enrich our events in our event search endpoint with
this information. We've discussed different options here and reached the
conclusion that this is the best path forward for now. This way we are
being consistent, DRY, relatively performant and it also gives us a
happy path forward if we decide to scope in the event log revamp, since
this data will already be present there.
We also added a new `label` property to each of our event types
currently in our event formatter. This way we can have a concise,
human-readable name for each event type, instead of exposing the
internal event type string.
~~We also fixed the way the event formatter handled bold text (as in,
**bold**). Before, it was wrapping them in *single asterisks*, but now
we're using **double asterisks**. We also abstracted this away into a
helper method aptly named `bold`. Of course, this change meant that a
bunch of snapshots and tests needed to be updated.~~
~~This new `bold` method also makes it super easy to revert this
decision if we choose to, for any reason. However I believe we should
stick with markdown formatting, since it is the most commonly supported
formatting syntax, so I see this as an important fix. It's also in the
name of the formatter (`md`). I also believe bold was the original
intent. If we want italic formatting we should implement it separately
at a later point.~~
Edit: It was _bold_ of me to assume this would work out of the box on
Slack. It does when you manually try it on the app, but not when using
the Slack client. See: https://github.com/Unleash/unleash/pull/8222 

 
					
						2024-09-24 08:45:08 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							272052c59b 
							
						 
					 
					
						
						
							
							feat: complete java example ( #8227 )  
						
						
						
					 
					
						2024-09-24 09:55:54 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fee2143edf 
							
						 
					 
					
						
						
							
							feat: Personal flags UI component ( #8221 )  
						
						
						
					 
					
						2024-09-24 08:42:49 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e8d9a2319 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.8 ( #8225 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.7` ->
`2.4.8`](https://renovatebot.com/diffs/npm/msw/2.4.7/2.4.8 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.8`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.8 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.7...v2.4.8 )
#### v2.4.8 (2024-09-17)
##### Bug Fixes
- address `express` and `path-to-regexp` vulnerabilities
([#​2285](https://redirect.github.com/mswjs/msw/issues/2285 ))
([`e3487bc`](e3487bc425https://redirect.github.com/markmssd )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-24 02:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6504ba6ca 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v18.3.6 ( #8223 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ))
| [`18.3.5` ->
`18.3.6`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.5/18.3.6 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-23 18:30:58 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ef5d06f00 
							
						 
					 
					
						
						
							
							chore: orval gen ( #8220 )  
						
						
						
					 
					
						2024-09-23 16:41:55 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27c977dcf7 
							
						 
					 
					
						
						
							
							display setup complete message when project is onboarded ( #8217 )  
						
						... 
						
						
						
						This PR adds the new `ProjectSetupComplete` component (the name can be
changed) that we display when a project has been set up with a flag and
a connected SDK.
It uses the project overview to check the project's onboarding status.
 
						
					 
					
						2024-09-23 14:23:22 +02:00 
						 
				 
			
				
					
						
							
							
								gitar-bot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5dd0fb9f44 
							
						 
					 
					
						
						
							
							[Gitar] Cleaning up stale flag: projectListImprovements with value true ( #8212 )  
						
						... 
						
						
						
						Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2024-09-23 13:07:59 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f5e909436 
							
						 
					 
					
						
						
							
							feat: onboarding can be now closed ( #8215 )  
						
						... 
						
						
						
						The boxes were merged and now the whole thing can be closed.
 
						
					 
					
						2024-09-23 13:52:00 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f45b7a07b4 
							
						 
					 
					
						
						
							
							fix: onboarding img asset path ( #8213 )  
						
						
						
					 
					
						2024-09-23 12:28:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							553e04994e 
							
						 
					 
					
						
						
							
							fix: now onboarding will show up in correct times ( #8214 )  
						
						... 
						
						
						
						Feature table was not appearing, when onboarding flag was off. 
						
					 
					
						2024-09-23 12:57:47 +03:00 
						 
				 
			
				
					
						
							
							
								gitar-bot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1296327c03 
							
						 
					 
					
						
						
							
							[Gitar] Cleaning up stale flag: archiveProjects with value true ( #8201 )  
						
						
						
					 
					
						2024-09-23 11:51:55 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3ecb92edf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.7 ( #8210 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.6` ->
`2.4.7`](https://renovatebot.com/diffs/npm/msw/2.4.6/2.4.7 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.7`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.7 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.6...v2.4.7 )
#### v2.4.7 (2024-09-15)
##### Bug Fixes
- **ClientRequest:** prevent duplicates when recording set headers
([#​2284](https://redirect.github.com/mswjs/msw/issues/2284 ))
([`e04eb8f`](e04eb8f44fhttps://redirect.github.com/kettanaito )
- use `Object.defineProperty` for Headers proxy
([#​2283](https://redirect.github.com/mswjs/msw/issues/2283 ))
([`94e17be`](94e17beea4https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-23 00:33:06 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a12b499dc6 
							
						 
					 
					
						
						
							
							chore(deps): update dependency tss-react to v4.9.13 ( #8208 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tss-react](https://www.tss-react.dev )
([source](https://redirect.github.com/garronej/tss-react )) | [`4.9.12`
-> `4.9.13`](https://renovatebot.com/diffs/npm/tss-react/4.9.12/4.9.13 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>garronej/tss-react (tss-react)</summary>
###
[`v4.9.13`](https://redirect.github.com/garronej/tss-react/releases/tag/v4.9.13 )
[Compare
Source](https://redirect.github.com/garronej/tss-react/compare/v4.9.12...v4.9.13 )
<!-- Release notes generated using configuration in .github/release.yaml
at refs/heads/main -->
**Full Changelog**:
https://github.com/garronej/tss-react/compare/v4.9.12...v4.9.13 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-20 21:12:33 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							541ab2a0d3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.6 ( #8207 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.5` ->
`2.4.6`](https://renovatebot.com/diffs/npm/msw/2.4.5/2.4.6 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.6 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.5...v2.4.6 )
#### v2.4.6 (2024-09-13)
##### Bug Fixes
- **xhr:** clone request body before calculating its size
([#​2282](https://redirect.github.com/mswjs/msw/issues/2282 ))
([`397444b`](397444bcc3https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-20 20:19:52 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							375395bba7 
							
						 
					 
					
						
						
							
							feat: welcome dialog with unleash concepts ( #8199 )  
						
						
						
					 
					
						2024-09-20 15:53:03 +02:00 
						 
				 
			
				
					
						
							
							
								gitar-bot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb32336408 
							
						 
					 
					
						
						
							
							[Gitar] Cleaning up stale flag: newEventSearch with value true ( #8196 )  
						
						... 
						
						
						
						[](https://gitar.co )
  
  ---
This automated PR was generated by [Gitar](https://gitar.co ). View
[docs](https://gitar.co/docs ).
---------
Co-authored-by: Gitar <noreply@gitar.co>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-20 14:48:33 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebcdd67db0 
							
						 
					 
					
						
						
							
							feat: onboarding flow will not break ( #8198 )  
						
						... 
						
						
						
						1. Now onboarding flow will not break when feature is created
2. Now the bottom table will appear as soon as first feature appears
3. ExistingFlag component was reworked to match the new UX
 
						
					 
					
						2024-09-20 14:31:11 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87b997698b 
							
						 
					 
					
						
						
							
							feat: placeholder flag metrics chart ( #8197 )  
						
						
						
					 
					
						2024-09-20 11:05:53 +02:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0587203ad6 
							
						 
					 
					
						
						
							
							chore: update project onboarding UI text ( #8189 )  
						
						
						
					 
					
						2024-09-20 10:30:33 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							569ad42e1b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.5 ( #8194 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.4` ->
`2.4.5`](https://renovatebot.com/diffs/npm/msw/2.4.4/2.4.5 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.5 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.4...v2.4.5 )
##### v2.4.5 (2024-09-11)
##### Bug Fixes
- remove cookies with `max-age=0` from cookie store
([#​2275](https://redirect.github.com/mswjs/msw/issues/2275 ))
([`c307ab2`](c307ab2764https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-19 21:52:03 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8871e8ebde 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/jest to v29.5.13 ( #8193 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ))
| [`29.5.12` ->
`29.5.13`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.12/29.5.13 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-19 18:22:03 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10ec2e7de5 
							
						 
					 
					
						
						
							
							feat: personal dashboard connect sdk ( #8190 )  
						
						
						
					 
					
						2024-09-19 17:01:33 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f66854a0f0 
							
						 
					 
					
						
						
							
							feat: personal dashboard project selection ( #8188 )  
						
						
						
					 
					
						2024-09-19 15:25:11 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95969456f6 
							
						 
					 
					
						
						
							
							chore: finalize python sdk example ( #8186 )  
						
						... 
						
						
						
						Fix Python example and add isEnabled example. 
						
					 
					
						2024-09-19 15:03:03 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							205b59ddee 
							
						 
					 
					
						
						
							
							chore: event timeline ( #8176 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2657/implement-a-first-iteration-of-an-horizontal-event-timeline 
This implements the very first iteration of our event timeline.
This is behind a feature flag, which when enabled shows the new timeline
at the top of our event log page.
It is missing some features, like:
- Placement: It should show up as an option in the header, not in the
event log;
- Tooltip: It should show proper tooltips for all the events that we're
displaying;
- Grouping: It should group together events that occurred in a short
span of time;
 - Signals: It should show signals along with the events;
Here's how it currently looks like, with some example events, in order
from left to right:
 - A flag was disabled more than 30 min ago;
 - A flag was then enabled;
- A segment was updated (didn't have an icon for segments, so I picked
one);
 - A strategy was updated;
 - A flag was created;


(Time passed since I took the first screenshot, so you can see the
events "moved" to the left slightly in the dark theme screenshot)
I have some concerns about the low contrast of `neutral` variant events,
especially in dark mode. Maybe we should consider using `error` instead,
for red? Or maybe add a border to our event circles?
I specifically changed my environment to be "development" for the
screenshots. The default selection is the first enabled environment that
is `type=production`, which in my case is "production".
Here are our filters:
 - Time Span

 - Environment

Here are a few more screenshots, with the different time spans (zooming
out, since we're increasing the time span):






Again, when zooming out, some events should be grouped together, but
that's a task for later. 
					
						2024-09-19 12:14:10 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70e95e66a8 
							
						 
					 
					
						
						
							
							feat: my projects ui stub ( #8185 )  
						
						
						
					 
					
						2024-09-19 12:37:35 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e037a335f 
							
						 
					 
					
						
						
							
							feat: personal dashboard route ( #8173 )  
						
						
						
					 
					
						2024-09-19 09:59:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d5076f0772 
							
						 
					 
					
						
						
							
							fix: archive project curl ( #8181 )  
						
						
						
					 
					
						2024-09-19 09:58:31 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7274f4954a 
							
						 
					 
					
						
						
							
							fix: connect sdk description bg color ( #8171 )  
						
						
						
					 
					
						2024-09-18 14:08:31 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85b67ae330 
							
						 
					 
					
						
						
							
							chore: add eventTimeline feature flag ( #8159 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2658/create-eventtimeline-feature-flag 
Adds a new `eventTimeline` feature flag for the new event timeline
feature.
I think `eventTimeline` is an appropriate name given the feature
description and the way it is evolving, but I'm open to suggestions.
~~This also assumes that this feature will target OSS.~~ Confirmed that
this will be a premium feature. 
					
						2024-09-18 08:55:50 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a0bda5b51 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.4 ( #8167 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.4.1` ->
`2.4.4`](https://renovatebot.com/diffs/npm/msw/2.4.1/2.4.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.4 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.3...v2.4.4 )
#### v2.4.4 (2024-09-08)
##### Bug Fixes
- **fetch:** follow mocked redirect responses
([#​2268](https://redirect.github.com/mswjs/msw/issues/2268 ))
([`f5785bf`](f5785bfba1https://redirect.github.com/kettanaito )
###
[`v2.4.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.3 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.2...v2.4.3 )
#### v2.4.3 (2024-09-07)
##### Bug Fixes
- revert "graphql" as optional peer dependency
([#​2267](https://redirect.github.com/mswjs/msw/issues/2267 ))
([`7cd39e7`](7cd39e787ahttps://redirect.github.com/kettanaito )
###
[`v2.4.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.2 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.1...v2.4.2 )
#### v2.4.2 (2024-09-04)
##### Bug Fixes
- **cli:** support windows paths in the `init` command
([#​2260](https://redirect.github.com/mswjs/msw/issues/2260 ))
([`ba285b8`](ba285b887chttps://redirect.github.com/ivanfernandez2646 )
[@​kettanaito](https://redirect.github.com/kettanaito )
- use typescript@4.8 as the minimal supported version
([#​2251](https://redirect.github.com/mswjs/msw/issues/2251 ))
([`6b2a7e6`](6b2a7e6be8https://redirect.github.com/THETCR )
[@​kettanaito](https://redirect.github.com/kettanaito )
- keep `graphql` import as require in cjs
([#​2258](https://redirect.github.com/mswjs/msw/issues/2258 ))
([`b977602`](b97760270bhttps://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-18 01:20:11 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61f70ea232 
							
						 
					 
					
						
						
							
							chore(deps): update dependency debounce to v2.1.1 ( #8166 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [debounce](https://redirect.github.com/sindresorhus/debounce ) |
[`2.1.0` ->
`2.1.1`](https://renovatebot.com/diffs/npm/debounce/2.1.0/2.1.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>sindresorhus/debounce (debounce)</summary>
###
[`v2.1.1`](https://redirect.github.com/sindresorhus/debounce/releases/tag/v2.1.1 )
[Compare
Source](https://redirect.github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1 )
- Fix the class context validation
([#​43](https://redirect.github.com/sindresorhus/debounce/issues/43 ))
[`205fd8f`](https://redirect.github.com/sindresorhus/debounce/commit/205fd8f )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-17 21:25:38 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff6cd0c457 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.23.2 ( #8165 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.1` ->
`4.23.2`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.1/4.23.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.2`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.2 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.2/file/README.md )
Documentation v4.23.2:
https://raw.githack.com/uiwjs/react-codemirror/c8cf3ac/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 
```shell
npm i @​uiw/react-codemirror@4.23.2
```
- 🐞  fix(merge): ref view not available on load.
[#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681 )
[`67b6d6b`](https://redirect.github.com/uiwjs/react-codemirror/commit/67b6d6b )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-17 20:18:26 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							011ebe2f79 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v5.4.6 [security] ( #8164 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev )
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite ))
| [`5.4.2` ->
`5.4.6`](https://renovatebot.com/diffs/npm/vite/5.4.2/5.4.6 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
### GitHub Vulnerability Alerts
####
[CVE-2024-45811](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-9cwx-2883-4wfx )
### Summary
The contents of arbitrary files can be returned to the browser.
### Details
`@fs` denies access to files outside of Vite serving allow list. Adding
`?import&raw` to the URL bypasses this limitation and returns the file
content if it exists.
### PoC
```sh
$ npm create vite@latest
$ cd vite-project/
$ npm install
$ npm run dev
$ echo "top secret content" > /tmp/secret.txt
# expected behaviour
$ curl "http://localhost:5173/@​fs/tmp/secret.txt "
    <body>
      <h1>403 Restricted</h1>
      <p>The request url "/tmp/secret.txt" is outside of Vite serving allow list.
# security bypassed
$ curl "http://localhost:5173/@​fs/tmp/secret.txt?import&raw "
export default "top secret content\n"
//# sourceMappingURL=data:application/json;base64,eyJ2...
```
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v5.4.6`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.6 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.5...v5.4.6 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md )
for details.
###
[`v5.4.5`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.5 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.4...v5.4.5 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md )
for details.
###
[`v5.4.4`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.4 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.3...v5.4.4 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.4/packages/vite/CHANGELOG.md )
for details.
###
[`v5.4.3`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small543-2024-09-03-small )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.2...v5.4.3 )
- fix: allow getting URL of JS files in publicDir
([#​17915](https://redirect.github.com/vitejs/vite/issues/17915 ))
([943ece1](943ece177ehttps://redirect.github.com/vitejs/vite/issues/17915 )
- fix: cjs warning respect the logLevel flag
([#​17993](https://redirect.github.com/vitejs/vite/issues/17993 ))
([dc3c14f](dc3c14f39fhttps://redirect.github.com/vitejs/vite/issues/17993 )
- fix: improve CJS warning trace information
([#​17926](https://redirect.github.com/vitejs/vite/issues/17926 ))
([5c5f82c](5c5f82c84bhttps://redirect.github.com/vitejs/vite/issues/17926 )
- fix: only remove entry assets handled by Vite core
([#​17916](https://redirect.github.com/vitejs/vite/issues/17916 ))
([ebfaa7e](ebfaa7e601https://redirect.github.com/vitejs/vite/issues/17916 )
- fix: waitForRequestIdle locked
([#​17982](https://redirect.github.com/vitejs/vite/issues/17982 ))
([ad13760](ad1376018ahttps://redirect.github.com/vitejs/vite/issues/17982 )
- fix(css): fix directory index import in sass modern api
([#​17960](https://redirect.github.com/vitejs/vite/issues/17960 ))
([9b001ba](9b001baa70https://redirect.github.com/vitejs/vite/issues/17960 )
- fix(css): fix sass `file://` reference
([#​17909](https://redirect.github.com/vitejs/vite/issues/17909 ))
([561b940](561b940f6fhttps://redirect.github.com/vitejs/vite/issues/17909 )
- fix(css): fix sass modern source map
([#​17938](https://redirect.github.com/vitejs/vite/issues/17938 ))
([d428e7e](d428e7e3a0https://redirect.github.com/vitejs/vite/issues/17938 )
- fix(deps): bump tsconfck
([#​17990](https://redirect.github.com/vitejs/vite/issues/17990 ))
([8c661b2](8c661b20e9https://redirect.github.com/vitejs/vite/issues/17990 )
- fix(html): rewrite assets url in <template>
([#​17988](https://redirect.github.com/vitejs/vite/issues/17988 ))
([413c86a](413c86aa97https://redirect.github.com/vitejs/vite/issues/17988 )
- fix(preload): add crossorigin attribute in CSS link tags
([#​17930](https://redirect.github.com/vitejs/vite/issues/17930 ))
([15871c7](15871c75e0https://redirect.github.com/vitejs/vite/issues/17930 )
- chore: reduce diffs with v6 branch
([#​17942](https://redirect.github.com/vitejs/vite/issues/17942 ))
([bf9065a](bf9065aa13https://redirect.github.com/vitejs/vite/issues/17942 )
- chore(deps): update all non-major dependencies
([#​17945](https://redirect.github.com/vitejs/vite/issues/17945 ))
([cfb621e](cfb621e7a5https://redirect.github.com/vitejs/vite/issues/17945 )
- chore(deps): update all non-major dependencies
([#​17991](https://redirect.github.com/vitejs/vite/issues/17991 ))
([0ca53cf](0ca53cff9fhttps://redirect.github.com/vitejs/vite/issues/17991 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "" in timezone Europe/Madrid,
Automerge - At any time (no schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-17 19:55:41 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5fd42d966 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.2 ( #8161 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.1` ->
`4.23.2`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.1/4.23.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.2`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.2 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.2/file/README.md )
Documentation v4.23.2:
https://raw.githack.com/uiwjs/react-codemirror/c8cf3ac/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.1...v4.23.2 
```shell
npm i @​uiw/react-codemirror@4.23.2
```
- 🐞  fix(merge): ref view not available on load.
[#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681 )
[`67b6d6b`](https://redirect.github.com/uiwjs/react-codemirror/commit/67b6d6b )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-17 19:54:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d519efc74 
							
						 
					 
					
						
						
							
							feat: swift and flutter sdk snippets ( #8149 )  
						
						
						
					 
					
						2024-09-17 08:47:57 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b17c145769 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v13.14.2 ( #8156 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io )
([source](https://redirect.github.com/cypress-io/cypress )) | [`13.14.1`
-> `13.14.2`](https://renovatebot.com/diffs/npm/cypress/13.14.1/13.14.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.14.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.14.2 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.1...v13.14.2 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-17 01:13:19 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e43febe20 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.23.1 ( #8155 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.0` ->
`4.23.1`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.0/4.23.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.1`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.1 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.1/file/README.md )
Documentation v4.23.1:
https://raw.githack.com/uiwjs/react-codemirror/6cea09c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 
```shell
npm i @​uiw/react-codemirror@4.23.1
```
- 📖  doc: unused array variable `extension` fixed in the config example
([#​672](https://redirect.github.com/uiwjs/react-codemirror/issues/672 ))
[`29d50d1`](https://redirect.github.com/uiwjs/react-codemirror/commit/29d50d1 )
[@​alpha-og](https://redirect.github.com/alpha-og )
- 🌍  website: add example.
[#​665](https://redirect.github.com/uiwjs/react-codemirror/issues/665 )
[`ac9cfd4`](https://redirect.github.com/uiwjs/react-codemirror/commit/ac9cfd4 )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🌍  website: update zebra-stripes example.
[#​676](https://redirect.github.com/uiwjs/react-codemirror/issues/676 )
[`3b02cab`](https://redirect.github.com/uiwjs/react-codemirror/commit/3b02cab )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🌍  website: add example.
[#​650](https://redirect.github.com/uiwjs/react-codemirror/issues/650 )
[`a7137dc`](https://redirect.github.com/uiwjs/react-codemirror/commit/a7137dc )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🐞  fix(merge): fix onChange props issue.
[#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681 )
[`48a754b`](https://redirect.github.com/uiwjs/react-codemirror/commit/48a754b )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-16 21:46:56 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9baf6a32b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.1 ( #8153 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.0` ->
`4.23.1`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.0/4.23.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.1`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.1 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.1/file/README.md )
Documentation v4.23.1:
https://raw.githack.com/uiwjs/react-codemirror/6cea09c/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.0...v4.23.1 
```shell
npm i @​uiw/react-codemirror@4.23.1
```
- 📖  doc: unused array variable `extension` fixed in the config example
([#​672](https://redirect.github.com/uiwjs/react-codemirror/issues/672 ))
[`29d50d1`](https://redirect.github.com/uiwjs/react-codemirror/commit/29d50d1 )
[@​alpha-og](https://redirect.github.com/alpha-og )
- 🌍  website: add example.
[#​665](https://redirect.github.com/uiwjs/react-codemirror/issues/665 )
[`ac9cfd4`](https://redirect.github.com/uiwjs/react-codemirror/commit/ac9cfd4 )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🌍  website: update zebra-stripes example.
[#​676](https://redirect.github.com/uiwjs/react-codemirror/issues/676 )
[`3b02cab`](https://redirect.github.com/uiwjs/react-codemirror/commit/3b02cab )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🌍  website: add example.
[#​650](https://redirect.github.com/uiwjs/react-codemirror/issues/650 )
[`a7137dc`](https://redirect.github.com/uiwjs/react-codemirror/commit/a7137dc )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
- 🐞  fix(merge): fix onChange props issue.
[#​681](https://redirect.github.com/uiwjs/react-codemirror/issues/681 )
[`48a754b`](https://redirect.github.com/uiwjs/react-codemirror/commit/48a754b )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-16 18:08:33 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90aa4ce7e7 
							
						 
					 
					
						
						
							
							chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 in /frontend ( #8140 )  
						
						
						
					 
					
						2024-09-16 16:10:09 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							212203f7c7 
							
						 
					 
					
						
						
							
							chore: PHP SDK example fix ( #8146 )  
						
						
						
					 
					
						2024-09-16 14:29:03 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f76f754eca 
							
						 
					 
					
						
						
							
							chore: update go sdk examples ( #8145 )  
						
						
						
					 
					
						2024-09-16 13:15:26 +03:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12c8e730b3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.16.5 ( #8143 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.16.3` ->
`20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.3/20.16.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-16 00:36:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44dac55230 
							
						 
					 
					
						
						
							
							chore(deps): update material-ui monorepo ( #7946 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/icons-material](https://mui.com/material-ui/material-icons/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material ))
| [`5.15.3` ->
`5.16.7`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.3/5.16.7 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/lab](https://mui.com/material-ui/about-the-lab/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-lab ))
| [`5.0.0-alpha.159` ->
`5.0.0-alpha.173`](https://renovatebot.com/diffs/npm/@mui%2flab/5.0.0-alpha.159/5.0.0-alpha.173 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/material](https://mui.com/material-ui/ )
([source](https://redirect.github.com/mui/material-ui/tree/HEAD/packages/mui-material ))
| [`5.15.3` ->
`5.16.7`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.3/5.16.7 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/ )
([source](https://redirect.github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers ))
| [`7.13.0` ->
`7.16.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.13.0/7.16.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/icons-material)</summary>
###
[`v5.16.7`](https://redirect.github.com/mui/material-ui/compare/v5.16.6...v5.16.7 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.6...v5.16.7 )
###
[`v5.16.6`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.6 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.5...v5.16.6 )
<!-- generated comparing v5.16.5..master -->
*Jul 30, 2024*
A big thanks to the 5 contributors who made this release possible.
##### `@mui/material@5.16.6`
- \[Divider] Enable borderStyle enhancement in divider with children
([#​43059](https://redirect.github.com/mui/material-ui/issues/43059 ))
[@​anuujj](https://redirect.github.com/anuujj )
##### Docs
- \[material-ui]\[Card] Update CardMedia description
([#​43121](https://redirect.github.com/mui/material-ui/issues/43121 ))
[@​shahzaibdev1](https://redirect.github.com/shahzaibdev1 )
- \[material-ui] Replace deprecated `<ListItem button/>` with
`ListItemButton` component in routing libraries list example
([#​43114](https://redirect.github.com/mui/material-ui/issues/43114 ))
[@​aliharis99](https://redirect.github.com/aliharis99 )
- \[material-ui]\[Snackbar] Improve close `reason` type in demos
([#​43105](https://redirect.github.com/mui/material-ui/issues/43105 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### Core
- \[code-infra] Use the same CI names on master & next
([#​43064](https://redirect.github.com/mui/material-ui/issues/43064 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​aliharis99](https://redirect.github.com/aliharis99 ),
[@​anuujj](https://redirect.github.com/anuujj ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​shahzaibdev1](https://redirect.github.com/shahzaibdev1 )
###
[`v5.16.5`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.5 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.4...v5.16.5 )
*Jul 25, 2024*
A big thanks to the 4 contributors who made this release possible.
##### `@mui/utils@5.16.5`
- <!-- 1 -->\[utils] Add dependency to
[@​mui/types](https://redirect.github.com/mui/types )
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​43047](https://redirect.github.com/mui/material-ui/issues/43047 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Docs
- <!-- 4 -->\[material-ui]\[joy-ui]\[Autocomplete] Fix `Hint` demo
([@​ManthanGajjar](https://redirect.github.com/ManthanGajjar ))
([#​43039](https://redirect.github.com/mui/material-ui/issues/43039 ))
[@​ManthanGajjar](https://redirect.github.com/ManthanGajjar )
- <!-- 3 -->Fix CHANGELOG convention
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 2 -->\[material-ui] Fix broken image links in blog template on
master branch
([#​42969](https://redirect.github.com/mui/material-ui/issues/42969 ))
[@​navedqb](https://redirect.github.com/navedqb )
All contributors of this release in alphabetical order:
[@​ManthanGajjar](https://redirect.github.com/ManthanGajjar ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​navedqb](https://redirect.github.com/navedqb ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
**Full Changelog**:
https://github.com/mui/material-ui/compare/v5.16.4...v5.16.5 
###
[`v5.16.4`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.4 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.3...v5.16.4 )
*Jul 16, 2024*
A big thanks to the one contributor who made this release possible.
##### `@mui/material@5.16.4`
- <!-- 1 -->Fix wrong import in Popover types
([#​42967](https://redirect.github.com/mui/material-ui/issues/42967 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​mnajdova](https://redirect.github.com/mnajdova )
###
[`v5.16.3`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.3 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.2...v5.16.3 )
*Jul 16, 2024*
A big thanks to the 3 contributors who made this release possible.
##### `@mui/material@5.16.3`
- <!-- 1 -->\[material] Add missing dependency
([#​42959](https://redirect.github.com/mui/material-ui/issues/42959 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Docs
- <!-- 3 -->\[material-ui]\[Autocomplete] Add instructions about
`autosuggest-highlight` dependency
([#​42953](https://redirect.github.com/mui/material-ui/issues/42953 ))
[@​HoFa1997](https://redirect.github.com/HoFa1997 )
- <!-- 2 -->Move feedback from Canny to GitHub
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​HoFa1997](https://redirect.github.com/HoFa1997 ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.16.2`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.2 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.1...v5.16.2 )
*Jul 16, 2024*
A big thanks to the 2 contributors who made this release possible.
##### `@mui/material@5.16.2`
- <!-- 2 -->\[material] Remove dependency to
[@​mui/base](https://redirect.github.com/mui/base )
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​42917](https://redirect.github.com/mui/material-ui/issues/42917 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Core
- <!-- 1 -->\[website] Sync /about page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.16.1`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.1 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.16.0...v5.16.1 )
A big thanks to the 4 contributors who made this release possible. Here
are some highlights ✨ :
- ⚛️  All packages, including Material UI, are now compatible with React
18.3.1
##### `@mui/material@5.16.1`
- \[AppBar] Fix inherit color is inconsistent between ThemeProvider and
CssVarsProvider
([#​42713](https://redirect.github.com/mui/material-ui/issues/42713 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### `@mui/joy@5.0.0-beta.48`
- \[Autocomplete] Fix React spread key warning
([#​42856](https://redirect.github.com/mui/material-ui/issues/42856 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
##### Docs
- \[material-ui] Fix React 18.3 key spread warnings in Autocomplete
demos
([#​42854](https://redirect.github.com/mui/material-ui/issues/42854 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[material-ui] Fix type error in virtualized table demo
([#​42852](https://redirect.github.com/mui/material-ui/issues/42852 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- Fix typos ([@​omahs](https://redirect.github.com/omahs ))
([#​42888](https://redirect.github.com/mui/material-ui/issues/42888 ))
[@​omahs](https://redirect.github.com/omahs )
- Fix 301
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- \[core] Bump React to 18.3.1
([#​42846](https://redirect.github.com/mui/material-ui/issues/42846 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[core] Remove react-test-renderer
([#​42853](https://redirect.github.com/mui/material-ui/issues/42853 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[core] Replace enzyme in describeConformance
([#​42847](https://redirect.github.com/mui/material-ui/issues/42847 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[test] Remove enzyme
([#​42850](https://redirect.github.com/mui/material-ui/issues/42850 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[test] Remove createMount test util
([#​42849](https://redirect.github.com/mui/material-ui/issues/42849 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[base-ui] Fix React spread key warning in test
([#​42855](https://redirect.github.com/mui/material-ui/issues/42855 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[styles]\[withStyles] Expect React defaultProps warning in test
([#​42752](https://redirect.github.com/mui/material-ui/issues/42752 ))
([#​42851](https://redirect.github.com/mui/material-ui/issues/42851 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​omahs](https://redirect.github.com/omahs ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.16.0`](https://redirect.github.com/mui/material-ui/releases/tag/v5.16.0 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.21...v5.16.0 )
A big thanks to the 5 contributors who made this release possible. Here
are some highlights ✨ :
- 🚀  Added `InitColorSchemeScript` for Next.js App Router
([#​42829](https://redirect.github.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### `@mui/material@5.16.0`
- \[Alert] Add ability to override slot props
([@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov ))
([#​42808](https://redirect.github.com/mui/material-ui/issues/42808 ))
[@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov )
- Add `InitColorSchemeScript` for Next.js App Router
([#​42829](https://redirect.github.com/mui/material-ui/issues/42829 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- Add `DefaultPropsProvider`
([#​42820](https://redirect.github.com/mui/material-ui/issues/42820 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- Support `CssVarsTheme` in `responsiveFontSizes` return type
([@​jxdp](https://redirect.github.com/jxdp ))
([#​42806](https://redirect.github.com/mui/material-ui/issues/42806 ))
[@​jxdp](https://redirect.github.com/jxdp )
- Remove warning from `getInitColorSchemeScript`
([#​42838](https://redirect.github.com/mui/material-ui/issues/42838 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### Docs
- \[docs] Fix 301 MDN redirections
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- \[mui-utils]\[test] Remove usages of deprecated react-dom APIs
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42813](https://redirect.github.com/mui/material-ui/issues/42813 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​alexey-kozlenkov](https://redirect.github.com/alexey-kozlenkov ),
[@​jxdp](https://redirect.github.com/jxdp ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​siriwatknp](https://redirect.github.com/siriwatknp )
###
[`v5.15.21`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.21 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.20...v5.15.21 )
*Jun 28, 2024*
A big thanks to the 7 contributors who made this release possible.
##### `@mui/material@5.15.21`
- \[Autocomplete] Fix renderOption props type
([@​DiegoAndai](https://redirect.github.com/DiegoAndai ))
([#​42709](https://redirect.github.com/mui/material-ui/issues/42709 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[Stepper] Generate class for `nonLinear` prop
([@​alexismo](https://redirect.github.com/alexismo ))
([#​42677](https://redirect.github.com/mui/material-ui/issues/42677 ))
[@​alexismo](https://redirect.github.com/alexismo )
##### Docs
- Use new email for sponsoring
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix 301 links
([@​alexfauquette](https://redirect.github.com/alexfauquette ))
([#​42700](https://redirect.github.com/mui/material-ui/issues/42700 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value
([@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz ))
([#​42696](https://redirect.github.com/mui/material-ui/issues/42696 ))
[@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz )
- \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings
in demos
([#​42766](https://redirect.github.com/mui/material-ui/issues/42766 ))
[@​wbt](https://redirect.github.com/wbt )
- \[material-ui] Fix sign in side image
([#​42708](https://redirect.github.com/mui/material-ui/issues/42708 ))
[@​zanivan](https://redirect.github.com/zanivan )
- \[website] Add Ale to team
([#​42769](https://redirect.github.com/mui/material-ui/issues/42769 ))
[@​alelthomas](https://redirect.github.com/alelthomas )
##### Core
- \[core] Cherry pick pnpm updates
([#​42763](https://redirect.github.com/mui/material-ui/issues/42763 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- \[website] Add Armin to the team members
([@​arminmeh](https://redirect.github.com/arminmeh ))
([#​42681](https://redirect.github.com/mui/material-ui/issues/42681 ))
[@​arminmeh](https://redirect.github.com/arminmeh )
- \[website] Open Staff Engineer role for Pigment CSS
([@​mnajdova](https://redirect.github.com/mnajdova ))
([#​42669](https://redirect.github.com/mui/material-ui/issues/42669 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://redirect.github.com/alexfauquette ),
[@​alexismo](https://redirect.github.com/alexismo ),
[@​arminmeh](https://redirect.github.com/arminmeh ),
[@​Danielkhakbaz](https://redirect.github.com/Danielkhakbaz ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
###
[`v5.15.20`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.20 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.19...v5.15.20 )
<!-- generated comparing v5.15.19..master -->
*Jun 12, 2024*
A big thanks to the 9 contributors who made this release possible.
##### `@mui/material@5.15.20`
- <!-- 17 -->\[Autocomplete] Shouldn't resize when hovering
([@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli ))
([#​42535](https://redirect.github.com/mui/material-ui/issues/42535 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- <!-- 07 -->\[Tab] Fix applying `iconWrapper` styles from theme and
update its description
([@​sai6855](https://redirect.github.com/sai6855 ))
([#​42570](https://redirect.github.com/mui/material-ui/issues/42570 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### `@mui/utils@5.15.15`
- <!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled`
([@​iammminzzy](https://redirect.github.com/iammminzzy ))
([#​42571](https://redirect.github.com/mui/material-ui/issues/42571 ))
[@​iammminzzy](https://redirect.github.com/iammminzzy )
- <!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in
`deepmerge`
([#​41652](https://redirect.github.com/mui/material-ui/issues/41652 ))
([#​42608](https://redirect.github.com/mui/material-ui/issues/42608 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Docs
- <!-- 16 -->\[docs] Add Pigment CSS and Base UI logos SVGs
([#​42513](https://redirect.github.com/mui/material-ui/issues/42513 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 15 -->\[docs] Update twitter.com to x.com
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 14 -->\[docs] Simplify Example projects page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 13 -->\[material-ui] Add docs for complementary stepper
components ([@​anle9650](https://redirect.github.com/anle9650 ))
([#​42613](https://redirect.github.com/mui/material-ui/issues/42613 ))
[@​anle9650](https://redirect.github.com/anle9650 )
- <!-- 12 -->\[docs] Add changelog section to the design kits page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42463](https://redirect.github.com/mui/material-ui/issues/42463 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 11 -->\[material-ui] Fix sentence in the All components page
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42462](https://redirect.github.com/mui/material-ui/issues/42462 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 10 -->\[material-ui] Update Figma design kit doc redirect link
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42456](https://redirect.github.com/mui/material-ui/issues/42456 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 09 -->\[system] Add "dynamic values" section to sx prop page
([@​aarongarciah](https://redirect.github.com/aarongarciah ))
([#​42453](https://redirect.github.com/mui/material-ui/issues/42453 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
##### Core
- <!-- 18 -->\[website] Move the `React Engineer - X` role to future
roles
([#​42532](https://redirect.github.com/mui/material-ui/issues/42532 ))
[@​DanailH](https://redirect.github.com/DanailH )
- <!-- 08 -->\[examples] Remove Pigment CSS examples
([#​42538](https://redirect.github.com/mui/material-ui/issues/42538 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 05 -->\[website] Close Developer Advocate / Content Engineer
role
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 04 -->\[website] Update DoiT description and link in Sponsors
section
([@​erezstmn-doit](https://redirect.github.com/erezstmn-doit ))
([#​42511](https://redirect.github.com/mui/material-ui/issues/42511 ))
[@​erezstmn-doit](https://redirect.github.com/erezstmn-doit )
- <!-- 03 -->\[website] Clean up the docs-infra job ad
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42509](https://redirect.github.com/mui/material-ui/issues/42509 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 02 -->\[website] Open the Docs-infra engineer role
([@​danilo-leal](https://redirect.github.com/danilo-leal ))
([#​42496](https://redirect.github.com/mui/material-ui/issues/42496 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 01 -->\[website] Fix locationCountry in about page
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​anle9650](https://redirect.github.com/anle9650 ),
[@​DanailH](https://redirect.github.com/DanailH ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​erezstmn-doit](https://redirect.github.com/erezstmn-doit ),
[@​iammminzzy](https://redirect.github.com/iammminzzy ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.19`](https://redirect.github.com/mui/material-ui/compare/v5.15.18...v5.15.19 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.18...v5.15.19 )
###
[`v5.15.18`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.18 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.17...v5.15.18 )
<!-- generated comparing v5.15.17..master -->
*May 14, 2024*
A big thanks to the 5 contributors who made this release possible. Here
are some highlights ✨ :
##### `@mui/material@5.15.18`
- <!-- 6 -->\[Autocomplete] Improve design when there's a start
adornment for small autocomplete
([@​TahaRhidouani](https://redirect.github.com/TahaRhidouani ))
([#​42176](https://redirect.github.com/mui/material-ui/issues/42176 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
- <!-- 3 -->\[ToggleButtonGroup] Add missing `selected` class in
ToggleButtonGroupClasses type
([@​tarunrajput](https://redirect.github.com/tarunrajput ))
([#​42250](https://redirect.github.com/mui/material-ui/issues/42250 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
##### Docs
- <!-- 4 -->\[docs] Fix 301 to Figma
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
##### Core
- <!-- 5 -->\[blog] Introducing Pigment CSS blog post
([#​42198](https://redirect.github.com/mui/material-ui/issues/42198 ))
([#​42255](https://redirect.github.com/mui/material-ui/issues/42255 ))
[@​samuelsycamore](https://redirect.github.com/samuelsycamore )
- <!-- 2 -->\[website] Add redirection for talk
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 1 -->\[website] Adds Arthur Balduini team info
([@​arthurbalduini](https://redirect.github.com/arthurbalduini ))
([#​42226](https://redirect.github.com/mui/material-ui/issues/42226 ))
[@​github-actions](https://redirect.github.com/github-actions )\[bot]
All contributors of this release in alphabetical order:
[@​arthurbalduini](https://redirect.github.com/arthurbalduini ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​samuelsycamore](https://redirect.github.com/samuelsycamore ),
[@​TahaRhidouani](https://redirect.github.com/TahaRhidouani ),
[@​tarunrajput](https://redirect.github.com/tarunrajput )
###
[`v5.15.17`](https://redirect.github.com/mui/material-ui/compare/v5.15.16...v5.15.17 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.16...v5.15.17 )
###
[`v5.15.16`](https://redirect.github.com/mui/material-ui/compare/v5.15.15...v5.15.16 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.15...v5.15.16 )
###
[`v5.15.15`](https://redirect.github.com/mui/material-ui/releases/tag/v5.15.15 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.14...v5.15.15 )
A big thanks to the 7 contributors who made this release possible. Here
are some highlights ✨ :
This release was mostly about 🐛  bug fixes and 📚  documentation
improvements.
##### `@mui/material@5.15.15`
- \[Autocomplete] Display options provided to the `options` prop even if
loading is true
([#​41677](https://redirect.github.com/mui/material-ui/issues/41677 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- \[RadioGroup] Apply classnames
([#​41681](https://redirect.github.com/mui/material-ui/issues/41681 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### `@mui/system@5.15.15`
- Fix typo to avoid infinite recursion in function call
([#​41678](https://redirect.github.com/mui/material-ui/issues/41678 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### Docs
- \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted
values demo so that the tooltip thumb label displays the same as the
value text
([#​41679](https://redirect.github.com/mui/material-ui/issues/41679 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- \[material-ui] Remove deleted page from the sidenav
([#​41594](https://redirect.github.com/mui/material-ui/issues/41594 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[material-ui] Fix typo in CSS theme variables customization
([#​41680](https://redirect.github.com/mui/material-ui/issues/41680 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- Continue migration of Base UI to sperate repository
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Add notification for MUI X v7 blog post
([#​41587](https://redirect.github.com/mui/material-ui/issues/41587 ))
([#​41605](https://redirect.github.com/mui/material-ui/issues/41605 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- Update the versions dropdown to show v6
([#​41557](https://redirect.github.com/mui/material-ui/issues/41557 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### Core
- \[blog] Link to Romain's blog post in MUI X v7 announcement post
([#​41641](https://redirect.github.com/mui/material-ui/issues/41641 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- \[blog] Blog post with MUI X v7.0.0 annoucement
([#​41563](https://redirect.github.com/mui/material-ui/issues/41563 ))
([#​41604](https://redirect.github.com/mui/material-ui/issues/41604 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
- \[blog] Add post about remote
([#​41565](https://redirect.github.com/mui/material-ui/issues/41565 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[core] Continue rename of Toolpad
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[docs-infra] Add Toolpad product/category IDs to types
([#​41551](https://redirect.github.com/mui/material-ui/issues/41551 ))
[@​bharatkashyap](https://redirect.github.com/bharatkashyap )
- \[website] Add Aarón to About Us
([#​41747](https://redirect.github.com/mui/material-ui/issues/41747 ))
[@​aarongarciah](https://redirect.github.com/aarongarciah )
- \[website] Add stray design adjustments throughout the site
([#​41642](https://redirect.github.com/mui/material-ui/issues/41642 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- \[website] Update pricing table
([#​41606](https://redirect.github.com/mui/material-ui/issues/41606 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
All contributors of this release in alphabetical order:
[@​aarongarciah](https://redirect.github.com/aarongarciah ),
[@​bharatkashyap](https://redirect.github.com/bharatkashyap ),
[@​cherniavskii](https://redirect.github.com/cherniavskii ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.14`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51514 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.13...v5.15.14 )
<!-- generated comparing v5.15.13..master -->
*Mar 18, 2024*
A big thanks to the 15 contributors who made this release possible.
This release was mostly about 🐛  bug fixes and 📚  documentation
improvements.
##### `@mui/material@5.15.13`
- \[Accordion] Convert to support CSS extraction
([#​41221](https://redirect.github.com/mui/material-ui/issues/41221 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 24 -->\[Autocomplete] Convert to support CSS extraction
([#​40330](https://redirect.github.com/mui/material-ui/issues/40330 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 06 -->\[Slider] Convert to support CSS extraction
([#​41201](https://redirect.github.com/mui/material-ui/issues/41201 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 07 -->\[Select] Fix variant type
([#​41405](https://redirect.github.com/mui/material-ui/issues/41405 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 09 -->\[typescript] Use interface instead of type for props
([#​41500](https://redirect.github.com/mui/material-ui/issues/41500 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
##### `@pigment-css/react@0.0.3`
- <!-- 03 -->Add Box component
([#​41451](https://redirect.github.com/mui/material-ui/issues/41451 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
##### `pigment-css/nextjs-plugin@0.0.3`
- <!-- 04 -->Fix alias resolver
([#​41494](https://redirect.github.com/mui/material-ui/issues/41494 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 05 -->Follow-up to
[#​41494](https://redirect.github.com/mui/material-ui/issues/41494 )
([#​41502](https://redirect.github.com/mui/material-ui/issues/41502 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
##### Docs
- <!-- 12 -->\[joy-ui] Add UI improvements to the side navigation demo
([#​41461](https://redirect.github.com/mui/material-ui/issues/41461 ))
[@​cipherlogs](https://redirect.github.com/cipherlogs )
- <!-- 11 -->\[pigment-css] Add media query guide
([#​41473](https://redirect.github.com/mui/material-ui/issues/41473 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- <!-- 10 -->\[pigment-css] Fixing location of the ExtendTheme type in
the docs
([#​41499](https://redirect.github.com/mui/material-ui/issues/41499 ))
[@​jherr](https://redirect.github.com/jherr )
- <!-- 08 -->\[material-ui]\[Progress] Add Circular progress gradient
demo from Github comment
([#​40559](https://redirect.github.com/mui/material-ui/issues/40559 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
##### Core
- <!-- 23 -->\[blog] Bringing consistency to Material UI customization
APIs
([#​41040](https://redirect.github.com/mui/material-ui/issues/41040 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- <!-- 22 -->\[code-infra] Rename
[@​mui-internal/docs-utils](https://redirect.github.com/mui-internal/docs-utils )
to
[@​mui/internal-docs-utils](https://redirect.github.com/mui/internal-docs-utils )
([#​41498](https://redirect.github.com/mui/material-ui/issues/41498 ))
[@​michaldudak](https://redirect.github.com/michaldudak )
- <!-- 21 -->\[code-infra] Copy translations.json to
[@​mui/docs](https://redirect.github.com/mui/docs ) build folder
([#​41472](https://redirect.github.com/mui/material-ui/issues/41472 ))
[@​Janpot](https://redirect.github.com/Janpot )
- <!-- 20 -->\[core] Use Circle CI context
([#​41532](https://redirect.github.com/mui/material-ui/issues/41532 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 19 -->\[core] Fix CHANGELOG format and update date
([#​41481](https://redirect.github.com/mui/material-ui/issues/41481 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- <!-- 18 -->\[docs] Fix useStorageState regressions
([#​41223](https://redirect.github.com/mui/material-ui/issues/41223 ))
[@​Janpot](https://redirect.github.com/Janpot )
- <!-- 17 -->\[docs] Fix some Vale errors
([#​41516](https://redirect.github.com/mui/material-ui/issues/41516 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 15 -->\[material-ui]\[docs] Fix landing page template's h1 size
([#​41543](https://redirect.github.com/mui/material-ui/issues/41543 ))
[@​zanivan](https://redirect.github.com/zanivan )
- <!-- 14 -->\[material-ui]\[docs] Apply new code header docs feature
([#​41508](https://redirect.github.com/mui/material-ui/issues/41508 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 11 -->\[material-next] Drop the package
([#​41544](https://redirect.github.com/mui/material-ui/issues/41544 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- <!-- 16 -->\[docs-infra] Fail CI on Vale error
([#​40944](https://redirect.github.com/mui/material-ui/issues/40944 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 15 -->\[docs-infra] Improve Vale config
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 14 -->\[docs-infra] Add a feature list "component"
([#​41484](https://redirect.github.com/mui/material-ui/issues/41484 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 13 -->\[docs-infra] Add code block header classes
([#​41487](https://redirect.github.com/mui/material-ui/issues/41487 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 21 -->\[docs-infra] Make the Algolia search input label
invisible
([#​41542](https://redirect.github.com/mui/material-ui/issues/41542 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 03 -->\[website] Improve navbar's items hover state
([#​41535](https://redirect.github.com/mui/material-ui/issues/41535 ))
[@​EyaOuenniche](https://redirect.github.com/EyaOuenniche )
- <!-- 02 -->\[website] Split Toolpad documentation
([#​41316](https://redirect.github.com/mui/material-ui/issues/41316 ))
[@​bharatkashyap](https://redirect.github.com/bharatkashyap )
- <!-- 01 -->\[website] Use MUI X Data Grid v7-beta
([#​41276](https://redirect.github.com/mui/material-ui/issues/41276 ))
[@​cherniavskii](https://redirect.github.com/cherniavskii )
All contributors of this release in alphabetical order:
[@​bharatkashyap](https://redirect.github.com/bharatkashyap ),
[@​brijeshb42](https://redirect.github.com/brijeshb42 ),
[@​cherniavskii](https://redirect.github.com/cherniavskii ),
[@​cipherlogs](https://redirect.github.com/cipherlogs ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​DiegoAndai](https://redirect.github.com/DiegoAndai ),
[@​EyaOuenniche](https://redirect.github.com/EyaOuenniche ),
[@​Janpot](https://redirect.github.com/Janpot ),
[@​jherr](https://redirect.github.com/jherr ),
[@​michaldudak](https://redirect.github.com/michaldudak ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​siriwatknp](https://redirect.github.com/siriwatknp ),
[@​zanivan](https://redirect.github.com/zanivan )
###
[`v5.15.13`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51513 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.12...v5.15.13 )
<!-- generated comparing v5.15.12..master -->
*Mar 12, 2024*
A big thanks to the 15 contributors who made this release possible. Here
are some highights ✨ 
- The Material UI free Checkout template got a design uplift
([#​41447](https://redirect.github.com/mui/material-ui/issues/41447 ))
[@​zanivan](https://redirect.github.com/zanivan )
##### `@mui/material@5.15.13`
- \[Alert] Add `slots` and `slotProps` type to theme
([#​41324](https://redirect.github.com/mui/material-ui/issues/41324 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- \[Autocomplete] Fix the options list being added to the DOM in
`freeSolo` mode even when there are no options, causing style problems
([#​41300](https://redirect.github.com/mui/material-ui/issues/41300 ))
[@​rakeshmusturi](https://redirect.github.com/rakeshmusturi )
- Add `paperChannel` token
([#​41447](https://redirect.github.com/mui/material-ui/issues/41447 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- \[Switch] Convert to support CSS extraction
([#​41367](https://redirect.github.com/mui/material-ui/issues/41367 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[Tooltip] Support event handlers with extra parameters
([#​41320](https://redirect.github.com/mui/material-ui/issues/41320 ))
[@​LukasTy](https://redirect.github.com/LukasTy )
##### `@mui/system@5.15.13`
- \[RtlProvider] Add component & hook
([#​41241](https://redirect.github.com/mui/material-ui/issues/41241 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
##### `@mui/utils@5.15.13`
- \[utils] Fix visually hidden styles' margin unit
([#​41477](https://redirect.github.com/mui/material-ui/issues/41477 ))
[@​michaldudak](https://redirect.github.com/michaldudak )
##### `@mui/codemod@5.15.13`
- Fix merging of slotProps and componentProps
([#​41323](https://redirect.github.com/mui/material-ui/issues/41323 ))
[@​sai6855](https://redirect.github.com/sai6855 )
##### `@mui/base@5.0.0-beta.39`
- \[material-ui]\[joy-ui]\[Autocomplete] Keep in sync highlighted index
when the option still exists
([#​41306](https://redirect.github.com/mui/material-ui/issues/41306 ))
[@​CGNonofr](https://redirect.github.com/CGNonofr )
- \[FormControl] Export `FormControlOwnerState` type from index
([#​41287](https://redirect.github.com/mui/material-ui/issues/41287 ))
[@​michaeldfoley](https://redirect.github.com/michaeldfoley )
- \[material-ui]\[TextareaAutosize] Fix inline style not getting applied
([#​41369](https://redirect.github.com/mui/material-ui/issues/41369 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
##### `@pigment-css/react@0.0.2`
- Handle more scenarios while transforming sx prop
([#​41372](https://redirect.github.com/mui/material-ui/issues/41372 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- Improve testing of fixtures
([#​41389](https://redirect.github.com/mui/material-ui/issues/41389 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- Fix `keyframes` serialize styles error
([#​41395](https://redirect.github.com/mui/material-ui/issues/41395 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- Use class selector instead of class value
([#​41442](https://redirect.github.com/mui/material-ui/issues/41442 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- \[next] Warn about unsupported turbo mode in Next.js
([#​41445](https://redirect.github.com/mui/material-ui/issues/41445 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
##### Docs
- \[material-ui] Refine checkout template
([#​40967](https://redirect.github.com/mui/material-ui/issues/40967 ))
[@​zanivan](https://redirect.github.com/zanivan )
- \[material-ui] Add docs for complementary List components
([#​41329](https://redirect.github.com/mui/material-ui/issues/41329 ))
[@​anle9650](https://redirect.github.com/anle9650 )
- \[material-ui] Add docs for complementary Dialog components
([#​41313](https://redirect.github.com/mui/material-ui/issues/41313 ))
[@​jwithington](https://redirect.github.com/jwithington )
- \[material-ui] Fix Templates live preview link
([#​41467](https://redirect.github.com/mui/material-ui/issues/41467 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[material-ui] Polish out the templates page
([#​41468](https://redirect.github.com/mui/material-ui/issues/41468 ))
[@​zanivan](https://redirect.github.com/zanivan )
- \[material-ui] Adjust the Templates card design
([#​41450](https://redirect.github.com/mui/material-ui/issues/41450 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[joy-ui] Remove unnecessary styles in color inversion footer demo
([#​41419](https://redirect.github.com/mui/material-ui/issues/41419 ))
[@​cipherlogs](https://redirect.github.com/cipherlogs )
- \[joy-ui] Update case studies chip background color
([#​41413](https://redirect.github.com/mui/material-ui/issues/41413 ))
[@​cipherlogs](https://redirect.github.com/cipherlogs )
- \[joy-ui] Remove wrong CSS prop from the Sign-in-side template
([#​41383](https://redirect.github.com/mui/material-ui/issues/41383 ))
[@​cipherlogs](https://redirect.github.com/cipherlogs )
- \[joy-ui] Fix broken link on the Color Inversion page
([#​41407](https://redirect.github.com/mui/material-ui/issues/41407 ))
[@​cipherlogs](https://redirect.github.com/cipherlogs )
- \[pigment] Add example and guide section
([#​41249](https://redirect.github.com/mui/material-ui/issues/41249 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- \[pigment-css] Brand name nonbreaking space
([#​41438](https://redirect.github.com/mui/material-ui/issues/41438 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[pigment-css] Fix import on the README
([#​41411](https://redirect.github.com/mui/material-ui/issues/41411 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[pigment-css] Edit starter template links on README
([#​41409](https://redirect.github.com/mui/material-ui/issues/41409 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[pigment-css] Tweak the examples and edit READMEs
([#​41408](https://redirect.github.com/mui/material-ui/issues/41408 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[pigment-css] Adjust the bit about CSS vars on the README
([#​41463](https://redirect.github.com/mui/material-ui/issues/41463 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- Finish brand name fixes
[#​41438](https://redirect.github.com/mui/material-ui/issues/41438 )
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Remove noreferrer
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- Fix v4 docs <b> appearing in notifications
([#​41390](https://redirect.github.com/mui/material-ui/issues/41390 ))
[@​peterwangsc](https://redirect.github.com/peterwangsc )
- Update GitHub project links
([#​41370](https://redirect.github.com/mui/material-ui/issues/41370 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
##### Core
- \[pigment] Make all Pigment CSS packages public
([#​41404](https://redirect.github.com/mui/material-ui/issues/41404 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- \[pigment] Rename directories to match package names
([#​41453](https://redirect.github.com/mui/material-ui/issues/41453 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- \[pigment-css] Example fix leading spaces
([#​41439](https://redirect.github.com/mui/material-ui/issues/41439 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[code-infra] Add short note about e2e-website workflow schedule
([#​41355](https://redirect.github.com/mui/material-ui/issues/41355 ))
[@​Janpot](https://redirect.github.com/Janpot )
- \[code-infra] Add alias for icon types
([#​41248](https://redirect.github.com/mui/material-ui/issues/41248 ))
[@​Janpot](https://redirect.github.com/Janpot )
- \[code-infra] Reduce concurrency of typescript:ci further
([#​41392](https://redirect.github.com/mui/material-ui/issues/41392 ))
[@​Janpot](https://redirect.github.com/Janpot )
- \[code-infra] Reduce concurrency for test_types ci job
([#​41385](https://redirect.github.com/mui/material-ui/issues/41385 ))
[@​Janpot](https://redirect.github.com/Janpot )
- \[code-infra] Adapt API code generator to Base UI repo needs
([#​41475](https://redirect.github.com/mui/material-ui/issues/41475 ))
[@​michaldudak](https://redirect.github.com/michaldudak )
- \[docs-infra] Don't generate preview files for the templates
([#​41379](https://redirect.github.com/mui/material-ui/issues/41379 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- \[docs-infra] Fix pigment css apps path in the render mui demos script
([#​41476](https://redirect.github.com/mui/material-ui/issues/41476 ))
[@​mnajdova](https://redirect.github.com/mnajdova )
- \[docs-infra] move feedback to ESM
([#​41381](https://redirect.github.com/mui/material-ui/issues/41381 ))
[@​alexfauquette](https://redirect.github.com/alexfauquette )
- \[docs-infra] Improve color contrast throughout
([#​41387](https://redirect.github.com/mui/material-ui/issues/41387 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[docs-infra] Simplify Algolia crawler config
([#​41312](https://redirect.github.com/mui/material-ui/issues/41312 ))
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[docs-infra] Adjust the tabs and layout selection design
([#​41084](https://redirect.github.com/mui/material-ui/issues/41084 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[blog] Update the Base UI post with links to dedicated repo
([#​41358](https://redirect.github.com/mui/material-ui/issues/41358 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[website] Update the Careers page role
([#​41384](https://redirect.github.com/mui/material-ui/issues/41384 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[website] Compress about images
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- \[website] Improve color contrast on the homepage
([#​41465](https://redirect.github.com/mui/material-ui/issues/41465 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- \[examples] Add pigment-css-vite-ts starter example
([#​41196](https://redirect.github.com/mui/material-ui/issues/41196 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- \[examples] Add pigment-css-nextjs-ts starter project
([#​41105](https://redirect.github.com/mui/material-ui/issues/41105 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
All contributors of this release in alphabetical order:
[@​alexfauquette](https://redirect.github.com/alexfauquette ),
[@​brijeshb42](https://redirect.github.com/brijeshb42 ),
[@​CGNonofr](https://redirect.github.com/CGNonofr ),
[@​cipherlogs](https://redirect.github.com/cipherlogs ),
[@​danilo-leal](https://redirect.github.com/danilo-leal ),
[@​Janpot](https://redirect.github.com/Janpot ),
[@​michaeldfoley](https://redirect.github.com/michaeldfoley ),
[@​mnajdova](https://redirect.github.com/mnajdova ),
[@​oliviertassinari](https://redirect.github.com/oliviertassinari ),
[@​peterwangsc](https://redirect.github.com/peterwangsc ),
[@​rakeshmusturi](https://redirect.github.com/rakeshmusturi ),
[@​sai6855](https://redirect.github.com/sai6855 ),
[@​siriwatknp](https://redirect.github.com/siriwatknp ),
[@​zanivan](https://redirect.github.com/zanivan ),
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
###
[`v5.15.12`](https://redirect.github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51512 )
[Compare
Source](https://redirect.github.com/mui/material-ui/compare/v5.15.11...v5.15.12 )
<!-- generated comparing v5.15.11..master -->
*Mar 5, 2024*
A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛  bug fixes and 📚  documentation
improvements.
##### `@mui/material@5.15.12`
- <!-- 52 -->Support props callback type in theme variants
([#​40946](https://redirect.github.com/mui/material-ui/issues/40946 ))
[@​ZeeshanTamboli](https://redirect.github.com/ZeeshanTamboli )
- <!-- 50 -->\[Alert] Convert to support zero runtime
([#​41230](https://redirect.github.com/mui/material-ui/issues/41230 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- <!-- 49 -->\[Alert] Deprecate composed classes
([#​40688](https://redirect.github.com/mui/material-ui/issues/40688 ))
[@​DiegoAndai](https://redirect.github.com/DiegoAndai )
- <!-- 44 -->\[Button] Deprecate classes for v6
([#​40675](https://redirect.github.com/mui/material-ui/issues/40675 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 43 -->\[Checkbox] `large` size added in type
([#​34909](https://redirect.github.com/mui/material-ui/issues/34909 ))
[@​smox](https://redirect.github.com/smox )
- <!-- 42 -->\[Chip] Deprecate composed classes
([#​41235](https://redirect.github.com/mui/material-ui/issues/41235 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 41 -->\[Chip] Correct `deleteIconColorPrimary` and
`deleteIconColorSecondary` class descriptions
([#​41231](https://redirect.github.com/mui/material-ui/issues/41231 ))
[@​sai6855](https://redirect.github.com/sai6855 )
- <!-- 17 -->Remove unused dev dependency on
[@​mui/lab](https://redirect.github.com/mui/lab )
([#​41198](https://redirect.github.com/mui/material-ui/issues/41198 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 15 -->\[Slider] Deprecate components and componentProps props
for v6
([#​40777](https://redirect.github.com/mui/material-ui/issues/40777 ))
[@​lhilgert9](https://redirect.github.com/lhilgert9 )
##### `@mui/system@5.15.12`
- <!-- 16 -->\[pigment-css]\[material-ui] Render badge demos
([#​41353](https://redirect.github.com/mui/material-ui/issues/41353 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- <!-- 14 -->\[pigment-css] Update to latest wyw version
([#​41363](https://redirect.github.com/mui/material-ui/issues/41363 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 13 -->\[pigment-css] Rename scope to
[@​pigment-css](https://redirect.github.com/pigment-css )
([#​41354](https://redirect.github.com/mui/material-ui/issues/41354 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 12 -->\[pigment-css] Rename zero-runtime to pigmentcss
([#​41317](https://redirect.github.com/mui/material-ui/issues/41317 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 11 -->Fix createSpacing return type
([#​41318](https://redirect.github.com/mui/material-ui/issues/41318 ))
[@​matystroia](https://redirect.github.com/matystroia )
- <!-- 06 -->\[zero] Add support for styled tagged-template literals
([#​41268](https://redirect.github.com/mui/material-ui/issues/41268 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 05 -->\[zero] Set up Material UI migration demos
([#​41267](https://redirect.github.com/mui/material-ui/issues/41267 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- <!-- 04 -->\[zero] Move extendTheme to already existing
@​mui/zero-runtime/utils
([#​41254](https://redirect.github.com/mui/material-ui/issues/41254 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 03 -->\[zero] Remove `object` intersection from CSS Fallback
([#​41271](https://redirect.github.com/mui/material-ui/issues/41271 ))
[@​siriwatknp](https://redirect.github.com/siriwatknp )
- <!-- 02 -->\[zero] Minor wording changes in README
([#​41253](https://redirect.github.com/mui/material-ui/issues/41253 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
- <!-- 01 -->\[zero] Prepare zero-runtime packages for public release
([#​41226](https://redirect.github.com/mui/material-ui/issues/41226 ))
[@​brijeshb42](https://redirect.github.com/brijeshb42 )
##### `@mui/joy@5.0.0-beta.30`
- <!-- 48 -->\[joy-ui]\[Autocomplete] Fix text overflow in Chip
([#​40229](https://redirect.github.com/mui/material-ui/issues/40229 ))
[@​PunitSoniME](https://redirect.github.com/PunitSoniME )
##### Docs
- <!-- 47 -->\[base-ui] Update the docs post repo separation
([#​41328](https://redirect.github.com/mui/material-ui/issues/41328 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 34 -->Fix missing partner link
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 33 -->Update links to GitHub projects
([#​41297](https://redirect.github.com/mui/material-ui/issues/41297 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 32 -->Standardize WAI-ARIA referencest
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 31 -->Fix image layout shift when loading
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 23 -->\[joy-ui] Add stray adjustments throughout the docs
([#​41211](https://redirect.github.com/mui/material-ui/issues/41211 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 22 -->\[material-ui] Remove duplicated text at FAQ page
([#​41326](https://redirect.github.com/mui/material-ui/issues/41326 ))
[@​zanivan](https://redirect.github.com/zanivan )
- <!-- 21 -->\[material-ui] Fix color mode toggle of the landing page
template
([#​41293](https://redirect.github.com/mui/material-ui/issues/41293 ))
[@​zanivan](https://redirect.github.com/zanivan )
- <!-- 20 -->\[system] Tweak the Usage demos
([#​41242](https://redirect.github.com/mui/material-ui/issues/41242 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
- <!-- 19 -->\[zero] Add a Why section on the README
([#​41284](https://redirect.github.com/mui/material-ui/issues/41284 ))
[@​danilo-leal](https://redirect.github.com/danilo-leal )
##### Core
- <!-- 51 -->Revert "\[utils] Port `useLocalStorageState` hook from
Toolpad
([#​41096](https://redirect.github.com/mui/material-ui/issues/41096 ))"
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 46 -->\[blog] Add post about how MUI uses Toolpad
([#​40172](https://redirect.github.com/mui/material-ui/issues/40172 ))
[@​prakhargupta1](https://redirect.github.com/prakhargupta1 )
- <!-- 45 -->\[blog] No bundled demos in blog posts
[@​oliviertassinari](https://redirect.github.com/oliviertassinari )
- <!-- 40 -->\[code-infra] Embed translations in the
[@​mui/docs](https://redirect.github.com/mui/docs ) package
([#​41246](https://redirect.github.com/mui/material-ui/issues/41246 ))
[@​Janpot](https://redirect.github.com/Janpot )
- <!-- 39 -->\[code-infra] Prepare the markdown package for publishing
([#​41240](https://redirect.github.com/mui/material-ui/issues/41240 ))
[@​michaldudak](https://redirect.github.com/michaldudak )
- <!-- 38 -->\[code-infra] Unpin the version of docs-utils in scripts
([#​41232](https://redirect.github.com/mui/material-ui/issues/41232 ))
[@​michaldudak](https://redirect.github.com/michaldudak )
-   <!-- 37 -->\[core] Use runtime agnostic setTimeout type [@​
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻  **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-12 16:45:20 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f8316a6de 
							
						 
					 
					
						
						
							
							fix: invert logic ( #8135 )  
						
						... 
						
						
						
						The EEA flag is present in enterprise instances which currently is
blocking enterprise customers from accessing this button. This PR
inverts the logic that was changed in #7796 . 
						
					 
					
						2024-09-11 18:12:37 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c956f1be4d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v18.3.5 ( #8123 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ))
| [`18.3.4` ->
`18.3.5`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.4/18.3.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-06 19:58:28 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							152e074c2d 
							
						 
					 
					
						
						
							
							test: improve onboarding test ( #8121 )  
						
						
						
					 
					
						2024-09-06 13:45:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fa3738412 
							
						 
					 
					
						
						
							
							chore: adjust language names ( #8117 )  
						
						
						
					 
					
						2024-09-06 12:45:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8fee92838 
							
						 
					 
					
						
						
							
							feat: explain complete feature name ( #8120 )  
						
						
						
					 
					
						2024-09-06 12:45:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							028cf06f6c 
							
						 
					 
					
						
						
							
							feat: make node example more consistent ( #8111 )  
						
						
						
					 
					
						2024-09-06 13:22:23 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6e22d6178 
							
						 
					 
					
						
						
							
							feat: new onboarding welcome screen logic ( #8110 )  
						
						... 
						
						
						
						1. We will not show grid until 2 flags exist
2. Now new feature creation button will be always displayed on top with
different style
3. Moved some text around
 
						
					 
					
						2024-09-06 13:15:28 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f0ba4e5180 
							
						 
					 
					
						
						
							
							fix: allow you to save default strategies with the right permissions ( #8114 )  
						
						... 
						
						
						
						Allow you to edit default strategies in the UI if you have the
update_project or project_default_strategy_write permissions. These are
the same permissions that we use in the API.
Previously, we used the update_feature_strategy permission here, but
that one is intended to be used for updating strategies belonging to
actual flags.
One of the trickier bits here is that we use the `StrategyVariants`
component, which previously had baked in the permission required
(update_feature_environment_variants). Because the permissions are
different for the default strategy, I updated the component to make it
configurable, but for the default to be the old permission (so that
other uses aren't affected). 
						
					 
					
						2024-09-06 12:00:46 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b656db80a 
							
						 
					 
					
						
						
							
							test: onboarding test with existing key ( #8116 )  
						
						
						
					 
					
						2024-09-06 11:50:52 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							00e63609d4 
							
						 
					 
					
						
						
							
							fix: allow you to see default strategies if you have write access ( #8113 )  
						
						... 
						
						
						
						Previously, you needed read access specifically to see default
strategies. So even if you could write default strategies, you
couldn't access them in the UI without the read permission too.
This changes it so that you can see default strategies if you have
write permission. 
						
					 
					
						2024-09-06 11:49:22 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e52da11bc 
							
						 
					 
					
						
						
							
							fix: Also display strategy variant information on default strategies ( #8115 )  
						
						... 
						
						
						
						This change copies (and then simplifies) the strategy variant display
logic from
`frontend/src/component/feature/FeatureView/FeatureOverview/FeatureOverviewEnvironments/FeatureOverviewEnvironment/EnvironmentAccordionBody/StrategyDraggableItem/StrategyItem/StrategyItem.tsx`
and inserts it into the `ProjectEnvironmentDefaultStrategy` component.
Before:

After:
 
						
					 
					
						2024-09-06 11:47:59 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae719325cc 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.4.1 ( #8108 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.3.5` ->
`2.4.1`](https://renovatebot.com/diffs/npm/msw/2.3.5/2.4.1 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
###
[`v2.4.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.1 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.4.0...v2.4.1 )
#### v2.4.1 (2024-08-29)
##### Bug Fixes
- import `graphql` lazily
([#​2250](https://redirect.github.com/mswjs/msw/issues/2250 ))
([`1799e06`](1799e0638fhttps://redirect.github.com/kettanaito )
- add `graphql` to "peerDependencies"
([#​2249](https://redirect.github.com/mswjs/msw/issues/2249 ))
([`8a9568a`](8a9568ad45https://redirect.github.com/THETCR )
###
[`v2.4.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.0 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.3.5...v2.4.0 )
#### v2.4.0 (2024-08-28)
##### Features
- add `HttpResponse.html()` static method
([#​2140](https://redirect.github.com/mswjs/msw/issues/2140 ))
([`8c5580a`](8c5580a0e2https://redirect.github.com/scruffymongrel )
[@​kettanaito](https://redirect.github.com/kettanaito )
- list "graphql" as an optional peer dependency
([#​2187](https://redirect.github.com/mswjs/msw/issues/2187 ))
([`40b17fd`](40b17fdf65https://redirect.github.com/kettanaito )
- print request body in `onUnhandledRequest` message
([#​2227](https://redirect.github.com/mswjs/msw/issues/2227 ))
([`a2153c9`](a2153c93edhttps://redirect.github.com/bitttttten )
[@​kettanaito](https://redirect.github.com/kettanaito )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-06 01:15:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f7a174946 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v13.14.1 ( #8106 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io )
([source](https://redirect.github.com/cypress-io/cypress )) | [`13.13.2`
-> `13.14.1`](https://renovatebot.com/diffs/npm/cypress/13.13.2/13.14.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v13.14.1`](https://redirect.github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1 )
###
[`v13.14.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.14.0 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.13.3...v13.14.0 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0 
###
[`v13.13.3`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.13.3 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 22:51:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65d3a2d325 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @xmldom/xmldom to ^0.9.0 ( #8105 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@xmldom/xmldom](https://redirect.github.com/xmldom/xmldom ) |
[`^0.8.4` ->
`^0.9.0`](https://renovatebot.com/diffs/npm/@xmldom%2fxmldom/0.8.10/0.9.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>xmldom/xmldom (@​xmldom/xmldom)</summary>
###
[`v0.9.0`](https://redirect.github.com/xmldom/xmldom/blob/HEAD/CHANGELOG.md#090 )
[Compare
Source](https://redirect.github.com/xmldom/xmldom/compare/0.8.10...0.9.0 )
-
[Discussion](https://redirect.github.com/xmldom/xmldom/discussions/435 )
- [Summary on
dev.to](https://dev.to/karfau/release-090-of-xmldomxmldom-4106 )
##### Features
- feat: expose all DOM level 2 element prototypes
[`#637`](https://redirect.github.com/xmldom/xmldom/pull/637 ) /
[`#40`](https://redirect.github.com/xmldom/xmldom/issues/40 )
- feat: add iterator function to NodeList and NamedNodeMap
[`#634`](https://redirect.github.com/xmldom/xmldom/pull/634 ) /
[`#633`](https://redirect.github.com/xmldom/xmldom/issues/633 )
##### Fixed
- parse empty/whitspace only doctype internal subset
[`#692`](https://redirect.github.com/xmldom/xmldom/pull/692 )
- avoid prototype clash in namespace prefix
[`#554`](https://redirect.github.com/xmldom/xmldom/pull/554 )
- report fatalError when doctype is inside elements
[`#550`](https://redirect.github.com/xmldom/xmldom/pull/550 )
##### Other
- test: add fuzz target and regression tests
[`#556`](https://redirect.github.com/xmldom/xmldom/pull/556 )
- chore: improve .gitignore and provide .envrc.template
[`#697`](https://redirect.github.com/xmldom/xmldom/pull/697 )
- chore: Apply security best practices
[`#546`](https://redirect.github.com/xmldom/xmldom/pull/546 )
- ci: check test coverage in PRs
[`#524`](https://redirect.github.com/xmldom/xmldom/pull/524 )
- docs: add missing commas to readme
[`#566`](https://redirect.github.com/xmldom/xmldom/pull/566 )
- docs: click to copy install command in readme
[`#644`](https://redirect.github.com/xmldom/xmldom/pull/644 )
- docs: enhance jsdoc comments
[`#511`](https://redirect.github.com/xmldom/xmldom/pull/511 )
Thank you, [@​kboshold](https://redirect.github.com/kboshold ),
[@​edi9999](https://redirect.github.com/edi9999 ),
[@​apupier](https://redirect.github.com/apupier ),
[@​shunkica](https://redirect.github.com/shunkica ),
[@​homer0](https://redirect.github.com/homer0 ),
[@​jhauga](https://redirect.github.com/jhauga ),
[@​UdayKharatmol](https://redirect.github.com/UdayKharatmol ), for
your contributions
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 22:51:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							582f32e564 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @testing-library/jest-dom to v6.5.0 ( #8104 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom )
| [`6.4.8` ->
`6.5.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.8/6.5.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v6.5.0`](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...62f0e3a43262b945bbf6bdd9bf231bf3e4ac7778 )
[Compare
Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 19:35:25 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09e55c10c2 
							
						 
					 
					
						
						
							
							feat: onboarding step badges ( #8102 )  
						
						
						
					 
					
						2024-09-05 15:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							355b3eb58a 
							
						 
					 
					
						
						
							
							chore: remove unused SCIM setting - assumeControlOfExisting ( #8101 )  
						
						... 
						
						
						
						This property is unused and should be removed.
This fixes a logged schema error:
```
Invalid response: {
    "schema": "#/components/schemas/scimSettingsSchema",
    "errors": [
        {
            "instancePath": "",
            "schemaPath": "#/required",
            "keyword": "required",
            "params": {
                "missingProperty": "assumeControlOfExisting"
            },
            "message": "must have required property 'assumeControlOfExisting'"
        }
    ]
}
``` 
						
					 
					
						2024-09-05 13:45:20 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2daa0cd8ca 
							
						 
					 
					
						
						
							
							feat: onboarding stepper ( #8100 )  
						
						
						
					 
					
						2024-09-05 14:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01fb748c01 
							
						 
					 
					
						
						
							
							feat: connection status bubble ( #8099 )  
						
						... 
						
						
						
						Fully working cycle
 
						
					 
					
						2024-09-05 13:56:25 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f591f0cda 
							
						 
					 
					
						
						
							
							feat: change sdk action ( #8098 )  
						
						
						
					 
					
						2024-09-05 11:55:37 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							62d03d35cd 
							
						 
					 
					
						
						
							
							feat: check flag status snippet ( #8097 )  
						
						
						
					 
					
						2024-09-05 11:17:42 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2c865273e 
							
						 
					 
					
						
						
							
							fix: align short owner username on project card ( #8093 )  
						
						
						
					 
					
						2024-09-05 10:16:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b1de563f7 
							
						 
					 
					
						
						
							
							feat: add sdk example box ( #8092 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-09-05 10:35:43 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1ce02369a 
							
						 
					 
					
						
						
							
							feat: copy to clipboard sdk snippet ( #8083 )  
						
						
						
					 
					
						2024-09-05 08:53:52 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bcf7f5682e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v5.4.2 ( #8091 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev )
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite ))
| [`5.4.0` ->
`5.4.2`](https://renovatebot.com/diffs/npm/vite/5.4.0/5.4.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v5.4.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small542-2024-08-20-small )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.1...v5.4.2 )
- chore: remove stale TODOs
([#​17866](https://redirect.github.com/vitejs/vite/issues/17866 ))
([e012f29](e012f296dfhttps://redirect.github.com/vitejs/vite/issues/17866 )
- refactor: remove redundant prepend/strip base
([#​17887](https://redirect.github.com/vitejs/vite/issues/17887 ))
([3b8f03d](3b8f03d789https://redirect.github.com/vitejs/vite/issues/17887 )
- fix: resolve relative URL generated by `renderBuiltUrl` passed to
module preload
([#​16084](https://redirect.github.com/vitejs/vite/issues/16084 ))
([fac3a8e](fac3a8ed68https://redirect.github.com/vitejs/vite/issues/16084 )
- feat: support originalFilename
([#​17867](https://redirect.github.com/vitejs/vite/issues/17867 ))
([7d8c0e2](7d8c0e2dcbhttps://redirect.github.com/vitejs/vite/issues/17867 )
###
[`v5.4.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small541-2024-08-15-small )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.0...v5.4.1 )
- fix: `build.modulePreload.resolveDependencies` is optimizable
([#​16083](https://redirect.github.com/vitejs/vite/issues/16083 ))
([e961b31](e961b31493https://redirect.github.com/vitejs/vite/issues/16083 )
- fix: align CorsOptions.origin type with
[@​types/cors](https://redirect.github.com/types/cors )
([#​17836](https://redirect.github.com/vitejs/vite/issues/17836 ))
([1bda847](1bda847329https://redirect.github.com/vitejs/vite/issues/17836 )
- fix: typings for vite:preloadError
([#​17868](https://redirect.github.com/vitejs/vite/issues/17868 ))
([6700594](6700594999https://redirect.github.com/vitejs/vite/issues/17868 )
- fix(build): avoid re-define `__vite_import_meta_env__`
([#​17876](https://redirect.github.com/vitejs/vite/issues/17876 ))
([e686d74](e686d749d6https://redirect.github.com/vitejs/vite/issues/17876 )
- fix(deps): update all non-major dependencies
([#​17869](https://redirect.github.com/vitejs/vite/issues/17869 ))
([d11711c](d11711c7e4https://redirect.github.com/vitejs/vite/issues/17869 )
- fix(lightningcss): search for assets with correct base path
([#​17856](https://redirect.github.com/vitejs/vite/issues/17856 ))
([4e5ce3c](4e5ce3c7a9https://redirect.github.com/vitejs/vite/issues/17856 )
- fix(worker): handle self reference url worker in dependency for build
([#​17846](https://redirect.github.com/vitejs/vite/issues/17846 ))
([391bb49](391bb4917bhttps://redirect.github.com/vitejs/vite/issues/17846 )
- chore: fix picocolors import for local dev
([#​17884](https://redirect.github.com/vitejs/vite/issues/17884 ))
([9018255](9018255c69https://redirect.github.com/vitejs/vite/issues/17884 )
- refactor: remove `handleHotUpdate` from watch-package-data plugin
([#​17865](https://redirect.github.com/vitejs/vite/issues/17865 ))
([e16bf1f](e16bf1fb14https://redirect.github.com/vitejs/vite/issues/17865 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-05 00:32:31 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff31013c6d 
							
						 
					 
					
						
						
							
							feat: Sdk snippets in test connection phase ( #8082 )  
						
						
						
					 
					
						2024-09-04 15:43:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c4d0bf99b 
							
						 
					 
					
						
						
							
							feat: navigate between all stages ( #8080 )  
						
						
						
					 
					
						2024-09-04 13:58:15 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba8d043f3c 
							
						 
					 
					
						
						
							
							feat: connect sdk concepts ( #8079 )  
						
						
						
					 
					
						2024-09-04 12:31:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48ddd255d6 
							
						 
					 
					
						
						
							
							feat: connect welcome to sdk dialog ( #8078 )  
						
						... 
						
						
						
						Now welcome screen is connected to sdk dialog. 
						
					 
					
						2024-09-04 13:19:08 +03:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f41a688edb 
							
						 
					 
					
						
						
							
							feat: welcome to project onboarding status rendering ( #8076 )  
						
						... 
						
						
						
						 
						
					 
					
						2024-09-04 12:17:33 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							206e3aef62 
							
						 
					 
					
						
						
							
							feat: connect sdk icons ( #8075 )  
						
						
						
					 
					
						2024-09-04 10:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c5a3e03a4 
							
						 
					 
					
						
						
							
							feat: can select client and frontend sdk ( #8066 )  
						
						
						
					 
					
						2024-09-04 08:26:16 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ace5c10694 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v18.3.4 ( #8071 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ))
| [`18.3.3` ->
`18.3.4`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.3/18.3.4 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 21:08:22 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c23b77838 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.16.1 ( #8070 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.16.0` ->
`20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.0/20.16.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 21:08:12 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d60d9f6444 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @tanstack/react-table to v8.20.5 ( #8069 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tanstack/react-table](https://tanstack.com/table )
([source](https://redirect.github.com/TanStack/table/tree/HEAD/packages/react-table ))
| [`8.20.1` ->
`8.20.5`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.20.1/8.20.5 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>TanStack/table (@​tanstack/react-table)</summary>
###
[`v8.20.5`](https://redirect.github.com/TanStack/table/releases/tag/v8.20.5 )
[Compare
Source](https://redirect.github.com/TanStack/table/compare/v8.20.1...v8.20.5 )
Version 8.20.5 - 8/24/24, 11:37 PM
#### Changes
##### Fix
- table-core: allow searching of numbers
([#​5718](https://redirect.github.com/TanStack/table/issues/5718 ))
([`237b1c4`](https://redirect.github.com/TanStack/table/commit/237b1c4 ))
by GaganSingh7
##### Docs
- vue: add information about `shallowRef` for reactive data
([#​5706](https://redirect.github.com/TanStack/table/issues/5706 ))
([`58913b6`](https://redirect.github.com/TanStack/table/commit/58913b6 ))
by Ola Alsaker
#### Packages
-
[@​tanstack/table-core](https://redirect.github.com/tanstack/table-core )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/angular-table](https://redirect.github.com/tanstack/angular-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/lit-table](https://redirect.github.com/tanstack/lit-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/qwik-table](https://redirect.github.com/tanstack/qwik-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/react-table](https://redirect.github.com/tanstack/react-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/solid-table](https://redirect.github.com/tanstack/solid-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/svelte-table](https://redirect.github.com/tanstack/svelte-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/vue-table](https://redirect.github.com/tanstack/vue-table )[@​8](https://redirect.github.com/8 ).20.5
-
[@​tanstack/react-table-devtools](https://redirect.github.com/tanstack/react-table-devtools )[@​8](https://redirect.github.com/8 ).20.5
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 19:27:42 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f24728693 
							
						 
					 
					
						
						
							
							feat: Select sdk onboarding pt 1 ( #8065 )  
						
						
						
					 
					
						2024-09-03 16:37:20 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e70b09ae7b 
							
						 
					 
					
						
						
							
							refactor: extract generate api key stage into component ( #8061 )  
						
						
						
					 
					
						2024-09-03 14:58:35 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99d0bedaa7 
							
						 
					 
					
						
						
							
							fix: deps revert for chartjs plugin ( #8060 )  
						
						
						
					 
					
						2024-09-03 14:05:25 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c865fd4fbb 
							
						 
					 
					
						
						
							
							fix: reduce integration events requests ( #8055 )  
						
						... 
						
						
						
						Cuts the total amount of integration event requests in half when
browsing the integrations page, by only fetching the 20 latest events
for each configured integration when it's actually needed (open modal). 
						
					 
					
						2024-09-03 12:29:33 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a28d965176 
							
						 
					 
					
						
						
							
							chore(deps): update dependency chartjs-plugin-annotation to v3 ( #7327 )  
						
						
						
					 
					
						2024-09-03 12:30:40 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3f52d4ef1 
							
						 
					 
					
						
						
							
							chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /frontend ( #8015 )  
						
						... 
						
						
						
						Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7
to 4.0.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/micromatch/releases ">micromatch's
releases</a>.</em></p>
<blockquote>
<h2>4.0.8</h2>
<p>Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We
consider the issues low-priority, so even if you see automated scanners
saying otherwise, don't be scared.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md ">micromatch's
changelog</a>.</em></p>
<blockquote>
<h2>[4.0.8] - 2024-08-22</h2>
<ul>
<li>backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8bd704ec0da0e68416a44ec288484f03aa805217https://redirect.github.com/micromatch/micromatch/issues/266 ">#266</a>
from hauserkristof/feature/v4.0.8</li>
<li><a
href="814f5f70ef67fcce6a10113f2e3fa7d9dbd9a2662ab13157f41406ea38f3https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 12:28:10 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							acecffd93f 
							
						 
					 
					
						
						
							
							fix: force languages in cypress browser for tests ( #8049 )  
						
						... 
						
						
						
						To fix this we had to create a free trial account on cypress and enable
the recording of the test. That way we found out the issue was with a
locale:

Probably, this works well locally because our local machines do have a
default locale, but probably we don't have one when running in CI, and
millify library is causing the tests to fail specifically at this line:
363911c4a1/frontend/src/component/common/AvatarGroup/AvatarGroup.tsx (L89)https://github.com/Unleash/unleash/pull/8040/files#diff-afc857890da2221bd34feed0ff45dd7745ff32fb0b27055214cbe69896d5311dL89 )).
Unfortunately, upgrading millify didn't help, but downgrading to v5
(which doesn't support locales), solve the issue at the cost of not
having the up-to-date library:
https://github.com/Unleash/unleash/pull/8048 
I believe the issue is related to this locale `c` reported here:
https://github.com/cypress-io/cypress/issues/7890#issuecomment-2105991364 
because only after overriding the languages this worked 
						
					 
					
						2024-09-03 10:06:58 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a51a0b14a 
							
						 
					 
					
						
						
							
							feat: Onboarding connect api token generation ( #8054 )  
						
						
						
					 
					
						2024-09-03 11:28:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29af716952 
							
						 
					 
					
						
						
							
							chore: remove operator upgrade alert ( #8053 )  
						
						... 
						
						
						
						This was introduced in v4.9 and most likely people have upgraded
already. Removing. 
						
					 
					
						2024-09-03 12:18:19 +03:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							363911c4a1 
							
						 
					 
					
						
						
							
							chore: bump frontend yarn version to 4.4.1 ( #8052 )  
						
						... 
						
						
						
						Keeping frontend in sync with backend on yarn versions. 
						
					 
					
						2024-09-03 10:40:39 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8f6014c10 
							
						 
					 
					
						
						
							
							chore(deps): bump svelte from 4.2.18 to 4.2.19 in /frontend ( #8028 )  
						
						... 
						
						
						
						Bumps
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte )
from 4.2.18 to 4.2.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte/releases ">svelte's
releases</a>.</em></p>
<blockquote>
<h2>svelte@4.2.19</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure typings for <code><svelte:options></code> are
picked up (<a
href="https://redirect.github.com/sveltejs/svelte/pull/12902 ">#12902</a>)</p>
</li>
<li>
<p>fix: escape <code><</code> in attribute strings (<a
href="https://redirect.github.com/sveltejs/svelte/pull/12989 ">#12989</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md ">svelte's
changelog</a>.</em></p>
<blockquote>
<h2>4.2.19</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure typings for <code><svelte:options></code> are
picked up (<a
href="https://redirect.github.com/sveltejs/svelte/pull/12902 ">#12902</a>)</p>
</li>
<li>
<p>fix: escape <code><</code> in attribute strings (<a
href="https://redirect.github.com/sveltejs/svelte/pull/12989 ">#12989</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d8b31333echttps://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12990 ">#12990</a>)</li>
<li><a
href="83e96e044dhttps://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12989 ">#12989</a>)</li>
<li><a
href="5ec4409fb2https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12902 ">#12902</a>)</li>
<li>See full diff in <a
href="https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 
					
						2024-09-03 09:37:30 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82f9783fe6 
							
						 
					 
					
						
						
							
							feat: connect sdk step 1 ( #8042 )  
						
						
						
					 
					
						2024-09-02 15:58:00 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6030900b40 
							
						 
					 
					
						
						
							
							refactor: replace IProjectCard with openapi type ( #8043 )  
						
						... 
						
						
						
						Makes type consistent between frontend and schema generated from backend. 
						
					 
					
						2024-09-02 13:25:28 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b2479517f 
							
						 
					 
					
						
						
							
							feat: update Orval config ( #8038 )  
						
						... 
						
						
						
						Simplify running frontend `gen:api` 
						
					 
					
						2024-09-02 15:14:48 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76ffdb2cd3 
							
						 
					 
					
						
						
							
							chore: update Frontend schema ( #8037 )  
						
						... 
						
						
						
						update types, fix frontend types issues in insights and archive 
						
					 
					
						2024-09-02 14:41:17 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e4fcb252d1 
							
						 
					 
					
						
						
							
							feat: welcome to your project component ( #8039 )  
						
						... 
						
						
						
						Currently displaying always when flag enabled.
 
						
					 
					
						2024-09-02 15:09:00 +03:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7b1e70e68 
							
						 
					 
					
						
						
							
							chore: reorganize product data in footer ( #8030 )  
						
						... 
						
						
						
						## About the changes
Instead of having the plan at the end, move it next to the product name
and display the build number at last 
						
					 
					
						2024-09-02 11:53:57 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f5e4dc96b 
							
						 
					 
					
						
						
							
							task: remove upgrade edge banner. ( #8032 )  
						
						... 
						
						
						
						All customers but one are now upgraded, and this banner no longer adds
value, we also have the outdated SDK banner, which can fill in if
needed. 
						
					 
					
						2024-09-02 10:50:19 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb55067983 
							
						 
					 
					
						
						
							
							fix: project archive card ( #8024 )  
						
						... 
						
						
						
						Fix archived project card after new projects list refactor. Archive card was not showing button actions in footer. 
						
					 
					
						2024-09-02 10:13:59 +02:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb5aa64756 
							
						 
					 
					
						
						
							
							feat: display the build number as extra data ( #8022 )  
						
						... 
						
						
						
						## About the changes
Show the build number between parenthesis separated from the version.
When there's no build number:

When there is:
 
						
					 
					
						2024-08-30 16:36:00 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79fccbd8f3 
							
						 
					 
					
						
						
							
							refactor: ts checking conditionallyrender props ( #7840 )  
						
						... 
						
						
						
						Fix issues found by TS checking after removing ConditionallyRender 
						
					 
					
						2024-08-30 13:39:11 +02:00