From 3f0eeef81686c36d5251dc839b20874dddacd355 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Fri, 6 Oct 2023 14:00:56 +0800 Subject: [PATCH 1/3] added class arguments for `` component --- addon/components/layout/sidebar/panel.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/components/layout/sidebar/panel.hbs b/addon/components/layout/sidebar/panel.hbs index 5772452..3d59b90 100644 --- a/addon/components/layout/sidebar/panel.hbs +++ b/addon/components/layout/sidebar/panel.hbs @@ -1,3 +1,3 @@ - + {{yield}} \ No newline at end of file From 1f4806b5c90dd71d7e37936ce385024a594c0dfe Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Fri, 6 Oct 2023 14:05:15 +0800 Subject: [PATCH 2/3] bump version; --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52e6685..7de0618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/ember-ui", - "version": "0.1.9", + "version": "0.2.0", "description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.", "keywords": [ "fleetbase-ui", From bd7a77a963dd9b0185ad7fc86935c8830a5fa101 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Fri, 6 Oct 2023 15:28:01 +0800 Subject: [PATCH 3/3] added attributes binding to sidebar --- addon/components/layout/sidebar.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/components/layout/sidebar.hbs b/addon/components/layout/sidebar.hbs index f91e9ce..f83d814 100644 --- a/addon/components/layout/sidebar.hbs +++ b/addon/components/layout/sidebar.hbs @@ -1,4 +1,4 @@ -