Input

The text input and its variations

Colors Yes
Sizes Yes
Variables Yes

The following modifiers are supported:

The following type attributes are supported:

  • type="text"
  • type="password"
  • type="email"
  • type="tel"
<input class="input" type="text" placeholder="Text input">

Colors #

<div class="field">
  <div class="control">
    <input class="input is-primary" type="text" placeholder="Primary input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-info" type="text" placeholder="Info input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-success" type="text" placeholder="Success input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-warning" type="text" placeholder="Warning input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-danger" type="text" placeholder="Danger input">
  </div>
</div>

Sizes #

<div class="field">
  <div class="control">
    <input class="input is-small" type="text" placeholder="Small input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input" type="text" placeholder="Normal input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-medium" type="text" placeholder="Medium input">
  </div>
</div>
<div class="field">
  <div class="control">
    <input class="input is-large" type="text" placeholder="Large input">
  </div>
</div>

Styles #

<input class="input is-rounded" type="text" placeholder="Rounded input">

States #

Normal

<div class="control">
  <input class="input" type="text" placeholder="Normal input">
</div>

Hover

<div class="control">
  <input class="input is-hovered" type="text" placeholder="Hovered input">
</div>

Focus

<div class="control">
  <input class="input is-focused" type="text" placeholder="Focused input">
</div>

Loading

<div class="control is-loading">
  <input class="input" type="text" placeholder="Loading input">
</div>

You can resize the loading spinner by appending is-small, is-medium or is-large to the control container.

<div class="field">
  <div class="control is-small is-loading">
    <input class="input is-small" type="text" placeholder="Small loading input">
  </div>
</div>
<div class="field">
  <div class="control is-loading">
    <input class="input" type="text" placeholder="Normal loading input">
  </div>
</div>
<div class="field">
  <div class="control is-medium is-loading">
    <input class="input is-medium" type="text" placeholder="Medium loading input">
  </div>
</div>
<div class="field">
  <div class="control is-large is-loading">
    <input class="input is-large" type="text" placeholder="Large loading input">
  </div>
</div>

Disabled

<div class="control">
  <input class="input" type="text" placeholder="Disabled input" disabled>
</div>

Readonly and static inputs

If you use the readonly HTML attribute, the input will look similar to a normal one, but is not editable and has no shadow.

<div class="control">
  <input class="input" type="text" value="This text is readonly" readonly>
</div>

If you also append the is-static modifier, it removes the background, border, shadow, and horizontal padding, while maintaining the vertical spacing so you can easily align the input in any context, like a horizontal form.

<div class="field is-horizontal">
  <div class="field-label is-normal">
    <label class="label">From</label>
  </div>
  <div class="field-body">
    <div class="field">
      <p class="control">
        <input class="input is-static" type="email" value="me@example.com" readonly>
      </p>
    </div>
  </div>
</div>

<div class="field is-horizontal">
  <div class="field-label is-normal">
    <label class="label">To</label>
  </div>
  <div class="field-body">
    <div class="field">
      <p class="control">
        <input class="input" type="email" placeholder="Recipient email">
      </p>
    </div>
  </div>
</div>

With Font Awesome icons #

You can append one of 2 modifiers on a control:

  • has-icons-left
  • and/or has-icons-right

You also need to add a modifier on the icon:

  • icon is-left if has-icons-left is used
  • icon is-right if has-icons-right is used

The size of the input will define the size of the icon container.

<div class="field">
  <p class="control has-icons-left has-icons-right">
    <input class="input" type="email" placeholder="Email">
    <span class="icon is-small is-left">
      <i class="fas fa-envelope"></i>
    </span>
    <span class="icon is-small is-right">
      <i class="fas fa-check"></i>
    </span>
  </p>
</div>
<div class="field">
  <p class="control has-icons-left">
    <input class="input" type="password" placeholder="Password">
    <span class="icon is-small is-left">
      <i class="fas fa-lock"></i>
    </span>
  </p>
</div>

If the control contains an icon, Elenore will make sure the icon remains centered, no matter the size of the input or of the icon.

<div class="control has-icons-left has-icons-right">
  <input class="input is-small" type="email" placeholder="Email">
  <span class="icon is-small is-left">
    <i class="fas fa-envelope"></i>
  </span>
  <span class="icon is-small is-right">
    <i class="fas fa-check"></i>
  </span>
</div>
<div class="control has-icons-left has-icons-right">
  <input class="input" type="email" placeholder="Email">
  <span class="icon is-small is-left">
    <i class="fas fa-envelope"></i>
  </span>
  <span class="icon is-small is-right">
    <i class="fas fa-check"></i>
  </span>
</div>
<div class="control has-icons-left has-icons-right">
  <input class="input is-medium" type="email" placeholder="Email">
  <span class="icon is-left">
    <i class="fas fa-envelope"></i>
  </span>
  <span class="icon is-right">
    <i class="fas fa-check"></i>
  </span>
</div>
<div class="control has-icons-left has-icons-right">
  <input class="input is-large" type="email" placeholder="Email">
  <span class="icon is-medium is-left">
    <i class="fas fa-envelope"></i>
  </span>
  <span class="icon is-medium is-right">
    <i class="fas fa-check"></i>
  </span>
</div>

