Releases: player-ui/devtools-assets
Releases · player-ui/devtools-assets
0.4.0-next.0
🚀 Enhancement
- Use peer deps for all player-* deps #49 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
0.3.0
🚀 Enhancement
🐛 Bug Fix
- Release main #34 (@intuit-svc)
- Configure Renovate #30 (@renovate[bot])
Authors: 3
- @intuit-svc
- @renovate[bot]
- Alex Fimbres (@lexfm)
0.2.0
Release Notes
feat: flame-graph (#25)
Adds flame-graph
component.
<FlameGraph binding={b`my_binding`} height={100} width={200} />
🚀 Enhancement
- feat: flame-graph #25 (@rafbcampos)
🐛 Bug Fix
- Release main #28 (@intuit-svc)
- stackedView width fix #26 (@mercillo)
- [Devtools/file upload] Asset #24 (@lexfm)
- [Devtools/radio-group] asset #23 (@lexfm @rafbcampos)
Authors: 4
- @intuit-svc
- Alex Fimbres (@lexfm)
- Marlon "Marky" Ercillo (@mercillo)
- Rafael Campos (@rafbcampos)
0.1.1
🐛 Bug Fix
- Release main #22 (@intuit-svc)
- [Devtools] Toggle Asset #20 (@lexfm)
- chore: deps version bumps #20 ([email protected])
- chore: removes unused deps #21 ([email protected] @rafbcampos)
⚠️ Pushed to main
- chore: bump player version ([email protected])
Authors: 4
- @intuit-svc
- Alex Fimbres (@lexfm)
- Rafael Campos (@rafbcampos)
- rcampos2 ([email protected])
0.1.0
Release Notes
feat: adds code-editor asset (#17)
Added code-editor
asset that can be used to edit JSON content and call an expression on change:
import { CodeEditor } from "@devtools-ui/plugin";
// and use it to define your Player-UI content:
myFlow = {
id: "my_flow",
views: [<CodeEditor exp={e`my_expression`} binding={b`my_binding`} />],
};
🚀 Enhancement
- feat: adds code-editor asset #17 ([email protected] @rafbcampos)
🐛 Bug Fix
- Release main #19 (@intuit-svc)
- Devtools gen:asset Enhancements #18 (@lexfm)
- fix table styles #16 ([email protected] @mercillo)
- Docs/devtools site #14 (@lexfm)
Authors: 6
- @intuit-svc
- Alex Fimbres (@lexfm)
- marky ercillo ([email protected])
- Marlon "Marky" Ercillo (@mercillo)
- Rafael Campos (@rafbcampos)
- rcampos2 ([email protected])
0.0.2
Release Notes
feat: adds copy-to-clipboard asset (#13)
Adds CopyToClipboard
asset.
Console, Table and Stacked View (#9)
Adds console, table and stacked view.
const console = <Console exp={e`my_expression`} binding={b`my_binding`} />
const table = <Table binding={b`my_binding`} />
const stacked-view = (
<StackedView>
<StackedView.Header>
<Text>Header</Text>
</StackedView.Header>
<StackedView.Main>
<Text>Main</Text>
</StackedView.Main>
<StackedView.Footer>
<Text>Footer</Text>
</StackedView.Footer>
</StackedView>
)
🐛 Bug Fix
- chore: bump player and storybook versions #15 ([email protected] @rafbcampos)
- feat: adds copy-to-clipboard asset #13 ([email protected] @rafbcampos)
- feat: set/get expression for evaluation #12 ([email protected] @rafbcampos)
- chore: bumps version #11 ([email protected] @rafbcampos)
- Console, Table and Stacked View #9 ([email protected] @rafbcampos)
- storybook #8 ([email protected] @mercillo @rafbcampos)
- Devtools/Input asset #6 ([email protected] @lexfm)
- Refactor #7 ([email protected] @rafbcampos)
- Devtools/navigation #5 ([email protected] @mercillo)
- Devtools/action assets #4 ([email protected] @mercillo)
- folder resutrcture #3 ([email protected] @mercillo)
- Simple Object Inspector #1 ([email protected] @mercillo)
⚠️ Pushed to main
- chore: storybook docs ([email protected])
- chore: asset generator ([email protected])
- chore: text dsl tests ([email protected])
- chore: text using chakra and fix config ([email protected])
- WIP data inspector ([email protected])
- added object inspector ([email protected])
- added devtools-ds console as example ([email protected])
- initial setup ([email protected])
- Initial commit (@mercillo)
Authors: 6
- afimbres ([email protected])
- Alex Fimbres (@lexfm)
- Marlon "Marky" Ercillo (@mercillo)
- mercillo ([email protected])
- Rafael Campos (@rafbcampos)
- rcampos2 ([email protected])