Skip to content

Commit

Permalink
version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncypret committed Feb 23, 2021
1 parent 8338f05 commit 7aebd50
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 28 deletions.
35 changes: 31 additions & 4 deletions playbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@


## [Unreleased](https://github.com/powerhome/playbook/tree/HEAD)

[Full Changelog](https://github.com/powerhome/playbook/compare/7.16.0...8.0.0)

**Kit Enhancements:**

- Added status colors to the distribution bar [\#1357](https://github.com/powerhome/playbook/pull/1357) ([jasoncypret](https://github.com/jasoncypret))
- Fixup dark mode select truncation [\#1356](https://github.com/powerhome/playbook/pull/1356) ([jasoncypret](https://github.com/jasoncypret))
- Improved Accessibility by adding focus to Checkbox & Radio Kits [\#1354](https://github.com/powerhome/playbook/pull/1354) ([thestephenmarshall](https://github.com/thestephenmarshall))
- Add data, aria, & name props to RichTextEditor [\#1352](https://github.com/powerhome/playbook/pull/1352) ([coleerikson](https://github.com/coleerikson))
- Add console, Jest and Rspec Accessibility test capabilities [\#1346](https://github.com/powerhome/playbook/pull/1346) ([thestephenmarshall](https://github.com/thestephenmarshall))
- Add `zIndex` as a global prop [\#1345](https://github.com/powerhome/playbook/pull/1345) ([josephinef9](https://github.com/josephinef9))

**Fixed Bugs:**

- Add name prop to typeahead with pills options [\#1358](https://github.com/powerhome/playbook/pull/1358) ([coleerikson](https://github.com/coleerikson))

**Improvements:**

- Update webpack dev server [\#1351](https://github.com/powerhome/playbook/pull/1351) ([thestephenmarshall](https://github.com/thestephenmarshall))
- Date Picker Safari fixes [\#1359](https://github.com/powerhome/playbook/pull/1359) ([bh247484](https://github.com/bh247484))
- Unify Star Rating kit spacing [\#1353](https://github.com/powerhome/playbook/pull/1353) ([bh247484](https://github.com/bh247484))
- Remove jQuery from docs site [\#1337](https://github.com/powerhome/playbook/pull/1337) ([bh247484](https://github.com/bh247484))
- Clear partials use in kits [\#1314](https://github.com/powerhome/playbook/pull/1314) ([xjunior](https://github.com/xjunior))
- Introduce form view component [\#1313](https://github.com/powerhome/playbook/pull/1313) ([xjunior](https://github.com/xjunior))
- Introduce filter view component [\#1312](https://github.com/powerhome/playbook/pull/1312) ([xjunior](https://github.com/xjunior))
- Introduce view component [\#1272](https://github.com/powerhome/playbook/pull/1272) ([xjunior](https://github.com/xjunior))



## [7.16.0](https://github.com/powerhome/playbook/tree/7.16.0)

[Full Changelog](https://github.com/powerhome/playbook/compare/7.15.1...7.16.0)
Expand Down Expand Up @@ -1284,7 +1314,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed (breaking changes)
- React PbLayout prop `children` dropped support for single Node (https://github.com/powerhome/playbook/commit/b16da50914e110c75c6d96c985fa02781c9e2040#diff-c3ce2c91288ca3e730d3c56e7f73475cL11-L14)
- Rails PbLayout prop `dark` dropped (https://github.com/powerhome/playbook/commit/b16da50914e110c75c6d96c985fa02781c9e2040#diff-377fda563d148f7b3ad33f904b7b0cdbL13)


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
- Rails PbLayout prop `dark` dropped (https://github.com/powerhome/playbook/commit/b16da50914e110c75c6d96c985fa02781c9e2040#diff-377fda563d148f7b3ad33f904b7b0cdbL13)
2 changes: 1 addition & 1 deletion playbook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
playbook_ui (7.16.0)
playbook_ui (8.0.0)
actionpack (>= 5.1.6, < 6.0)
actionview (>= 5.1.6, < 7.0)
activesupport (>= 5.1.6, < 7.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@import "../../tokens/spacing";

.changelog-card-collection {
max-width: 650px;
margin: auto;
h2 {
margin-top: $space_xl;
&:first-child {
margin-top: 0;
}
}
}
2 changes: 1 addition & 1 deletion playbook/app/views/playbook/pages/changelog.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<%= pb_rails("button", props: { text: "This Changelog was automatically generated by github_changelog_generator", variant: "link", link: "https://github.com/github-changelog-generator/github-changelog-generator"}) %>
<% end %>
<% end %>
<div>
</div>
14 changes: 7 additions & 7 deletions playbook/dist/playbook-doc.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions playbook/dist/playbook-rails.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions playbook/dist/playbook-react.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion playbook/dist/playbook.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions playbook/dist/tokens/positioning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ $z_layers: (
"default": 0
);

$offscreen: -9999px;

@function z_index_for($layer) {
@if not map-has-key($z_layers, $layer) {
@error "No layer found for `#{$layer}` in $z_layers map.";
Expand Down
4 changes: 4 additions & 0 deletions playbook/lib/playbook/pb_doc_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ def pb_kit(kit: "", type: "rails", show_code: true, limit_examples: false, dark_
end.join.yield_self(&method(:raw))
end

def nav_hash_array(link)
link.first.last
end

# Deal with lists of kits, used in Playbook doc and Externally
def pb_kits(type: "rails", limit_examples: false, dark_mode: false)
display_kits = []
Expand Down
2 changes: 1 addition & 1 deletion playbook/lib/playbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Playbook
VERSION = "7.16.0"
VERSION = "8.0.0"
end
2 changes: 1 addition & 1 deletion playbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playbook-ui",
"version": "7.16.0",
"version": "8.0.0",
"description": "Nitro's Design System",
"main": "./dist/playbook-react.js",
"scripts": {
Expand Down

0 comments on commit 7aebd50

Please sign in to comment.