Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG-FRONTIER.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.10.11

- Pass `flagAttributes` from Snow to SERVER_DATA for use in zion-config

## 8.10.10

- Apply head tag fix from 8.10.9 to dev mode as well as prod mode
Expand Down
1 change: 1 addition & 0 deletions packages/react-scripts/layout/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<% if (typeof skipSessionPrevalidation !== 'undefined' && !skipSessionPrevalidation) { %>
SERVER_DATA.isLoggedIn = <%= isLoggedIn %>
<% } %>
SERVER_DATA.flagAttributes = <%- typeof flagAttributes !== 'undefined' ? JSON.stringify(flagAttributes) : JSON.stringify({}) %>;
<% include partials/experiments %>
<% include partials/sentry %>
<% include partials/clientAppConfig %>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/react-scripts",
"version": "8.10.10",
"version": "8.10.11",
"upstreamVersion": "5.0.1",
"description": "Configuration and scripts for Create React App.",
"repository": {
Expand Down