Skip to content

v2.1.0 #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 6, 2018
Merged

v2.1.0 #45

merged 4 commits into from
Nov 6, 2018

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