Releases: robinsimonklein/stimulus-devtools
Releases · robinsimonklein/stimulus-devtools
v0.4.2
What's Changed
🚀 Enhancements
- Highlight all instance when hovering a controller definition by @robinsimonklein in #27
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
🚀 Enhancements
- Preview object & array default value by @robinsimonklein in #26
👾 Fixes
- Allow to select values names by @robinsimonklein in #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
🕺 First public release
What's Changed
👾 Fixes
- Handle "null" values by @robinsimonklein in #24
🤖 Dependencies
- chore(deps): bump ws and web-ext by @dependabot in #20
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #23
Full Changelog: v0.3.2...v0.4.0
v0.3.1
What's Changed
👾 Fixes
- Refresh devtools on tab change by @robinsimonklein in #16
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Highlights
✍️ Improved array and object values editing
You can now add new items to arrays and new key/value pairs to objects on-the-fly.
💡 Extension popup
By clicking on the extension icon, you will now see a small popup helping new users figure out how to use Stimulus DevTools.
What's Changed
🚀 Enhancements
- Add more precision on keyboard edit for number values by @robinsimonklein in #7
- Improve highlight box by @robinsimonklein in #8
- Add help popup by @robinsimonklein in #12
- Add items on-the-fly in array values by @robinsimonklein in #13
- Detect color string in controller values by @robinsimonklein in #14
- Add items on-th-fly in object values by @robinsimonklein in #15
👾 Fixes
- Focus when editing empty string by @robinsimonklein in #11
🤖 Dependencies
- chore(deps-dev): bump vite from 5.1.5 to 5.1.7 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
🚀 Enhancements
- Refactoring message protocol + client script by @robinsimonklein in #4
👾 Fixes
- Keep cursor at end on number value when decrement/increment by @robinsimonklein in #5
- Detector : Handle page change by @robinsimonklein in #6
Full Changelog: v0.1.0...v0.2.0
v0.1.0
🎉 First release !
✨ Features
- View all controllers on the page
- Search for a controller
- View controller instances
- View controller's values, targets, outlets and classes
- Edit values on-the-fly
- Realtime updates when controllers update
Full Changelog: https://github.com/robinsimonklein/stimulus-devtools/commits/v0.1.0