{"componentChunkName":"component---src-components-mdx-custom-renderer-js","path":"/releases/2_23","result":{"data":{"mdx":{"id":"ab72efa3-6c71-5b6b-aa11-34e46ed0bb29","body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h1\", {\n    \"id\": \"v223\"\n  }, \"V2.23\"), mdx(\"h2\", {\n    \"id\": \"general-changes\"\n  }, \"General Changes\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Network heat limits are now configurable from our servers\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"We will be increasing network heat in the coming weeks\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Subrooms with maxplayer limits of 1-12 will allow significantly more heat\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Subrooms with maxplayer limits of 13-24 will allow slightly more heat\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Subrooms with maxplayer limits of 25-40 will be unchanged\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"These changes will roll out over the coming weeks and may not happen instantaneously on release\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"The \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Vector\"), \" type is now called \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Vector Gadget\"), mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"This is different from \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Vector3\")))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Raycast\"), \" now has an output port for surface normal\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Player Add Role\"), \" requires significantly less CPU heat\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Player Remove Role\"), \" requires significantly less CPU heat\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"New variants of tag chips have been added which work with individual tags but use less CPU heat. See the \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"New Chips\"), \" section for more info.\")), mdx(\"h2\", {\n    \"id\": \"new-chips\"\n  }, \"New Chips\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Add Tag\"), \" (beta)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get First Player with Role\"), \" (beta)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get First Tag\"), \" (beta)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get New Line\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get Object with Tag\"), \" (beta)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Remove Tag\"), \" (beta)\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Trigger Handle Get Primary Action Held\"), \" (beta)\")), mdx(\"h2\", {\n    \"id\": \"bugs-fixes\"\n  }, \"Bugs Fixes\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"RPC limit is now cleared every frame instead of every 5 frames\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"This should allow sending ~5x RPCs\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get Local Player Leaderboard Stat Node\"), \" is renamed \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Get Local Player Leaderboard Stat\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Resolved issues with multiplayer undo of chip position\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"A typo has been fixed in the \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"List Any True\"), \" chip description\")), mdx(\"h2\", {\n    \"id\": \"links\"\n  }, \"Links\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", {\n    parentName: \"strong\",\n    \"href\": \"/releases/\"\n  }, \"<- Back to Releases\"))));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"demo":null,"difficulty":null,"summary":null,"tags":null,"title":"","type":null,"updated":null}}},"pageContext":{"id":"ab72efa3-6c71-5b6b-aa11-34e46ed0bb29","fields":{"slug":"/releases/2_23"},"frontmatter":{"title":"","type":null,"order":null,"hidden":null,"hideChildren":null,"breadcrumbs":null},"headings":[{"value":"V2.23","depth":1}],"tableOfContents":{"items":[{"url":"#v223","title":"V2.23","items":[{"url":"#general-changes","title":"General Changes"},{"url":"#new-chips","title":"New Chips"},{"url":"#bugs-fixes","title":"Bugs Fixes"},{"url":"#links","title":"Links"}]}]},"parent":{"modifiedTime":"2021-11-28","relativePath":"releases/2_23.md"}}},"staticQueryHashes":["2814688963","32046230","338033027","598566803","811020565"]}