Releases: player-ui/devtools-assets
Releases · player-ui/devtools-assets
0.4.0
🚀 Enhancement
- Use peer deps for all player-* deps #49 (@adierkens)
🐛 Bug Fix
- Release main #58 (@intuit-svc)
- feat: support copy string data #57 (@jcravi)
- update from 0.6.0 to 0.7.0 and 0.7.3 to 0.7.4 #45 (@mercillo)
- Renovate/circle ci #44 (@mercillo)
- circleCI test #43 (@mercillo)
Authors: 4
- @intuit-svc
- @jcravi
- Adam Dierkens (@adierkens)
- Marlon "Marky" Ercillo (@mercillo)
0.4.0-next.1
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 (rafael_campos@intuit.com)
- chore: removes unused deps #21 (rafael_campos@intuit.com @rafbcampos)
⚠️ Pushed to main
- chore: bump player version (rafael_campos@intuit.com)
Authors: 4
- @intuit-svc
- Alex Fimbres (@lexfm)
- Rafael Campos (@rafbcampos)
- rcampos2 (rafael_campos@intuit.com)
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 (rafael_campos@intuit.com @rafbcampos)
🐛 Bug Fix
- Release main #19 (@intuit-svc)
- Devtools gen:asset Enhancements #18 (@lexfm)
- fix table styles #16 (marlon_ercillo@intuit.com @mercillo)
- Docs/devtools site #14 (@lexfm)
Authors: 6
- @intuit-svc
- Alex Fimbres (@lexfm)
- marky ercillo (marlon_ercillo@intuit.com)
- Marlon "Marky" Ercillo (@mercillo)
- Rafael Campos (@rafbcampos)
- rcampos2 (rafael_campos@intuit.com)
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 (rafael_campos@intuit.com @rafbcampos)
- feat: adds copy-to-clipboard asset #13 (rafael_campos@intuit.com @rafbcampos)
- feat: set/get expression for evaluation #12 (rafael_campos@intuit.com @rafbcampos)
- chore: bumps version #11 (rafael_campos@intuit.com @rafbcampos)
- Console, Table and Stacked View #9 (rafael_campos@intuit.com @rafbcampos)
- storybook #8 (rafael_campos@intuit.com @mercillo @rafbcampos)
- Devtools/Input asset #6 (alejandro_fimbres@intuit.com @lexfm)
- Refactor #7 (rafael_campos@intuit.com @rafbcampos)
- Devtools/navigation #5 (marlon_ercillo@intuit.com @mercillo)
- Devtools/action assets #4 (marlon_ercillo@intuit.com @mercillo)
- folder resutrcture #3 (marlon_ercillo@intuit.com @mercillo)
- Simple Object Inspector #1 (marlon_ercillo@intuit.com @mercillo)
⚠️ Pushed to main
- chore: storybook docs (rafael_campos@intuit.com)
- chore: asset generator (rafael_campos@intuit.com)
- chore: text dsl tests (rafael_campos@intuit.com)
- chore: text using chakra and fix config (rafael_campos@intuit.com)
- WIP data inspector (marlon_ercillo@intuit.com)
- added object inspector (marlon_ercillo@intuit.com)
- added devtools-ds console as example (marlon_ercillo@intuit.com)
- initial setup (marlon_ercillo@intuit.com)
- Initial commit (@mercillo)
Authors: 6
- afimbres (alejandro_fimbres@intuit.com)
- Alex Fimbres (@lexfm)
- Marlon "Marky" Ercillo (@mercillo)
- mercillo (marlon_ercillo@intuit.com)
- Rafael Campos (@rafbcampos)
- rcampos2 (rafael_campos@intuit.com)