Liam DeBeasi
89a908bd6f
fix(button): show proper shade for activated button on ios ( #17508 )
...
fixes #17436
2019-02-20 10:08:03 -05:00
Brandy Carney
4d56dfe2ee
docs(process): update process documentation
2019-02-19 12:24:46 -05:00
Liam DeBeasi
a1ec5f607b
fix(datetime): default to current date when no value given ( #17443 )
...
* fix(datetime): default to current date when no value given
* test(datetime): add spec test
* move getDateValue to utils
2019-02-14 16:31:59 -05:00
Liam DeBeasi
08fe8e470a
fix(item-sliding): Sliding no longer breaks after removing an item ( #17492 )
...
* fix(item-sliding): Sliding no longer breaks after removing an item
* run linter
2019-02-14 14:52:36 -05:00
Liam DeBeasi
1c9c18b5ea
fix(select): Account for when options are not loaded immediately ( #17405 )
...
* Added logging to begin debugging issue
* identify potential fix, add test
* fix(select): render when options are loaded after a delay
* fix linter issues
* fix e2e test
* fix edge case with if statement
2019-02-13 08:34:55 -05:00
Bengt Weiße
f832de5f4a
fix(range): improved rtl support ( #17479 )
...
* fix(Range): rtl support
* fix(Range): knob position in rtl
2019-02-13 08:17:42 -05:00
Bengt Weiße
15acb4be37
feat(range): add neutral point ( #17400 )
...
* feat(Range): add neutral point
* feat(Range): generate proxies and api
* fix(): check positive case in neutralPointChanged
* fix(Range): neutralPoint to min if neutralPoint < min
* fix(Range): active bar style
* fix(Range): tick styling
2019-02-12 17:17:23 -05:00
Fer Medina
39fbc32348
fix(config): update types for scrollPadding, inputBlurring and hideCaretOnScroll to boolean ( #17302 )
2019-02-12 16:49:03 -05:00
Jaydeep Kataria
370da9d939
docs(avatar): update angular usage for img src ( #16884 )
2019-02-12 16:13:25 -05:00
Liam DeBeasi
29f1500e5a
docs(): Add documentation for slots ( #17441 )
...
* add button slot
* add component slot docs
* update content default slot description
* run npm build
* fix typos
* update md files
* docs(slots): update slot components and the build files
* chore(stencil): updates stencil to build readmes
* chore(build): update the swiper bundle file to match master
* update default slot doc wording
* revert changes
* Revert "update default slot doc wording"
This reverts commit e18401491e .
merge
* docs(slots): update default slot doc wording
2019-02-12 15:51:01 -05:00
Abdelaziz Bennouna
4f203bc230
fix(range): implement RTL (from PR 17157) ( #17384 )
...
- MD PIN fixes not committed because they depend on mixin changes
references #17012
2019-02-12 15:34:48 -05:00
Jesse Desaever
d0a9fac5c7
docs(popover): add missing comma in example ( #17401 )
2019-02-12 15:16:20 -05:00
Liam DeBeasi
ba4e117e55
fix(searchbar): allow setting of toolbar color and searchbar color ( #17474 )
...
* fix(searchbar): allow setting of toolbar color and searchbar color
* fix test label typo
2019-02-12 13:25:29 -05:00
Brandy Carney
f9cc2c5947
chore(github): update issue templates ( #17433 )
2019-02-11 14:34:57 -05:00
Josh Thomas
eca54a82ce
chore(react): release of ionic react 0.0.4 ( #17442 )
2019-02-08 12:42:27 -06:00
Liam DeBeasi
268698b410
docs(loading): add missing async to new loading example ( #17432 )
...
* update loading example
* add async
2019-02-07 17:06:14 -05:00
Liam DeBeasi
2349dc71be
docs(loading): update breaking doc to show new loading usage ( #17431 )
2019-02-07 16:40:21 -05:00
Brandy Carney
9ffb4ef57a
chore(github): update issue template
2019-02-07 16:17:12 -05:00
Liam DeBeasi
c700d35b35
docs(reorder): Update incomplete reorder docs ( #17417 )
...
* add base reorder doc updates
* update doc wording
* remove extra sentence
* clear up explanation sentence
* fix typo
* run build
* fix doc definition for ionitemReorder
* make requested changes
* remove prop table
2019-02-07 13:15:52 -05:00
Matthew Harris
5a4f35a380
docs(datetime): usage typos and clean up ( #17415 )
...
Fix some typos, clean up a code snippet, reword slightly to use clearer language (in consideration of ESL readers).
2019-02-07 12:44:19 -05:00
Liam DeBeasi
374bd77219
fix(tab-bar): add translucent tab-bar styles back ( #17376 )
...
- updates css to allow for translucent tab-bar
- adds translucent test
2019-02-06 11:44:44 -05:00
Brandy Carney
b49257ab6c
4.0.1
v4.0.1
2019-02-06 10:59:23 -05:00
Brandy Carney
ee3b04a919
fix(popover): apply fixed position to keep backdrop in viewport ( #17352 )
...
fixes #17337
2019-02-05 15:53:11 -05:00
Abdelaziz Bennouna
bc3aa21695
fix(popover): originate animation from right in RTL/MD ( #17381 )
2019-02-05 15:51:15 -05:00
Abdelaziz Bennouna
fc43faa86a
fix(menu): fix content shadow when revealed in iOS ( #17383 )
2019-02-05 14:04:49 -05:00
Liam DeBeasi
08879c08a3
test(platform): Add Platform tests ( #17354 )
...
* test(platform): add base platform tests
* test(platform): add isPlatform test, clean up test file
* test(platform): do not export matchMedia
* test(platform): change window to win to avoid confusion
2019-02-05 12:06:00 -05:00
Liam DeBeasi
32cf9c7d7d
docs(loading): update example to show proper usage
...
docs(loading): update example to show proper usage
2019-02-04 13:50:14 -05:00
Liam DeBeasi
74859a098e
docs(loading): update example to show proper usage
2019-02-04 13:03:45 -05:00
Liam DeBeasi
c99032de6f
docs(loading): remove dismissOnPageChange, add ionLoadingDidDismiss ( #17357 )
...
* docs(loading): remove dismissOnPageChange, change onDidDismiss to ionLoadingDidDismiss
* docs(loading): add usage showing events
2019-02-04 11:16:26 -06:00
Chris Griffith
ccb4de8da8
docs(datetime): fix typo ( #17360 )
2019-02-04 11:15:25 -06:00
Iván Pérez
db1bbdcc75
docs(rtl): Fix small typo in item docs ( #17365 )
2019-02-04 11:14:08 -06:00
Liam DeBeasi
39c9553a43
Merge pull request #17355 from ionic-team/update-pwa-check
...
fix(platform): add additional check for safari PWA
2019-02-04 10:50:01 -05:00
Liam DeBeasi
c27d1827b7
Merge branch 'master' into update-pwa-check
2019-02-04 10:39:19 -05:00
Liam DeBeasi
e506b70318
Merge pull request #17356 from ionic-team/add-mobileweb-platform
...
feat(platform): add mobileweb platform
2019-02-04 10:38:17 -05:00
Liam DeBeasi
ff0a0eddf1
Merge branch 'master' into add-mobileweb-platform
2019-02-01 14:30:14 -05:00
Liam DeBeasi
536254e430
Merge branch 'master' into update-pwa-check
2019-02-01 14:10:35 -05:00
Brandy Carney
bdcf1686d8
test(searchbar): update searchbar tests to take focused ss ( #17318 )
...
- gets focus test working properly
- adds a no cancel button focus test
this should prevent the regression in #17252 in the future
2019-02-01 11:01:11 -05:00
Kyle J. Kemp
710a3498a5
docs(modal): fix typo with returning header ( #17333 )
2019-02-01 10:58:52 -05:00
Liam DeBeasi
a584f6e6da
fix(platform): add additional check for safari PWA
2019-02-01 09:36:57 -05:00
Liam DeBeasi
cf2b2b370a
feat(platform): add mobileweb platform
2019-02-01 08:43:32 -05:00
Josh Thomas
a4150010a8
fix(react): duplicate events being fired in ionic/react ( #17321 )
2019-01-30 12:55:38 -06:00
Abdelaziz Bennouna
c87867caef
fix(searchbar): hide search icon when focused with cancel button ( #17260 )
...
fixes #17252
2019-01-30 12:12:30 -05:00
Mike Hartington
9ba9275d28
docs(): update incorrect links
2019-01-30 11:21:09 -05:00
Mike Hartington
78005089e4
docs(): rebuilding
2019-01-30 10:53:24 -05:00
Mike Hartington
d169ebdf6d
docs(): rebuild docs
2019-01-30 10:41:21 -05:00
lpmi-13
3aca00e53a
docs(react): fix typo
...
Closes #17243
2019-01-30 10:32:42 -05:00
Mike Hartington
c05dfb8244
docs(): update links
...
Ref #17256
2019-01-30 10:28:06 -05:00
Adam Bradley
af9cb46575
docs(ng): update angular test readme
...
Closes #17212
2019-01-30 09:50:52 -05:00
Elian Cordoba
bb05c6e84d
docs(segment) add example for default Value
...
Closes #17275
2019-01-30 09:47:06 -05:00
Manu Mtz.-Almeida
74ce34fa68
fix(range): chrome bug with will-change
2019-01-28 18:42:51 +01:00