Add ambiguous value support for MaterialColors (#770)

The last release of rbx_dom had support for `Terrain.MaterialColors`.
This allows it to be specified directly instead of only via the
fully-qualified syntax.
This commit is contained in:
Micah
2023-08-14 15:41:15 -07:00
committed by GitHub
parent d748ea7e40
commit aa68fe412e
2 changed files with 33 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
* Added rich Source diffs in patch visualizer ([#748])
* Fix PatchTree performance issues ([#755])
* Don't override the initial enabled state for source diffing ([#760])
* Added support for `Terrain.MaterialColors` ([#770])
[#761]: https://github.com/rojo-rbx/rojo/pull/761
[#745]: https://github.com/rojo-rbx/rojo/pull/745
@@ -50,6 +51,7 @@
[#748]: https://github.com/rojo-rbx/rojo/pull/748
[#755]: https://github.com/rojo-rbx/rojo/pull/755
[#760]: https://github.com/rojo-rbx/rojo/pull/760
[#770]: https://github.com/rojo-rbx/rojo/pull/770
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])