Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Updating Popovers to use Panel Padding vars #229

Merged
merged 30 commits into from
Dec 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0c4dcf0
working commit
cchaos Dec 19, 2017
9eb945f
Created a panel padding SASS map and using in popover to propagate down
cchaos Dec 20, 2017
93a4a0d
Removed border from title
cchaos Dec 20, 2017
70bd675
Reducing spacing
cchaos Dec 20, 2017
0131c65
Fixed a couple other examples using popover
cchaos Dec 20, 2017
ff4b42f
Fix button vertical alignment (#232)
snide Dec 20, 2017
841058d
Update CHANGELOG for 0.0.8.
cjcenizal Dec 20, 2017
655ae74
Updated documentation.
cjcenizal Dec 20, 2017
b4e45c4
0.0.8
cjcenizal Dec 20, 2017
c94c4c7
Give help / error text proper line-height (#234)
snide Dec 20, 2017
3f866df
Update release scripts to push to upstream instead of origin. (#233)
cjcenizal Dec 20, 2017
bb89192
Rename EuiFlexGroup classes to reflect CSS values, remove primary Tex…
cjcenizal Dec 20, 2017
46073f0
Update CHANGELOG for 0.0.9.
cjcenizal Dec 20, 2017
97dd332
Updated documentation.
cjcenizal Dec 20, 2017
b6f8e45
0.0.9
cjcenizal Dec 20, 2017
7df7069
Adding specific example for altering padding with title
cchaos Dec 21, 2017
38c7e7a
import panel file directly to make sure we grab the map
cchaos Dec 21, 2017
21b5568
Removing padding props from the title section
cchaos Dec 21, 2017
4a2938e
Last few edits
cchaos Dec 21, 2017
174bf8a
working commit
cchaos Dec 19, 2017
6afd194
Created a panel padding SASS map and using in popover to propagate down
cchaos Dec 20, 2017
2a2df38
Removed border from title
cchaos Dec 20, 2017
26a173f
Reducing spacing
cchaos Dec 20, 2017
9cc4c0e
Fixed a couple other examples using popover
cchaos Dec 20, 2017
a7af4d2
Adding specific example for altering padding with title
cchaos Dec 21, 2017
5047dd5
import panel file directly to make sure we grab the map
cchaos Dec 21, 2017
e933daa
Removing padding props from the title section
cchaos Dec 21, 2017
5c7d42f
Last few edits
cchaos Dec 21, 2017
93923a3
Merge branch 'popovers' of https://github.com/cchaos/eui into popovers
cchaos Dec 21, 2017
0536246
changelog
cchaos Dec 21, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `0.0.7`.
- Updated `euiPopover` to propogate `panelPaddingSize` padding values to content only (title does inherit horizontal values) via CSS. [(#229)](https://github.com/elastic/eui/pull/229)

# [`0.0.9`](https://github.com/elastic/eui/tree/v0.0.9)

**Breaking changes**

- Renamed `euiFlexGroup--alignItemsEnd` class to `euiFlexGroup--alignItemsFlexEnd`.
- Remove support for `primary` color from `<EuiTextColor>` because it looked too much like a link.

**Bug fixes**

- Give `<EuiFormErrorText>` and `<EuiFormHelpText>` proper line-height. [(#234)](https://github.com/elastic/eui/pull/234)

# [`0.0.8`](https://github.com/elastic/eui/tree/v0.0.8)

**Bug fixes**

- Fix button vertical alignment. [(#232)](https://github.com/elastic/eui/pull/232)

# [`0.0.7`](https://github.com/elastic/eui/tree/v0.0.7)

Expand Down
Loading