phetsims / natural-selection

"Natural Selection" is an educational simulation in HTML5, by PhET Interactive Simulations
GNU General Public License v3.0
3 stars 7 forks source link

Updates to `phetioFeatured` #345

Closed arouinfar closed 1 year ago

arouinfar commented 1 year ago

For #323

Due to changes made in https://github.com/phetsims/studio/issues/303 and https://github.com/phetsims/studio/issues/309, there are some additional elements we should make phetioFeatured: true so linked elements properly show up in the Featured tree.

For consistency, I would also expect to see these things featured, and was surprised to find they weren't. @pixelzoom feel free to veto if you disagree.

I've requested that these elements be made phetioReadOnly: true in #344, so I recommend that we also make them phetioFeatured: false

pixelzoom commented 1 year ago

Done in the commits below. There were API changes, no migration rules.

A couple of deviations from what was requested:

@arouinfar please review. Close if OK.

arouinfar commented 1 year ago

Looks good @pixelzoom, thanks!