Skip to content

Releases: Workday/everywhere

v0.1.1

22 Apr 16:54

Choose a tag to compare

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

20 Apr 22:19

Choose a tag to compare

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

17 Apr 23:51

Choose a tag to compare

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

Documentation

Chores

New Contributors