{"componentChunkName":"component---src-components-mdx-custom-renderer-js","path":"/releases/2_24","result":{"data":{"mdx":{"id":"a14b617a-2ad0-5b03-95f4-abc52d8a77a5","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\": \"v224\"\n  }, \"V2.24\"), mdx(\"h2\", {\n    \"id\": \"general-changes\"\n  }, \"General Changes\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Lights now use \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"float\"), \"s rather than \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"int\"), \"s\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"If you have a room currently using the \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"int\"), \" chips it will still work\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"The chips have been removed from the palette but still function in rooms which already have them\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Cooldown on \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Toggle Button V2\"), \" has been reduced\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Shooting these with weapons will now be more responsive\"))), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"A \\\"Can Modify with Circuits\\\" checkbox has been added to shapes\", mdx(\"ul\", {\n    parentName: \"li\"\n  }, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"You now need to check this checkbox to use \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Set Position\"), \" or \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Respawn\"), \" on the shape\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"It has no additional ink cost\")))), mdx(\"h2\", {\n    \"id\": \"breaking-changes\"\n  }, \"Breaking Changes\"), mdx(\"h2\", {\n    \"id\": \"new-chips\"\n  }, \"New Chips\"), mdx(\"h2\", {\n    \"id\": \"new-objects\"\n  }, \"New Objects\"), mdx(\"h2\", {\n    \"id\": \"beta-releases\"\n  }, \"Beta Releases\"), mdx(\"h2\", {\n    \"id\": \"deprecations\"\n  }, \"Deprecations\"), mdx(\"h2\", {\n    \"id\": \"bugs-fixes\"\n  }, \"Bugs Fixes\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"CV2 Buttons and CV2 Seats will now be detected by Trigger Volumes.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Tab characters no longer take hundreds of pixels on default value ports\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Respawn node now returns true/false correctly\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Dice V2\"), \" now works properly for all faces\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Rotating objects in trigger volume does not trigger events\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Players can now teleport while an impulse is being applied with a chip\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"You can now send \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Vector3\"), \"s and \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Quaternion\"), \"s with events\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"When you break objects inside of a \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Trigger Volume V2\"), \" they trigger an exit\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"The picture-in-picture local player display no longer renders CV2 wires\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"Rotator Get Rotation Speed\"), \" result does not depend on orientation of Rotator V2\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Attaching and detaching from a gizmo no longer prevents objects from moving\")), mdx(\"h2\", {\n    \"id\": \"special-thanks\"\n  }, \"Special Thanks\"), 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":"a14b617a-2ad0-5b03-95f4-abc52d8a77a5","fields":{"slug":"/releases/2_24"},"frontmatter":{"title":"","type":null,"order":null,"hidden":null,"hideChildren":null,"breadcrumbs":null},"headings":[{"value":"V2.24","depth":1}],"tableOfContents":{"items":[{"url":"#v224","title":"V2.24","items":[{"url":"#general-changes","title":"General Changes"},{"url":"#breaking-changes","title":"Breaking Changes"},{"url":"#new-chips","title":"New Chips"},{"url":"#new-objects","title":"New Objects"},{"url":"#beta-releases","title":"Beta Releases"},{"url":"#deprecations","title":"Deprecations"},{"url":"#bugs-fixes","title":"Bugs Fixes"},{"url":"#special-thanks","title":"Special Thanks"},{"url":"#links","title":"Links"}]}]},"parent":{"modifiedTime":"2021-11-28","relativePath":"releases/2_24.md"}}},"staticQueryHashes":["2814688963","32046230","338033027","598566803","811020565"]}