Skip to content

Latest commit

 

History

History
86 lines (45 loc) · 4.14 KB

File metadata and controls

86 lines (45 loc) · 4.14 KB

Changelog

0.1.6 (2026-06-25)

Bug Fixes

  • ui5-modernization: Resolve skill spec conformance errors (#83) (8f78e9a)

0.1.5 (2026-06-24)

Features

  • ui5-modernization: Add UI5 modernization plugin (#77) (5d07411)
  • ui5: Add table best practices skill (#78) (52ac3b5)

0.1.4 (2026-06-10)

Features

  • ui5: Add OPA5 guidelines as Skills (#64) (1ddbcd2)

0.1.3 (2026-06-03)

Features

Bug Fixes

  • Make plugin.json prettier-stable after release-please bumps (d6f3783)
  • Update release-please extra-files to current plugin.json paths (afd95cb)

0.1.2 (2026-05-27)

Bug Fixes

0.1.1 (2026-05-26)

Features

  • ui5: Add UI Integration Cards Guidelines as Skills (#51) (11e3c4b)
  • ui5: Add UI5 Guidelines as Skills (#49) (5eca5d0)

0.1.0 (2026-03-27)

Plugin: ui5 — Your UI5 Development Companion

The UI5 plugin equips Claude Code with deep knowledge of the SAPUI5 and OpenUI5 ecosystem. It helps you:

  • Create new UI5 projects — get scaffolded, best-practice project structures without manual setup.
  • Detect and fix UI5-specific errors — Claude understands UI5 linting rules and can apply fixes informed by the official guidelines.
  • Access UI5 API documentation — get accurate, framework-aware answers about controls, modules, events, and APIs rather than generic JavaScript suggestions.

Technically, its just a wrapper around the UI5 MCP server. In future, we might add further capabilities e.g. skills to this plugin.

Install it with a single command:

claude plugin install ui5@claude-plugins-official

Or from within Claude Code:

/plugin install ui5@claude-plugins-official

Plugin: ui5-typescript-conversion — Migrate to TypeScript with Confidence

Migrating a JavaScript UI5 project to TypeScript is notoriously tricky. The UI5 class system, the sap.ui.define module loader, runtime-generated getter/setter methods on controls, and library-specific patterns all require non-obvious transformations that generic AI tools get wrong. This plugin provides a step-by-step conversion playbook.

Install it with:

claude plugin install ui5-typescript-conversion@claude-plugins-official