forked from adopted-ember-addons/ember-paper
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Resizing autocomplete suggestion container to take up only required amount of #3
Open
Arijit-Roy
wants to merge
20
commits into
xomaczar:ptn-ember-paper-1.0.0-beta.2
Choose a base branch
from
Arijit-Roy:master
base: ptn-ember-paper-1.0.0-beta.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Resizing autocomplete suggestion container to take up only required amount of #3
Arijit-Roy
wants to merge
20
commits into
xomaczar:ptn-ember-paper-1.0.0-beta.2
from
Arijit-Roy:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This can be very useful in more advanced scenarios.
Yield the dropdown public API from paper-menu
…ble-tabs-active-state add hint in docs for routable paper-tabs active state (fix adopted-ember-addons#789)
Fix name of the service for toast
* expose icon yield to allow tooltips * update changelog
`sling` should read `fling`
Can you merge into ptn-ember-paper-1.0.0-beta.3 instead
of ptn-ember-paper-1.0.0-beta.2
…On Wed, Sep 27, 2017 at 10:27 AM, Arijit-Roy ***@***.***> wrote:
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- Yield the dropdown public API from paper-menu
- Merge pull request #775 from joukevandermaas/patch-2
- add hint in docs for routable paper-tabs active state (fix #789)
- Merge pull request #793 from cogniteev/docs/routable-tabs-
active-state
- allow custom class to be applied in paper-tooltip
- update changelog
- Fix name of the service for toast
- Merge pull request #796 from MattSkrobis/patch-1
- Allow tooltips in icons (#802)
- fix tests
- add links to hosted v0.2 documentation (#803)
- add new paper-speed-dial
- update changelog
- prepare for release
- 1.0.0-beta.3
- Fix typo in speed-dial demo (#804)
- show dialog as action of speed dial actions
- fixes #807
- update changelog
- Resizing suggestion container to take up only required amount of
space
- Resizing suggestion container to take up only required amount of
space
- conflicts resolved
- Change in logic to remove overriding css
File Changes
- *M* CHANGELOG.md
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-0> (8)
- *M* README.md
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-1> (2)
- *M* addon/components/paper-dialog-inner.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-2> (15)
- *M* addon/components/paper-ink-bar.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-3> (3)
- *A* addon/components/paper-speed-dial-actions-action.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-4> (90)
- *A* addon/components/paper-speed-dial-actions.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-5> (8)
- *A* addon/components/paper-speed-dial-trigger.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-6> (14)
- *A* addon/components/paper-speed-dial.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-7> (63)
- *M* addon/components/paper-tooltip.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-8> (4)
- *M* addon/components/paper-virtual-repeat.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-9> (29)
- *M* addon/templates/components/paper-icon.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-10> (3)
- *M* addon/templates/components/paper-menu.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-11> (1)
- *D* addon/templates/components/paper-nav-ink-bar.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-12> (0)
- *A* addon/templates/components/paper-speed-dial-actions.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-13> (3)
- *A* addon/templates/components/paper-speed-dial.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-14> (4)
- *M* addon/templates/components/paper-tooltip.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-15> (2)
- *A* addon/utils/get-parent.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-16> (16)
- *A* app/components/paper-speed-dial-actions-action.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-17> (1)
- *A* app/components/paper-speed-dial-actions.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-18> (1)
- *A* app/components/paper-speed-dial-trigger.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-19> (1)
- *A* app/components/paper-speed-dial.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-20> (1)
- *M* app/styles/ember-paper.scss
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-21> (2)
- *M* index.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-22> (4)
- *M* package.json
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-23> (6)
- *A* tests/dummy/app/controllers/demo/speed-dial.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-24> (13)
- *M* tests/dummy/app/controllers/demo/tabs.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-25> (6)
- *M* tests/dummy/app/router.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-26> (1)
- *M* tests/dummy/app/templates/application.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-27> (1)
- *A* tests/dummy/app/templates/demo/speed-dial.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-28> (195)
- *M* tests/dummy/app/templates/demo/tabs.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-29> (10)
- *M* tests/dummy/app/templates/demo/toast.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-30> (2)
- *M* tests/dummy/app/templates/demo/tooltip.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-31> (8)
- *M* tests/dummy/app/templates/index.hbs
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-32> (6)
- *M* tests/integration/components/paper-autocomplete-test.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-33> (2)
- *M* tests/integration/components/paper-icon-test.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-34> (6)
- *A* tests/integration/components/paper-speed-dial-test.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-35> (95)
- *M* tests/integration/components/paper-tooltip-test.js
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-36> (16)
- *M* yarn.lock
<https://github.com/xomaczar/ember-paper/pull/3/files#diff-37> (1192)
Patch Links:
- https://github.com/xomaczar/ember-paper/pull/3.patch
- https://github.com/xomaczar/ember-paper/pull/3.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB-8eXqPzeta-nFgXS7VOpywsLaV2Ng-ks5smltKgaJpZM4Pl27P>
.
|
Also can you squash your last 4 commits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.