- 395895e: Updates UI shell
- f3aa8b4: Updates API Refence link on ui-shell
- 21f9a3c: feat(ui-shell): removed megaMenu and uses a trimmed down Docs menu
- 2b2b1b6: Update URLs for ecosystem projects in ui-shell dropdown to use https://qiskit.org/ecosystem URLs rather than deprecated https://qiskit.org/documentation URLs.
- dcac93b: Remove metal page link from the top nav bar
- 9b2a18b: Change order of top nav-bar links
- b31b455: chore: version bump
- 999e196: feat(ui-shell): add "Providers" link
- 617cd6d: Change contact email temporarly
- 671a46a: feat(ui-shell): remove "Overview" link
- 512a81f: Reverts the change that added the first level "Providers" link and removed the "Overview" link
- a5c1825: Remove StackOverflow link from footer and ui-shell Documentation dropdown menu. Also remove Slack from the ui-shell dropdown menu.
- cc7a286: Updated link to Providers page and delete a page from the navigation bar, because there's a new page for Providers being created and the old link will be outdated
- f661400: Update ui-shell Documentation dropdown menu "Qiskit Aer" link to it's own documentation page.
- ebf1742: Update ui-shell Documentation dropdown menu "Qiskit IBM Provider" link and "Slack" invite link.
- 997b9b3: Update ui-shell Documentation dropdown with Documentation Home and Getting Started
- f144991: Update to Lit v2.5 and @carbon/web-components
- 46313f2: feature(ui-shell): use dynamic account base url
- 69fb75a: Fix the build step
- 4bfa3a2: Add experimental-bundled-ui-shell to the release
- d68ee4a: [ui-shell] Add space before the content
- 634ba8d: Update ui-shell Documentation dropdown Slack url to use bit.ly invitation link
- 634ba8d: Update ui-shell Documentation dropdown "Get started" section heading to "Getting Started"
- 4d779e0: Update ui-shell click event to include parent dropdown label
- ad69be2: Fixes 'Qiskit textboox' typo
- ad69be2: Address a11y landmark violation
- 027f0a0: Update the header content max-width value to use a CSS variables. This will allow greater flexibility when this header is consumed in different areas of qiskit. eg platypus vs qiskit.org
- fae9030: feat(ui-shell): mobile nav enhacements Adds social media icon links and copyright to sidenav at smallest breakpoint Adds the "Ecosystem" navigation item to the Community dropdown
- 1b4643a: Add missed interfaces Also add missed namespace to internal column-list component
- f42f8a5: Emit click event for ui-shell nav items, passing the nav item label and url within the event detail.
- 008c525: Add ui-shell component to package.json export list. Remove navbar export
- 3671dd9: New component
column-list
extracted frommega-menu-dropdown
. - 27cc6ee: Adds new UI Shell component that will replace the navbar component. The UI Shell extends the functionality of the carbon-web-components UI Shell with some css customizations. It includes an extended mega menu header dropdown and the nested sidenav menu option. The UI shell includes the option to show or hide the account option in the header and sidenav.
- 375bfa8: Update contact email
- 53e5328: Update Lit dependencies Important: Lit and its underlying libraries can now be imported directly from Node without crashing.
- f9aea3c: Prevent narrow columns
- 3e29a65: Adds ecosystem link to the top menu
- 2f25621: Added a11y and a11y-test to the mega menu dropdown
- 329d988: Added test to mmd component
- c9f64ed: Added the footer component
- eaeb083: Simplify the MegaMenuDropdown custom properties
- 70e3780: Use empty search image as svg
- 23f0842: Added a variable for the input filter background color
- bb03ada: Improved css adding vars to provide flexibility to mega-menu-dropdown
- 4c36e21: Updated css for mega-menu-dropdown
- 222e165: Fix assets path for npm
- 27ed9fe: Added a user account button for the navbar
- 77177e3: Fix MegaMenuDropdown empty image using import.meta.url
- 1b8b9a3: Fixed border top of navbar nav-sub-item component
- d08f7f0: Add components assets to npm
- fcbaf2f: Add missed exports
- 253c176: Fix the QiskitMegaMenuDropdown name
- 461e7fd: Added the MegaMenuDropdown web-component as a migration from qiskit-vue repository.
- 8fd2919: Remove the mandatory Node v16
- 227935f: Update the package exports
- cf64af3: Build the project before pack to fix the release
- 45797db: Initial release