Skip to content

Conversation

xidedix
Copy link
Member

@xidedix xidedix commented Nov 6, 2018

v2.1.0
  • feat(SidebarNav): navLink attributes - optional JS object with valid JS API naming:
    • valid attributes: rel, target, hidden, disabled, etc...
    • closes SidebarNav - subcomponent: item #43
    • item example:
      {
        name: 'Try CoreUI PRO',
        url: 'https://coreui.io/pro/react/',
        icon: 'cui-layers icons',
        variant: 'danger',
        attributes: { target: '_blank', rel: "noopener" },
      },
  • update @coreui/coreui to 2.1.0 - sidebar-nav-link-disabled-*
  • chore: update react-perfect-scrollbar to 1.4.2
  • chore: update eslint to 5.8.0
  • chore: update react to 16.6.0
  • chore: update react-dom to 16.6.0
  • chore(demo): style.css update to @coreui/coreui v2.1.0, navLink disabled example

- update `@coreui/coreui` to `2.1.0` - sidebar-nav-link-disabled-*
- chore: update `react-perfect-scrollbar` to `1.4.2`
- chore: update `eslint` to `5.8.0`
- chore: update `react` to `16.6.0`
- chore: update `react-dom` to `16.6.0`
- optional JS object with valid JS API naming:
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
```json
{
  name: 'Try CoreUI PRO',
  url: 'https://coreui.io/pro/react/',
  icon: 'cui-layers icons',
  variant: 'danger',
  attributes: { target: '_blank', rel: "noopener" },
},
```
@xidedix xidedix merged commit f8346f6 into master Nov 6, 2018
@xidedix xidedix deleted the dev-vnext branch November 6, 2018 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SidebarNav - subcomponent: item
1 participant