Skip to content

Releases: cloudoperators/juno

@cloudoperators/[email protected]

04 Nov 14:30
d2957ff
Compare
Choose a tag to compare

Minor Changes

  • 3e225b9: Migrate the InputGroup component to TypeScript

Patch Changes

  • d4167c9: Migrate Select component to typescript
  • a304189: adds very high z-index (9999) to portal root container
  • 02f06a1: Update packages to the latest patch versions.

@cloudoperators/[email protected]

25 Oct 12:47
c86a5d6
Compare
Choose a tag to compare

Minor Changes

  • 4bcff19: Migrate the LoadingIndictor component to TypeScript and only allow 'size' that is valid and greater than zero
  • 28a8d38: Migrate JsonViewer to TypeScript
  • fb9146a: Migrate StyleProvider to TypeScript

Patch Changes

  • f6f054f: fixes z index stacking problems for PageHeader

@cloudoperators/[email protected]

23 Oct 12:20
ca16729
Compare
Choose a tag to compare

Minor Changes

  • d55e192: Migrate the Breadcrumb and BreadcrumbItem components to Typescript

@cloudoperators/[email protected]

15 Oct 09:41
2963237
Compare
Choose a tag to compare

Minor Changes

  • 97b08cb: Migrate the Badge component to TypeScript and remove its Critical variant
  • bdee402: Migrate PortalProvider component to TypeScript

@cloudoperators/[email protected]

14 Oct 08:55
ac5e0ea
Compare
Choose a tag to compare

Minor Changes

  • aa185b4: Migrate Button component to TypeScript
  • 4ded874: Pagination component now behaves as expected in controlled and uncontrolled mode. Various edge cases have defined behaviour now. Added disabled and loading state.

@cloudoperators/[email protected]

07 Oct 11:12
f6ed5a8
Compare
Choose a tag to compare

Patch Changes

  • a77c643: Fix MenuItem overflow within the ContextMenu component.

@cloudoperators/[email protected]

07 Oct 11:12
f6ed5a8
Compare
Choose a tag to compare

Minor Changes

  • 9eecdc5: Converted codebase to TypeScript: Migrated the project to TypeScript to improve type safety, code maintainability, and developer experience.

Patch Changes

@cloudoperators/[email protected]

30 Sep 08:38
a61f8ec
Compare
Choose a tag to compare

Minor Changes

  • 73f55e0: Migrate Stack component to TypeScript
  • 44e88bf: Migrate TextInput component to TypeScript
  • aa0bc95: Migrate Tabs and related components to TypeScript

@cloudoperators/[email protected]

23 Sep 12:06
37dd9f9
Compare
Choose a tag to compare

Minor Changes

  • 68e3984: feat(ui): add pageheader custom logo

    • add logo prop that accepts a custom logo as a component to be rendered in a slot
    • move grid layout for pageheader for robust logo placement and sizing
  • 8c3d471: feat(ui): add FormattedText component. Update: Removed package 'tailwindcss-typography' and added SCSS file to rebuild this behavior.

  • e27e340: Migrate Spinner component to TypeScript

  • 59c00bb: Migrate DataGrid to TypeScript

@cloudoperators/[email protected]

23 Sep 12:06
37dd9f9
Compare
Choose a tag to compare

Minor Changes

  • 8475ea0: Add typescript, vite, eslint, vitests for generating proper packages and also update readme