Variables #

You can use ` and `` tags\r\n\r\n* Fixed: `$variable-columns` to disable `--columnGap`\r\n* Fixed: Bug dropdown in `hero` (primary) menu items not visible\r\n* Fixed: Safari momentum translation" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8215617", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8215617/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8215617/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.3.2", "id": 8215617, "tag_name": "1.3.2", "target_commitish": "master", "name": "1.3.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-23 06:42:22 UTC", "published_at": "2017-10-23 06:43:09 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.3.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.3.2", "body": "### New features\r\n\r\n* Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`\r\n\r\n### Fixed\r\n\r\n* Fixed: progress bar colors in IE" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8193030", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8193030/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8193030/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.3.1", "id": 8193030, "tag_name": "1.3.1", "target_commitish": "master", "name": "1.3.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-20 07:56:19 UTC", "published_at": "2017-10-20 07:57:05 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.3.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.3.1", "body": "### New features\r\n\r\n* [List of buttons](https://yellowdi.github.io/Elenore/documentation/elements/button/#list-of-buttons)\r\n* New `.is-invisible` helper\r\n\r\n### Improvements\r\n\r\n* Improve: `tag > icon` spacing\r\n* Improve: `hamburger` alignment\r\n\r\n### Fixed\r\n\r\n* Fixed: able `is-selected` and `is-hoverable` styling issue" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8067422", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8067422/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8067422/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.3.0", "id": 8067422, "tag_name": "1.3.0", "target_commitish": "master", "name": "1.3.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-10 18:29:24 UTC", "published_at": "2017-10-10 18:30:09 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.3.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.3.0", "body": "* New [Divider](https://yellowdi.github.io/Elenore/documentation/layout/divider)" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8046153", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8046153/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8046153/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.2.3", "id": 8046153, "tag_name": "1.2.3", "target_commitish": "master", "name": "1.2.3", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-09 11:55:09 UTC", "published_at": "2017-10-09 11:55:41 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.2.3", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.2.3", "body": "* Added: `.badge` can display an outlined by using `.is-badge-outlined` modifier\r\n* Added: `.dropdown` now supports `.is-up` modifier\r\n* Added: `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class\r\n* Added: color is consistent with $input-color" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8042391", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8042391/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8042391/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.2.2", "id": 8042391, "tag_name": "1.2.2", "target_commitish": "master", "name": "1.2.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-09 06:38:34 UTC", "published_at": "2017-10-09 06:39:10 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.2.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.2.2", "body": "* Added: `.card-header-title` can be centered with `.is-centered`\r\n* Added: `.input` readonly and `.is-static`\r\n* Added: `.textarea` readonly" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8042279", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8042279/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8042279/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.2.1", "id": 8042279, "tag_name": "1.2.1", "target_commitish": "master", "name": "1.2.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-09 06:18:47 UTC", "published_at": "2017-10-09 06:22:32 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.2.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.2.1", "body": "* Added: `.has-text-justified` support\r\n\r\n* Fixed: `.message .tag` combination\r\n* Fixed: `pre code`\r\n* Fixed: `.breadcrumb` alignment" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8037598", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8037598/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8037598/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.2.0", "id": 8037598, "tag_name": "1.2.0", "target_commitish": "master", "name": "1.2.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-08 09:01:15 UTC", "published_at": "2017-10-08 09:01:59 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.2.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.2.0", "body": "* Added: Support for third party icons\r\n* Added: Navbar tabs\r\n* Added: `text-size-adjust: 100%` to `html`\r\n* Added: `navbar` color modifiers\r\n* Added: `icon` color modifiers\r\n\r\n* Fixed: Undefined variable: `$navbar-item`\r\n* Fixed: Font awesome custom `font-size`\r\n* Fixed: Font awesome stacked icons\r\n\r\n* Removed: `vertical-align: top` for icons\r\n* Removed: gap between tag and delete button\r\n* Removed: unwanted margin-right on `.level-item` at mobile breakpoint" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/8033890", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/8033890/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/8033890/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.1.1", "id": 8033890, "tag_name": "1.1.1", "target_commitish": "master", "name": "1.1.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-10-07 10:29:29 UTC", "published_at": "2017-10-07 10:30:11 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.1.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.1.1", "body": "* Added `$button-focus-box-shadow-size` and `$button-focus-box-shadow-color` for customization\r\n* Added `$input-focus-box-shadow-size` and `$input-focus-box-shadow-color` for customization\r\n* Added: `.is-narrow` modifier for `.hero` layout\r\n* Added: type to Email input\r\n* Removed: gap between tag and delete button" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7369236", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7369236/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7369236/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.1.0", "id": 7369236, "tag_name": "1.1.0", "target_commitish": "master", "name": "1.1.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-12 07:29:04 UTC", "published_at": "2017-08-12 07:29:23 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.1.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.1.0", "body": "* New [Color](https://yellowdi.github.io/Elenore/documentation/overview/colors)\r\n* Added: responsive helpers to text-align helpers\r\n* Fixed: `.pagination` isn't using `$pagination-background`\r\n* Fixed: `.navbar-dropdown` with **right** alignment\r\n* Fixed: Text case helpers" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7357629", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7357629/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7357629/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/1.0.0", "id": 7357629, "tag_name": "1.0.0", "target_commitish": "master", "name": "1.0.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-11 07:17:05 UTC", "published_at": "2017-08-11 07:17:47 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/1.0.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/1.0.0", "body": "### Added\r\n\r\n* New [List of tags](https://yellowdi.github.io/Elenore/documentation/elements/tag/#list-of-tags)\r\n* New [File upload element](https://yellowdi.github.io/Elenore/documentation/form/file/)\r\n* New `$container-offset` variable to determine the `.container` breakpoints\r\n* New **variable naming system**: `component`-`subcomponent`-`state`-`property`\r\n* Improved **customization** thanks to new set of variables\r\n\r\n### Changed\r\n\r\nVariable name changes (mostly appending `-color`):\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
FromTo
$card$card-color
$card-background$card-background-color
$card-header$card-header-color
$dropdown-item$dropdown-item-color
$dropdown-content-background$dropdown-content-background-color
$dropdown-item-hover-background$dropdown-item-hover-background-color
$dropdown-item-hover$dropdown-item-hover-color
$dropdown-item-active-background$dropdown-item-active-background-color
$dropdown-item-active$dropdown-item-active-color
$dropdown-divider-background$dropdown-divider-background-color
$menu-item$menu-item-color
$menu-item-hover$menu-item-hover-color
$menu-item-hover-background$menu-item-hover-background-color
$menu-item-active$menu-item-active-color
$menu-item-active-background$menu-item-active-background-color
$menu-label$menu-label-color
$message-background$message-background-color
$message-header-background$message-header-background-color
$navbar-background$navbar-background-color
$navbar-item$navbar-item-color
$navbar-item-hover$navbar-item-hover-color
$navbar-item-hover-background$navbar-item-hover-background-color
$navbar-item-active$navbar-item-active-color
$navbar-item-active-background$navbar-item-active-background-color
$navbar-tab-hover-background$navbar-tab-hover-background-color
$navbar-tab-hover-border-bottom$navbar-tab-hover-border-bottom-color
$navbar-tab-active$navbar-tab-active-color
$navbar-tab-active-background$navbar-tab-active-background-color
$navbar-divider-background$navbar-divider-background-color
$navbar-dropdown-item-hover$navbar-dropdown-item-hover-color
$navbar-dropdown-item-hover-background$navbar-dropdown-item-hover-background-color
$navbar-dropdown-item-active$navbar-dropdown-item-active-color
$navbar-dropdown-item-active-background$navbar-dropdown-item-active-background-color
$pagination$pagination-color
$pagination-hover$pagination-hover-color
$pagination-hover-border$pagination-hover-border-color
$pagination-focus$pagination-focus-color
$pagination-focus-border$pagination-focus-border-color
$pagination-active$pagination-active-color
$pagination-active-border$pagination-active-border-color
$pagination-disabled$pagination-disabled-color
$pagination-disabled-background$pagination-disabled-background-color
$pagination-disabled-border$pagination-disabled-border-color
$pagination-current$pagination-current-color
$pagination-current-background$pagination-current-background-color
$pagination-current-border$pagination-current-border-color
$pagination-ellipsis$pagination-ellipsis-color
$box$box-color
$box-background$box-background-color
$button$button-color
$button-background$button-background-color
$button-border$button-border-color
$button-link$button-link-color
$button-link-hover-background$button-link-hover-background-color
$button-link-hover$button-link-hover-color
$button-disabled-background$button-disabled-background-color
$button-disabled-border$button-disabled-border-color
$button-static$button-static-color
$button-static-background$button-static-background-color
$button-static-border$button-static-border-color
$input$input-color
$input-background$input-background-color
$input-border$input-border-color
$input-hover$input-hover-color
$input-hover-border$input-hover-border-color
$input-focus$input-focus-color
$input-focus-border$input-focus-border-color
$input-disabled$input-disabled-color
$input-disabled-background$input-disabled-background-color
$input-disabled-border$input-disabled-border-color
$input-icon$input-icon-color
$input-icon-active$input-icon-active-color
$title$title-color
$subtitle$subtitle-color
$card-footer-border$card-footer-border-top
$menu-list-border$menu-list-border-left
$navbar-tab-hover-border$navbar-tab-hover-border-bottom-color
$navbar-tab-active-border$navbar-tab-active-border-bottom
$table-border$table-cell-border
$table-row-even-background$table-striped-row-even-background-color
$table-row-even-hover-background$table-striped-row-even-hover-background-color
\r\n\r\n### Fixed\r\n\r\n* Fixed: box missing variables\r\n* Fixed: `.dropdown` wrapping\r\n* Fixed: missing default statements to box and image\r\n* Fixed: `.is-size-7` helper is missing\r\n* Fixed: Tabs sass file throwing error with `!important`\r\n* Fixed: Variable `$table-head-color` isn't used\r\n* Fixed: `navbar-brand` overflowing on mobile" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7321162", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7321162/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7321162/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.5", "id": 7321162, "tag_name": "0.4.5", "target_commitish": "master", "name": "0.4.5", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-08 16:18:13 UTC", "published_at": "2017-08-08 16:18:57 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.5", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.5", "body": "### Changed\r\n\r\n* The breakpoints and `.container` **gap** can be customized with the new `$gap` variable\r\n* The `.container` has 2 new modifiers: `.is-widescreen` and `.is-fullhd`\r\n\r\n### Added\r\n\r\n* New [dropdown button](https://yellowdi.github.io/Elenore/documentation/components/dropdown/)!\r\n* New [badge](https://yellowdi.github.io/Elenore/documentation/components/badge/)!\r\n* Added: modifiers in `.navbar`\r\n\r\n### Fixed\r\n\r\n* Fixed: Textarea now respects rows attribute\r\n* Fixed: `body` scrollbar\r\n* Fixed: `.help` class behaviour in horizontal form `is-grouped` field\r\n* Fixed: Pagination disabled border\r\n* Fixed: Box in hero as text and background white\r\n* Fixed: #1 Card header icon position\r\n* Fixed: JavaScript `.nav-burger` example\r\n* Fixed: Notification strong color" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7293296", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7293296/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7293296/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.4", "id": 7293296, "tag_name": "0.4.4", "target_commitish": "master", "name": "0.4.4", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-05 10:46:35 UTC", "published_at": "2017-08-05 10:47:03 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.4", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.4", "body": "* Added: new feature: Breadcrumb component\r\n* Added: responsive `is-*-touch` tags for .column sizes\r\n* Added: `is-hidden` to helpers in docs\r\n* Added: figure/figcaption as content element\r\n* Added: and support to content\r\n* Added: `is-halfheight` to hero\r\n* Fixed: Code examples broken because of `text-align: center`\r\n* Fixed: Loading spinner resizes with controls\r\n* Fixed: Remove `height: auto` from media elements\r\n* Fixed: Documentation typo\r\n* Fixed: Make use of +fullhd mixin for columns\r\n* Fixed: Add min/max height/width to delete class size modifiers\r\n* Fixed: Section docs update" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7267841", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7267841/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7267841/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.3", "id": 7267841, "tag_name": "0.4.3", "target_commitish": "master", "name": "0.4.3", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-03 09:22:41 UTC", "published_at": "2017-08-03 09:23:06 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.3", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.3", "body": "* Fix selected row on striped table\r\n* Fix remove flex-shrink for is-expanded\r\n* Add icons support for select dropdown\r\n* Fix delete button as flexbox item\r\n* Add static button" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7267344", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7267344/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7267344/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.2", "id": 7267344, "tag_name": "0.4.2", "target_commitish": "master", "name": "0.4.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-03 08:43:57 UTC", "published_at": "2017-08-03 08:45:20 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.2", "body": "* Fix customize Elenore\r\n* Fix loading select\r\n* Fix control height\r\n* Fix is-grouped control\r\n* Fix checkbox/radio wrapping\r\n* Feature has-icons placement\r\n* Fix selected table row\r\n* Add customize page\r\n* Fix columns negative horizontal margin\r\n* Fix pagination wrapping\r\n* Fix color keys as strings" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7251432", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7251432/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7251432/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.1", "id": 7251432, "tag_name": "0.4.1", "target_commitish": "master", "name": "0.4.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-02 05:15:50 UTC", "published_at": "2017-08-02 05:16:29 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.1", "body": "* Fix max-width container\r\n* Fix notification delete\r\n* Fix nav-right without nav-menu\r\n* Fix hero and notification buttons\r\n* Fix has-addons z-index\r\n* Feature select color modifiers\r\n* Fix -ms-expand\r\n* Fix better `+center` mixin\r\n* Fix `dl` styles\r\n* Fix `pre` `margin-bottom`\r\n* Fix icon alignment\r\n* Fix bold nav menu\r\n* Fix nav container\r\n* Fix nav grouped buttons\r\n* Fix container example\r\n* Fix select expanded\r\n* Fix separate animations" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7237215", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7237215/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7237215/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.4.0", "id": 7237215, "tag_name": "0.4.0", "target_commitish": "master", "name": "0.4.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-01 05:53:02 UTC", "published_at": "2017-08-01 06:11:35 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.4.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.4.0", "body": "* **Default font-size is 16px**\r\n* **New `.field` element ; `.control` repurposed**\r\n* **New `.pagination` sizes**\r\n* **New `$fullhd` breakpoint (1344px)**\r\n\r\n* Remove monospace named fonts\r\n* Remove icon spacing logic\r\n* Split icon container dimensions and icon size\r\n* Fix delete button by using pixels instead of (r)em\r\n* Fix level on mobile\r\n* Add new `.is-spaced` modifer for titles and subtitles" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7236764", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7236764/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7236764/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.8", "id": 7236764, "tag_name": "0.3.8", "target_commitish": "master", "name": "0.3.8", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-08-01 04:35:26 UTC", "published_at": "2017-08-01 04:36:06 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.8", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.8", "body": "* Fixed: loading spinner color\r\n* Fixed: invalid sass syntax\r\n* Fixed: the name of the example section\r\n* Added: !default to $button-shadow-inset\r\n* Added: `lang` attribute to `html` tag" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224875", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224875/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7224875/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.7", "id": 7224875, "tag_name": "0.3.7", "target_commitish": "master", "name": "0.3.7", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 08:29:35 UTC", "published_at": "2017-07-31 08:31:25 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.7", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.7", "body": "* Fixed: rem change breaks build" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224762", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224762/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7224762/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.6", "id": 7224762, "tag_name": "0.3.6", "target_commitish": "master", "name": "0.3.6", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 08:18:44 UTC", "published_at": "2017-07-31 08:19:25 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.6", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.6", "body": "* Fixed: `.delete`\r\n* Added: mixins documentation\r\n* Added: functions documentation" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224349", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224349/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7224349/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.5", "id": 7224349, "tag_name": "0.3.5", "target_commitish": "master", "name": "0.3.5", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 07:36:08 UTC", "published_at": "2017-07-31 07:36:35 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.5", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.5", "body": "* Fixed: button spacing\r\n* Added: image placeholders" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224036", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7224036/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7224036/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.4", "id": 7224036, "tag_name": "0.3.4", "target_commitish": "master", "name": "0.3.4", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 06:08:56 UTC", "published_at": "2017-07-31 06:57:30 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.4", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.4", "body": "* Fixed: `.columns`\r\n* Fixed: `.tile`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223977", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223977/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7223977/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.3", "id": 7223977, "tag_name": "0.3.3", "target_commitish": "master", "name": "0.3.3", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 05:55:11 UTC", "published_at": "2017-07-31 06:50:15 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.3", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.3", "body": "* Fixed: `.panel`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223935", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223935/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7223935/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.2", "id": 7223935, "tag_name": "0.3.2", "target_commitish": "master", "name": "0.3.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 05:42:30 UTC", "published_at": "2017-07-31 06:45:23 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.2", "body": "* Fixed: `.pagination`\r\n* Fixed: `.tabs`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223895", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223895/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7223895/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.1", "id": 7223895, "tag_name": "0.3.1", "target_commitish": "master", "name": "0.3.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 05:35:03 UTC", "published_at": "2017-07-31 06:40:11 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.1", "body": "* Added: invert outlined buttons\r\n* Fixed: `.nav`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223851", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7223851/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7223851/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.3.0", "id": 7223851, "tag_name": "0.3.0", "target_commitish": "master", "name": "0.3.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-31 05:25:26 UTC", "published_at": "2017-07-31 06:34:07 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.3.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.3.0", "body": "* Use `rem` and `em` (!)\r\n* Fix Font Awesome icons in buttons (!)\r\n* Fix message colors (!)\r\n* Use `{% capture %}` to ensure same display as code snippet (!)\r\n\r\n* Move variables to their own file\r\n* Remove small tag\r\n* Add `:focus` state\r\n* Fix table\r\n* Remove table `.is-icon` and `.is-link`\r\n* Add `.content` table\r\n* Fix inputs with icons\r\n* Input icons require the `.icon` container\r\n* Deprecate `.media-number`\r\n* Fix `.level-item` height\r\n* Fix `.menu` spacing\r\n* Deprecate `.menu-nav`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7219117", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7219117/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7219117/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.2.0", "id": 7219117, "tag_name": "0.2.0", "target_commitish": "master", "name": "0.2.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-30 07:35:02 UTC", "published_at": "2017-07-30 07:35:34 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.2.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.2.0", "body": "* Fixed: remove multiple imports" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7219025", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7219025/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7219025/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.7", "id": 7219025, "tag_name": "0.1.7", "target_commitish": "master", "name": "0.1.7", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-30 07:02:32 UTC", "published_at": "2017-07-30 07:02:59 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.7", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.7", "body": "* Fixed: container flex\r\n* Fixed: nav-item flex\r\n* Fixed: media-number flex" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215669", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215669/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7215669/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.6", "id": 7215669, "tag_name": "0.1.6", "target_commitish": "master", "name": "0.1.6", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-29 08:21:22 UTC", "published_at": "2017-07-29 08:22:15 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.6", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.6", "body": "* Added: table variables" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215632", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215632/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7215632/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.5", "id": 7215632, "tag_name": "0.1.5", "target_commitish": "master", "name": "0.1.5", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-29 08:11:44 UTC", "published_at": "2017-07-29 08:12:13 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.5", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.5", "body": "* Added: modularity" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215606", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215606/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7215606/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.4", "id": 7215606, "tag_name": "0.1.4", "target_commitish": "master", "name": "0.1.4", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-29 08:01:20 UTC", "published_at": "2017-07-29 08:02:17 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.4", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.4", "body": "* Added: grid modules" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215547", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7215547/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7215547/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.3", "id": 7215547, "tag_name": "0.1.3", "target_commitish": "master", "name": "0.1.3", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-29 07:38:09 UTC", "published_at": "2017-07-29 07:40:34 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.3", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.3", "body": "* Added: docs folder\r\n* Added: Illuminate.css\r\n* Added: new colors\r\n* Fixed: color luminance\r\n* Remove: mixins" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7205174", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7205174/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7205174/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.2", "id": 7205174, "tag_name": "0.1.2", "target_commitish": "master", "name": "0.1.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-28 09:54:37 UTC", "published_at": "2017-07-28 09:55:11 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.2", "body": "* Added: `.flex-shrink`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7204730", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7204730/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7204730/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.1", "id": 7204730, "tag_name": "0.1.1", "target_commitish": "master", "name": "0.1.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-28 09:36:54 UTC", "published_at": "2017-07-28 09:39:08 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.1", "body": "* Remove `flex: 1` shorthand" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7204142", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7204142/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7204142/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.1.0", "id": 7204142, "tag_name": "0.1.0", "target_commitish": "master", "name": "0.1.0", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-28 08:55:32 UTC", "published_at": "2017-07-28 09:00:23 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.1.0", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.1.0", "body": "* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children\r\n* Huge bug fixes and code optimization" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7186798", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7186798/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7186798/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.26", "id": 7186798, "tag_name": "0.0.26", "target_commitish": "master", "name": "0.0.26", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 08:36:50 UTC", "published_at": "2017-07-27 08:38:00 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.26", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.26", "body": "* Added: `.modal-card`\r\n* Added: display responsive utilites\r\n* Added: `.nav-center`\r\n* Added: `.tabs ul` left center right\r\n* Changed: `.navbar` renamed to `.level`\r\n* Changed: `.header` renamed to `.nav`\r\n* Deprecated: `.header`\r\n* Deprecated: `.navbar`\r\n* Fixed: `.hero` layout" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7186328", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7186328/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7186328/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.25", "id": 7186328, "tag_name": "0.0.25", "target_commitish": "master", "name": "0.0.25", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 07:58:27 UTC", "published_at": "2017-07-27 07:59:28 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.25", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.25", "body": "* Added: `utilities/controls.sass` and `elements/form.sass`\r\n* Added: new responsive classes\r\n* Added: white/black and light/dark colors\r\n* Changed: `.tabs` need `.icon` now" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7185266", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7185266/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7185266/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.24", "id": 7185266, "tag_name": "0.0.24", "target_commitish": "master", "name": "0.0.24", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 05:51:22 UTC", "published_at": "2017-07-27 05:53:45 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.24", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.24", "body": "### Added\r\n\r\n* `is-mobile` for the navbar\r\n\r\n### Removed\r\n\r\n* removed border between sections. Use `
` now\r\n\r\n### Updated\r\n\r\n* restructured files\r\n* added back `inline-flex` for controls and tags\r\n\r\n### Removed\r\n\r\n* test tiles" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7185018", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7185018/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7185018/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.23", "id": 7185018, "tag_name": "0.0.23", "target_commitish": "master", "name": "0.0.23", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 05:07:26 UTC", "published_at": "2017-07-27 05:08:05 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.23", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.23", "body": "### BREAKING\r\n\r\n* `Elenore` folder renamed to `sass`\r\n* `variables.sass` moved to `/utilities`\r\n* almost everything is singular now\r\n* **elements** only have one class\r\n* **components** have at least one sub-class\r\n* `.content` moved to elements\r\n* `.table` moved to elements\r\n* `.message` moved to components\r\n* `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow`\r\n\r\n### Added\r\n\r\n* all variables are now `!default` so you can set your custom variables before importing Elenore" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184969", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184969/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7184969/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.22", "id": 7184969, "tag_name": "0.0.22", "target_commitish": "master", "name": "0.0.22", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 04:57:34 UTC", "published_at": "2017-07-27 04:58:03 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.22", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.22", "body": "### Fixed\r\n\r\n* links in hero subtitle" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184917", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184917/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7184917/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.21", "id": 7184917, "tag_name": "0.0.21", "target_commitish": "master", "name": "0.0.21", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 04:49:47 UTC", "published_at": "2017-07-27 04:50:15 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.21", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.21", "body": "### Added\r\n\r\n* `.column.is-narrow` to make a column `flex: none`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184892", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7184892/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7184892/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.20", "id": 7184892, "tag_name": "0.0.20", "target_commitish": "master", "name": "0.0.20", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-27 04:45:00 UTC", "published_at": "2017-07-27 04:45:27 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.20", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.20", "body": "### Added\r\n\r\n* `.has-icon` support for different `.input` sizes" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7170965", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7170965/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7170965/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.19", "id": 7170965, "tag_name": "0.0.19", "target_commitish": "master", "name": "0.0.19", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-26 08:44:55 UTC", "published_at": "2017-07-26 08:45:21 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.19", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.19", "body": "### NEW!!!\r\n\r\n* `.tile`\r\n\r\n### BREAKING\r\n\r\n* `.is-third` renamed to `.is-one-third`\r\n* `.is-quarter` renamed to `.is-one-quarter`\r\n\r\n### Added\r\n\r\n* `.is-two-thirds`\r\n* `.is-three-quarters`\r\n\r\n### Changed\r\n\r\n* `.delete` in `.tag` has no red" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7170807", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7170807/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7170807/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.18", "id": 7170807, "tag_name": "0.0.18", "target_commitish": "master", "name": "0.0.18", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-26 08:30:22 UTC", "published_at": "2017-07-26 08:31:00 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.18", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.18", "body": "### BREAKING\r\n\r\n* `.is-text-*` renamed to `.has-text-*`\r\n* removed `.is-fullwidth` helper\r\n\r\n### Added\r\n\r\n* **small tag**: `.tag.is-small`\r\n* 12th column classes\r\n* `*-full` column classes\r\n* `$family-code`\r\n\r\n### Fixed\r\n\r\n* disabled input with element\r\n* `.table` last row with `th`\r\n* `.card` color in `.hero`\r\n* `.columns.is-gapless`\r\n\r\n### Removed\r\n\r\n* removed `box-shadow` from `.tag`\r\n* custom checkboxes and radio buttons\r\n\r\n### Updated\r\n\r\n* `.tag` uses `display: inline-flex` now" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154923", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154923/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7154923/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.17", "id": 7154923, "tag_name": "0.0.17", "target_commitish": "master", "name": "0.0.17", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-25 07:23:31 UTC", "published_at": "2017-07-25 07:23:45 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.17", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.17", "body": "### Added\r\n\r\n* **pagination**: `.pagination`\r\n* **horizontal forms**: `.control.is-horizontal`\r\n* **help** text for form controls: `.help`\r\n* **progress bars**: `.progress`\r\n\r\n### Updated\r\n\r\n* `.button` uses `display: inline-flex` now\r\n* `.button` needs an `.icon` now\r\n* `.control.is-grouped` renamed to `.control.has-addons`\r\n* `.control.is-inline` renamed to `.control.is-grouped`\r\n\r\n### Removed\r\n\r\n* **helpers** `.is-inline` and `.is-block`" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154484", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154484/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7154484/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.16", "id": 7154484, "tag_name": "0.0.16", "target_commitish": "master", "name": "0.0.16", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-25 06:29:17 UTC", "published_at": "2017-07-25 06:29:17 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.16", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.16", "body": "Publish 0.0.16" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154297", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154297/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7154297/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.15", "id": 7154297, "tag_name": "0.0.15", "target_commitish": "master", "name": "0.0.15", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-25 06:02:09 UTC", "published_at": "2017-07-25 06:02:07 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.15", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.15", "body": "Publish 0.0.15" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154271", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7154271/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7154271/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.14", "id": 7154271, "tag_name": "0.0.14", "target_commitish": "master", "name": "0.0.14", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-25 05:56:44 UTC", "published_at": "2017-07-25 05:56:45 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.14", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.14", "body": "Publish 0.0.14" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7153770", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7153770/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7153770/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.13", "id": 7153770, "tag_name": "0.0.13", "target_commitish": "master", "name": "0.0.13", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-25 04:10:25 UTC", "published_at": "2017-07-25 04:10:31 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.13", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.13", "body": "Publish 0.0.13" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7138985", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7138985/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7138985/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.12", "id": 7138985, "tag_name": "0.0.12", "target_commitish": "master", "name": "0.0.12", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-24 01:20:24 UTC", "published_at": "2017-07-24 01:20:31 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.12", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.12", "body": "Publish 0.0.12" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134901", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134901/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7134901/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.11", "id": 7134901, "tag_name": "0.0.11", "target_commitish": "master", "name": "0.0.11", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-23 04:13:23 UTC", "published_at": "2017-07-23 04:13:32 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.11", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.11", "body": "Publish 0.0.11" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134877", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134877/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7134877/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.10", "id": 7134877, "tag_name": "0.0.10", "target_commitish": "master", "name": "0.0.10", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-23 04:02:46 UTC", "published_at": "2017-07-23 04:03:01 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.10", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.10", "body": "Publish 0.0.10" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134871", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7134871/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7134871/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.9", "id": 7134871, "tag_name": "0.0.9", "target_commitish": "master", "name": "0.0.9", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-23 03:58:22 UTC", "published_at": "2017-07-23 03:59:13 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.9", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.9", "body": "Publish 0.0.9" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130740", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130740/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130740/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.8", "id": 7130740, "tag_name": "0.0.8", "target_commitish": "master", "name": "0.0.8", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:54:31 UTC", "published_at": "2017-07-22 01:54:43 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.8", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.8", "body": "Publish 0.0.8" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130714", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130714/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130714/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.7", "id": 7130714, "tag_name": "0.0.7", "target_commitish": "master", "name": "0.0.7", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:44:19 UTC", "published_at": "2017-07-22 01:44:29 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.7", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.7", "body": "Publish 0.0.7" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130696", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130696/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130696/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.6", "id": 7130696, "tag_name": "0.0.6", "target_commitish": "master", "name": "0.0.6", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:36:38 UTC", "published_at": "2017-07-22 01:36:48 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.6", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.6", "body": "Publish 0.0.6" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130682", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130682/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130682/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.5", "id": 7130682, "tag_name": "0.0.5", "target_commitish": "master", "name": "0.0.5", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:31:24 UTC", "published_at": "2017-07-22 01:32:21 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.5", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.5", "body": "Publish 0.0.5" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130616", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130616/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130616/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.4", "id": 7130616, "tag_name": "0.0.4", "target_commitish": "master", "name": "0.0.4", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:05:48 UTC", "published_at": "2017-07-22 01:06:01 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.4", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.4", "body": "Publish 0.0.4" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130602", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130602/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130602/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.3", "id": 7130602, "tag_name": "0.0.3", "target_commitish": "master", "name": "0.0.3", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 01:01:15 UTC", "published_at": "2017-07-22 01:01:33 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.3", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.3", "body": "Publish 0.0.3" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130583", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130583/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130583/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.2", "id": 7130583, "tag_name": "0.0.2", "target_commitish": "master", "name": "0.0.2", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 00:52:10 UTC", "published_at": "2017-07-22 00:54:32 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.2", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.2", "body": "Push 0.0.2" }, { "url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130548", "assets_url": "https://api.github.com/repos/YellowDi/Elenore/releases/7130548/assets", "upload_url": "https://uploads.github.com/repos/YellowDi/Elenore/releases/7130548/assets{?name,label}", "html_url": "https://github.com/YellowDi/Elenore/releases/tag/0.0.1", "id": 7130548, "tag_name": "0.0.1", "target_commitish": "master", "name": "0.0.1", "draft": false, "author": { "login": "YellowDi", "id": 5615830, "avatar_url": "https://avatars0.githubusercontent.com/u/5615830?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YellowDi", "html_url": "https://github.com/YellowDi", "followers_url": "https://api.github.com/users/YellowDi/followers", "following_url": "https://api.github.com/users/YellowDi/following{/other_user}", "gists_url": "https://api.github.com/users/YellowDi/gists{/gist_id}", "starred_url": "https://api.github.com/users/YellowDi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/YellowDi/subscriptions", "organizations_url": "https://api.github.com/users/YellowDi/orgs", "repos_url": "https://api.github.com/users/YellowDi/repos", "events_url": "https://api.github.com/users/YellowDi/events{/privacy}", "received_events_url": "https://api.github.com/users/YellowDi/received_events", "type": "User", "site_admin": false }, "prerelease": false, "created_at": "2017-07-22 00:45:48 UTC", "published_at": "2017-07-22 00:46:48 UTC", "assets": [ ], "tarball_url": "https://api.github.com/repos/YellowDi/Elenore/tarball/0.0.1", "zipball_url": "https://api.github.com/repos/YellowDi/Elenore/zipball/0.0.1", "body": "Init" } ], "releases_url": "https://github.com/YellowDi/Elenore/releases", "repository_name": "Elenore", "repository_nwo": "YellowDi/Elenore", "repository_url": "https://github.com/YellowDi/Elenore", "show_downloads": true, "source": { "branch": "master", "path": "/docs" }, "tar_url": "https://github.com/YellowDi/Elenore/tarball/master", "url": "https://yellowdi.github.io/Elenore", "versions": { "jekyll": "3.7.3", "jekyll-sass-converter": "1.5.2", "kramdown": "1.16.2", "jekyll-commonmark-ghpages": "0.1.5", "liquid": "4.0.0", "rouge": "2.2.1", "github-pages-health-check": "1.4.0", "jekyll-redirect-from": "0.13.0", "jekyll-sitemap": "1.2.0", "jekyll-feed": "0.9.3", "jekyll-gist": "1.5.0", "jekyll-paginate": "1.1.0", "jekyll-coffeescript": "1.1.1", "jekyll-seo-tag": "2.4.0", "jekyll-github-metadata": "2.9.4", "jekyll-avatar": "0.5.0", "jekyll-remote-theme": "0.2.3", "jemoji": "0.9.0", "jekyll-mentions": "1.3.0", "jekyll-relative-links": "0.5.3", "jekyll-optional-front-matter": "0.3.0", "jekyll-readme-index": "0.2.0", "jekyll-default-layout": "0.1.4", "jekyll-titles-from-headings": "0.5.1", "listen": "3.1.5", "activesupport": "4.2.9", "minima": "2.4.1", "jekyll-swiss": "0.4.0", "jekyll-theme-primer": "0.5.3", "jekyll-theme-architect": "0.1.1", "jekyll-theme-cayman": "0.1.1", "jekyll-theme-dinky": "0.1.1", "jekyll-theme-hacker": "0.1.1", "jekyll-theme-leap-day": "0.1.1", "jekyll-theme-merlot": "0.1.1", "jekyll-theme-midnight": "0.1.1", "jekyll-theme-minimal": "0.1.1", "jekyll-theme-modernist": "0.1.1", "jekyll-theme-slate": "0.1.1", "jekyll-theme-tactile": "0.1.1", "jekyll-theme-time-machine": "0.1.1", "ruby": "2.4.2", "github-pages": "182", "html-pipeline": "2.7.1", "sass": "3.5.6", "safe_yaml": "1.0.4", "nokogiri": "1.8.2" }, "wiki_url": "https://github.com/YellowDi/Elenore/wiki", "zip_url": "https://github.com/YellowDi/Elenore/zipball/master" }/blob/master/sass/elements/form.sass#L1,L23" target="_blank">these variables
to customize this element. Simply set one or multiple of these variables before importing Elenore. Learn how.

Name Default value
Name Default value
$input-color $grey-darker
$input-background-color $white
$input-border-color $grey-lighter
$input-shadow inset 0 1px 2px rgba($black, 0.1)
$input-hover-color $grey-darker
$input-hover-border-color $grey-light
$input-focus-color $grey-darker
$input-focus-border-color $link
$input-focus-box-shadow-size 0 0 0 0.125em
$input-focus-box-shadow-color rgba($link, 0.25)
$input-disabled-color $text-light
$input-disabled-background-color $background
$input-disabled-border-color $background
$input-arrow $link
$input-icon-color $grey-lighter
$input-icon-active-color $grey
$input-radius $radius

This page is open source. View on GitHub