Skip to content

Releases: InKCre/ui

@inkcre/ui-web@1.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 05:08
b40e4f7

Patch Changes

  • 5c9e3d0: Document the consumer-owned local source loop and make the source entry compatible with strict consumer type graphs.

@inkcre/ui-web@1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 04:58
7b0034c

Minor Changes

  • f9a65a3: Give the web package first-class Oxc and native TypeScript development
    workflows, and replace the non-discoverable agent-skills/ folders with the
    installed, validated @inkcre/ui-web#ui-web TanStack Intent skill.

Patch Changes

  • b1e0d6a: Fix uncontrolled image expansion and reliable scrim close-button behavior.
  • 322dcf6: Move GitHub Packages routing and repository metadata to the publishable package.
  • 5d05693: Publish the renamed web UI package with complete exports, deterministic generation, packed-consumer verification, and a categorized Histoire catalog.

@inkcre/web-design@1.2.2

Choose a tag to compare

@github-actions github-actions released this 16 Jan 14:29
c97259c

Patch Changes

  • e74f929: Add InkImage and InkScrim

@inkcre/web-design@1.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 14:39
d447ee2

Patch Changes

  • 1856fb9: Update InkDropdown: add stepping
  • 582944b: Update InkDropdown: support arrow up/down navigation
  • ebd2b76: Fix: InkDialog open issue
  • 7d445ad: upd(InkButton): support prop icon and rename icon type to square
  • dd9e768: Update style: add UnoCSS preset
  • 60abffb: Update InkDropdown: support incremental search

@inkcre/web-design@1.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 13:25
8f2916e

Minor Changes

  • 31b01fd: Add internationalization support with vue-i18n. Library now supports en and zh-CN locales, with consumers able to provide their own i18n instance.

Patch Changes

  • 6506b64: Update InkDropdown: load lazy options if modelValue is set
  • f51bdf6: Fix InkButton size style lost
  • f9c5d5d: Fix: InkButton make breaking changes to prop type

@inkcre/web-design@1.1.6

Choose a tag to compare

@github-actions github-actions released this 25 Dec 10:45
280c155

Patch Changes

  • 8ebafb5: InkButton: move type to theme, add type icon
  • 926f109: Fix inkLoading size not work
  • 4b2e070: Add inkAutoForm
  • aa19a81: Add inkPagination component with page buttons and prev/next navigation
  • a42627f: Fix InkDropdown: display description

@inkcre/web-design@1.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Dec 03:54
81a8016

Patch Changes

  • 7882d27: Optimize histoire DX by adding necessary highlights back

@inkcre/web-design@1.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Dec 13:54
6df7390

Patch Changes

  • 083700b: Update InkDropdown: separate loader from options
  • 89ef855: InkJsonEditor ensures modelValue is valid JSON string

@inkcre/web-design@1.1.3

Choose a tag to compare

@github-actions github-actions released this 17 Dec 12:05
33a55c1

Patch Changes

  • 467753c: Optimize histoire build size of web-design package (33mb -> 1.2mb)
  • c663933: Add inkPlaceholder component for empty and error states

@inkcre/web-design@1.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Dec 03:14
6b0ac79

Patch Changes

  • 9aa3cae: Fix inkJsonEditor to react to schema changes. Added a watcher for the schema prop to reconfigure JSON validation and autocomplete when the schema updates.