Releases: Workday/everywhere
Releases · Workday/everywhere
v0.1.1
What's Changed
- chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #51
- fix(cli): resolve dependency issues for npx usage by @jheddings in #52
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore(deps-dev): bump prettier from 3.8.1 to 3.8.3 by @dependabot[bot] in #47
- chore(deps): bump actions/setup-node from 6 to 6.3.0 by @dependabot[bot] in #46
- chore(deps-dev): bump react-dom from 19.2.4 to 19.2.5 by @dependabot[bot] in #50
- chore(deps-dev): bump @types/node from 25.5.0 to 25.6.0 by @dependabot[bot] in #49
- chore(deps-dev): bump eslint from 10.1.0 to 10.2.0 by @dependabot[bot] in #48
- feat(cli): add publishing command to publish Everywhere plugins to a remote registery by @mpfilbin in #44
New Contributors
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
Features
- feat: project scaffolding for npm package by @jheddings in #1
- feat: prettier and eslint configuration by @jheddings in #2
- feat: add build step and switch to .js import extensions by @jheddings in #3
- feat: add vitest test runner by @jheddings in #4
- feat: add plugin factory with metadata fields by @jheddings in #6
- feat: add CLI with standalone npx support by @jheddings in #7
- feat: add pages, provider, and rendering components by @jheddings in #17
- feat(viewer): add local Vite dev server for previewing plugins by @jheddings in #19
- feat(data): add schema types and bind command for code generation by @jheddings in #21
- feat(data): add React data hooks and provider with swappable resolver by @jheddings in #22
- feat(data): add local data service as Vite middleware by @jheddings in #23
- feat(examples): add directory example with Canvas Kit and data bindings by @jheddings in #24
- feat(build): add build command to bundle and package plugins by @jheddings in #25
- feat(cli): add install command for local plugin deployment by @jheddings in #34
- feat(cli): add auth commands (login, logout, status, token) by @jheddings in #40
- feat(cli): support .zip archives as bind input by @jheddings in #41
- feat(cli): add --verbose and --dry-run to bind by @jheddings in #42
- feat(cli): add everywhere init command by @jheddings in #43
Fixes
- fix(cli): generate oclif manifest as part of CLI build by @jheddings in #20
Refactors
- refactor: move plugin metadata to package.json by @jheddings in #18
- refactor(cli): migrate to ESM by @jheddings in #32
Documentation
- docs: update README, add CONTRIBUTING.md and issue templates by @jheddings in #27
- docs(contributing): note that just build is required before using the CLI by @mackenziemcclaskey in #38
- docs(readme): missing import in example plugin by @mackenziemcclaskey in #39
Chores
- chore: SDK project scaffolding by @jheddings in #5
- chore: add husky pre-commit hooks and preflight CI workflow by @jheddings in #8
- chore: use just recipes in GitHub workflows by @jheddings in #9
- chore: enable dependabot for weekly dependency updates by @jheddings in #10
- chore: remove dependencies label from dependabot config by @jheddings in #16
- chore: add Apache 2.0 license by @jheddings in #26
- chore: add publish workflow by @jheddings in #33
- chore(deps): align @oclif/core versions and regenerate lockfiles by @jheddings in #35
- chore(ci): add release and npm publish workflows by @jheddings in #45
- chore(deps): various dependabot updates (#11, #13, #14, #15, #28, #29, #30, #31, #36, #37)
New Contributors
- @jheddings made their first contribution in #1
- @mackenziemcclaskey made their first contribution in #38
- @dependabot made their first contribution in #11