Socket
Socket
Sign inDemoInstall

ember-uikit

Package Overview
Dependencies
572
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.10 to 5.0.0-beta.11

4

addon/components/-private/linked-list-item.js

@@ -66,3 +66,5 @@ import { action } from "@ember/object";

return {
name: routeInfo.name.replace(/\.index$/, ""),
name: this.args.linkToIndex
? routeInfo.name
: routeInfo.name.replace(/\.index$/, ""),
args: [

@@ -69,0 +71,0 @@ ...getParams(routeInfo),

@@ -0,1 +1,8 @@

# [5.0.0-beta.11](https://github.com/adfinis-sygroup/ember-uikit/compare/v5.0.0-beta.10...v5.0.0-beta.11) (2022-02-02)
### Features
* **linked-item:** add option to link to index route of passed href ([450e24f](https://github.com/adfinis-sygroup/ember-uikit/commit/450e24f3e581e0e8c57ee5c76ba953e49cfad277))
# [5.0.0-beta.10](https://github.com/adfinis-sygroup/ember-uikit/compare/v5.0.0-beta.9...v5.0.0-beta.10) (2022-02-02)

@@ -2,0 +9,0 @@

{
"name": "ember-uikit",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "The ember implementation of UIkit",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc