Changelog
0.35.0
ad60e01: Add support for specifying default subsets of themes and screen widths via the config.
// playroom.config.js
module.exports = {
...,
defaultVisibleWidths: [
// subset of widths to display on first load
],
defaultVisibleThemes: [
// subset of themes to display on first load
],
}
f45dd04: Add ability to customise tab titles via a "Title" section in the settings panel.
Changelog
0.34.2
playroom build
by making favicon path relative to webpack configChangelog
0.34.1
Changelog
0.34.0
@babel/standalone
with sucrase
for JSX compilation