File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ const ChevronDown = <template>
142142<SetupInstructions @src="components/breadcrumb.gts" />
143143```
144144
145+ Introduced in [ 0.51.0] ( https://github.com/universal-ember/ember-primitives/releases/tag/v0.51.0-ember-primitives )
146+
145147## Features
146148
147149* Semantic HTML structure using ` <nav> ` , ` <ol> ` , and ` <li> ` elements
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ import { Separator } from "ember-primitives";
7676<SetupInstructions @src="components/separator.gts" />
7777```
7878
79+ Introduced in [ 0.52.0] ( https://github.com/universal-ember/ember-primitives/releases/tag/v0.52.0-ember-primitives )
80+
7981## What It Does
8082
8183The ` Separator ` component is primarily a ** documentation and readability tool** . It:
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ import { on } from '@ember/modifier';
161161<SetupInstructions @src="components/drawer.gts" />
162162```
163163
164+ Introduced in [ 0.51.0] ( https://github.com/universal-ember/ember-primitives/releases/tag/v0.51.0-ember-primitives )
165+
164166## Anatomy
165167
166168``` gjs
You can’t perform that action at this time.
0 commit comments