File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
addon/components/docs-viewer/x-nav Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 5858 script : yarn test:node
5959
6060 - stage : versioned tests
61- env : EMBER_TRY_SCENARIO=ember-lts-2.12
61+ env : EMBER_TRY_SCENARIO=ember-lts-2.8
62+ - env : EMBER_TRY_SCENARIO=ember-lts-2.12
6263 - env : EMBER_TRY_SCENARIO=ember-lts-2.16
6364 - env : EMBER_TRY_SCENARIO=ember-release
6465 - env : EMBER_TRY_SCENARIO=ember-beta
Original file line number Diff line number Diff line change 77 </div >
88{{ /if }}
99
10- <nav {{ action (mut isShowingMenu ) false }}
10+ <nav onclick = {{ action (mut isShowingMenu ) false }}
1111 class ='
1212 absolute pin-r lg:relative bg-white shadow-lg lg:shadow-none
1313 w-90% px-3 lg:px-0 z-10 lg:w-1/5 flex-no-shrink transition
2020 <div class =' pt-px sticky pin-t mb-8 ' >
2121 {{ #if (or media.isMobile media.isTablet )}}
2222 <div class =" text-right" >
23- <button {{ action (mut isShowingMenu ) false }}
23+ <button onclick = {{ action (mut isShowingMenu ) false }}
2424 class =' text-grey-darkest opacity-50 hover:opacity-100 text-3xl py-2 no-underline' >
2525 ×
2626 </button >
Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ module.exports = function() {
1515 name : 'node' ,
1616 command : 'yarn test:node'
1717 } ,
18+ {
19+ name : 'ember-lts-2.8' ,
20+ bower : {
21+ dependencies : {
22+ 'ember' : 'components/ember#lts-2-8'
23+ } ,
24+ resolutions : {
25+ 'ember' : 'lts-2-8'
26+ }
27+ } ,
28+ } ,
1829 {
1930 name : 'ember-lts-2.12' ,
2031 npm : {
You can’t perform that action at this time.
0 commit comments