Amit Moryossef
|
a30379bef6
|
feat(rtl): add rtl margin, padding, position and border-radius (#11342)
* refactor(item): replaced item-left with item-start
replaced item-right with item-end
* style(item): fix spacing
* fix(item): add backwards support for left/right in ng-content
* fix(item): deprecated old variables, not breaking change
* feat(rtl): padding mixin
* feat(rtl): change all padding variables to start/end
add support for old variable names
* feat(rtl): replace all padding-side with start/end
* revert(functions): remove mixins
* feat(scss): add padding-horizontal and rtl functions (thanks brandy)
* feat(padding): use padding horizontal mixin everywhere
* feat(padding): use padding horizontal mixin everywhere
* fix(lint): change properties order. tests passing
* fix(sass-functions): reorder functions to avoid warning
* fix(scss): fix variable name
* perf(rtl): add check if need rtl selector
* feat(scss): add full padding function
* feat(scss): add border-radius mixin
* fix(rtl): change border-radius to use mixin
* perf(scss): only override if has something to override
* feat(scss): add margin scss variables for sides
* feat(scss): add margin mixin
* fix(scss): fix wrong support for 2/3 args
* feat(rtl): spread margins/paddings
* feat(rtl): spread margins/paddings
* feat(position): add rtl support for absolute
* fix(rtl): add missing calls
* fix(item): old attributes deprecated support
* revert(changelog): not intended to be changed
* fix(sass-functions): and not &&
* fix(padding): merge + missing padding
* style(): remove newline
* refactor(mixins): move mixins to mixins file
* style(): fix alignment
* fix(item): right padding should not be set
* fix(): incorrect defaults
* feat(scss-lint): disable some side variables
* fix(scss): lint passes
* feat(lint): disabled text-align
* fix(): correct variable name
* fix(fab): missed a comma
* fix(rtl): rtl method incorrect for multiple selectors
* fix(rtl): toolbar bad merge
* fix(rtl): icon-only is in px not em
* fix(rtl): toggle padding
* feat(rtl): correct notation for rtl custom
* Merge branch 'breaking-item' into start-end
# Conflicts:
# src/components/checkbox/checkbox.ios.scss
# src/components/checkbox/checkbox.md.scss
# src/components/checkbox/checkbox.wp.scss
# src/components/item/item.ios.scss
# src/components/item/item.md.scss
# src/components/item/item.wp.scss
# src/components/radio/radio.ios.scss
# src/components/radio/radio.md.scss
# src/components/radio/radio.wp.scss
# src/components/toggle/toggle.ios.scss
# src/components/toggle/toggle.md.scss
# src/components/toggle/toggle.wp.scss
* fix(scss): fix for deprecated usages
|
2017-05-12 13:05:45 -04:00 |
|
Dan Bucholtz
|
59eb9a328d
|
refactor(): restructure components to loosen coupling, move overlay-portal, click-block, menu-controller and other app-level functionality to app directory. The motivation for this change is logical grouping, decoupling components from each other, and improving the ability to drop more unused components from bundle
|
2017-04-20 23:21:25 -05:00 |
|
mhartington
|
546003037e
|
docs(): hide modules from docs
|
2017-03-16 11:49:46 -04:00 |
|
Brandy Carney
|
ddcd3cf1c5
|
refactor(components): convert components to separate modules
|
2017-03-15 16:07:06 -04:00 |
|
perry
|
396f891f33
|
chore(docs): updating dgeni typescript package
|
2017-03-14 14:50:31 -05:00 |
|
Brandy Carney
|
b02df3e2d1
|
docs(sass): document some missed sass variables
|
2017-01-26 11:37:31 -05:00 |
|
Manu Mtz.-Almeida
|
06938b64a5
|
fix(backdrop): remove click cursor when the backdrop is not tappable
|
2016-11-20 16:00:53 +01:00 |
|
Manu Mtz.-Almeida
|
32ab817181
|
fix(gestures): gesture controller handled by components
* fix(gestures): gesture controller is handled by components
fixes #9046
* fix(gestures): adds hybrid disable scroll assistance
fixes #9130
fixes #9052
fixes #7444
|
2016-11-16 10:03:51 -06:00 |
|
Manu Mtz.-Almeida
|
db72a7d26b
|
fix(menu): menu's content is resized properly
fixes #8504
|
2016-10-10 08:45:22 -05:00 |
|
Adam Bradley
|
52ada1ca6d
|
chore(components): ngmodule updates
|
2016-09-13 17:07:33 -05:00 |
|
Brandy Carney
|
16df3a4aab
|
refactor(css): update theme imports
|
2016-09-13 16:57:32 -05:00 |
|
perry
|
4f52135c13
|
Revert "Revert "Merge branch 'master' of https://github.com/driftyco/ionic""
This reverts commit 4a6086c1f8.
|
2016-07-18 19:40:03 -05:00 |
|
perry
|
4a6086c1f8
|
Revert "Merge branch 'master' of https://github.com/driftyco/ionic"
This reverts commit 8945bf906d, reversing
changes made to f4fac225fa.
|
2016-07-18 19:24:56 -05:00 |
|
Manu Mtz.-Almeida
|
72c24bc927
|
feat(gesture-controller): disable/enable scrolling
|
2016-07-14 00:52:43 +02:00 |
|
Adam Bradley
|
816a6486b0
|
fix(button): apply css for buttons w/ ngIf
Closes #5927
|
2016-07-04 21:26:58 -05:00 |
|
Manu Mtz.-Almeida
|
cac1d4f961
|
fix(menu): getBackdropElement
references #7125
|
2016-07-02 17:30:37 +02:00 |
|
Adam Bradley
|
f1433c6314
|
refactor(backdrop): place disable-scroll class on ion-app
|
2016-07-01 21:44:53 -05:00 |
|
Adam Bradley
|
941cb1d196
|
fix(backdrop): use raf when adding/removing disable-scroll css
|
2016-07-01 01:08:48 -05:00 |
|
Brandy Carney
|
9b2f0842df
|
chore: fix linter errors
|
2016-06-02 13:30:04 -04:00 |
|
Manu Mtz.-Almeida
|
a1a582b7a1
|
fix(ion-backdrop): new ion-backdrop can prevent background scrolling
closes #6656
|
2016-06-02 17:09:44 +02:00 |
|