Commit Graph

5565 Commits

Author SHA1 Message Date
Alexander Schmidt
13cf6a6cb7 docs(menu-toggle): fix broken link
path correction in description 
old -> nav/NavBar
new -> navbar/Navbar
2017-01-04 11:50:32 -08:00
Carsten Baumhögger
472e8bc180 docs(nav-controller): fix escape char in Lifecycle table
the pipe before `Promise` adds a new column to the table which makes it push the description to a narrow column. Tried to fix it with replacing the pipe by the HTML ASCII pipe char.
2017-01-04 11:49:41 -08:00
Brandy Carney
717cada8ed fix(input): only add padding right if it has clear input
fixes #9865
2017-01-04 13:28:25 -05:00
Mike Hartington
14eb2fde1d fix(scroll): handle low duration in scrollTo 2017-01-04 09:56:59 -06:00
Justin Willis
64346bd00b fix(list): add border to last item in MD list (#9679)
* fix(list): fixes #9619

* chore(list): make my sass legit

* chore(list): remove from ios and wp css
2017-01-03 18:11:35 -05:00
Brandy Carney
3f1e59408e docs(fab): fix fab demo
closes driftyco/ionic-site#947
2017-01-03 17:51:19 -05:00
Justin Willis
ef24e0781f test(content): add no-bounce test (#9733)
* test(content): add no-bounce test

* chore(content): add more text

* chore(content): add more content to test
2017-01-03 12:02:47 -05:00
Brandy Carney
b69eed5220 chore(demos): update demos build task to use app-scripts (#9830)
* chore(build): WIP getting ionic working with app-scripts

the tsconfig file change is just for testing, this will need to be
undone

* chore(demos): update tsconfig and gitignore for demos

update tsconfig and gitinogre for demos

* chore(build): WIP check in progress with building with app-scripts

this only works with demos/action-sheet currently

* refactor(demos): add custom copy config

add custom copy config

* chore(tsconfig): revert root tsconfig

* chore(demos): change import paths

* chore(demos): move sass config, add new tsconfig, update template

* chore(scripts): update demos tasks to use app scripts with folder name

tweak the createTempTsConfig function to include a path to read from,
move getFolderInfo into util to share

at this point you should be able to run `gulp demos.prod` with a folder
e.g. `--f=alert` and open the index of that test to see it. Doesn’t
work yet with all of the tests at once. Need to have ran `gulp
release.prepareReleasePackage` first.

* chore(build): WIP working on getting all of the demos building

* chore(demos): update demos task for app-scripts build

* chore(demos): fix tslint errors thrown by app-scripts

* chore(demos): get the demos working with fonts and variable file

* chore(demos): add watch task to the new prod task

* chore(demos): remove old demos.prod file and rename new one to it

* chore(npm): remove build npm script

* chore(demos): only log component name in url if one was passed
2017-01-03 10:23:14 -06:00
Russian Rebouças
cd342c29d4 fix(show-hide-when): remove whitespaces from conditions before check phase (#9573) 2017-01-03 11:16:49 -05:00
Ibby Hadeed
3643803230 docs(popover): update popover markup (#9836) 2017-01-03 11:05:23 -05:00
Glauco Custódio
0611778424 docs(changelog): add step to uninstall CLI (#9817) 2016-12-29 18:42:59 -05:00
Radwan Diab
b900aa5f78 docs(changelog): add typescript to devDependencies (#9788)
"devDependencies": {
    "@ionic/app-scripts": "0.0.48",
   
  }
should be
 "devDependencies": {
    "@ionic/app-scripts": "0.0.48",
    "typescript": "2.0.6"
  }
2016-12-28 10:41:41 -05:00
Justin Willis
95072c82d2 chore(changelog): recommend latest version of storage (#9752) 2016-12-21 16:04:30 -05:00
Brandy Carney
b1e5ea3aef Overlay dismiss fix (#9747)
* fix(loading/toast): don't call to dismiss pages if the view is an overlay

fixes #9589

* test(overlay): add tests for loading and toast with view events

* test(datetime): add missing declaration
2016-12-21 09:39:08 -06:00
Brandy Carney
fd9e406403 test(datetime): add missing declaration 2016-12-21 10:08:09 -05:00
Justin Willis
7e975ce472 chore(issue_template): update to rc4 plunker 2016-12-20 16:49:58 -06:00
mhartington
fd1b6838e8 docs(note): add note docs 2016-12-19 14:21:42 -05:00
Brandy Carney
acba3c0538 fix(datetime): enable custom day values (#9708)
* fix(datetime): dayValues attribute

fixes #7190

* fix(datetime): default to the first year if the current year doesn't exist

When the current year does not exist in yearValues, it was disabling
months when it shouldn’t - this commit fixes that so all of the months
are enabled.

Closes #7190

* fix(datetime): only set the year to the first option if yearCol exists
2016-12-19 14:19:17 -05:00
AndreasGassmann
f58337278d chore(changelog): add breaking change to events in rc4 (#9693)
The documentation was updated here: cdf5dd71cd
2016-12-19 10:51:57 -05:00
Justin Willis
22ba043c53 fix(input): remove click events from disabled inputs (#9676)
fixes #9070
2016-12-19 10:50:24 -05:00
Brandy Carney
877fcf178d fix(input): fix the text jumping for stacked/floating inputs on iOS
fixes #9605
2016-12-16 12:43:17 -05:00
Brandy Carney
a4ce9195af chore(ionic): release rc.4 2016-12-15 11:18:41 -05:00
Brandy Carney
4b279b5101 test(nav): update nav tests to not navigate automatically v2.0.0-rc.4 2016-12-14 16:58:47 -05:00
Adam Bradley
c38bc42425 test(img): fix img tests 2016-12-14 15:35:11 -06:00
Mike Hartington
97ec20e422 fix(ripple): disable ripple on android 4.4 with chrome 2016-12-14 14:38:26 -06:00
Josep Sayol
e80f4cf88d fix(input): prevent exception when input components outside Content 2016-12-14 14:27:19 -06:00
Adam Bradley
4f61ea5f9b fix(img): use img tag due to cordova limitations 2016-12-14 14:17:16 -06:00
Brandy Carney
1f83cde78b chore(demos): update demos to work
* chore(demos): WIP refactor gulp demos task to use SystemJS

move build files into dist/demos and comment out the AoT demos task for
right now. This makes both `gulp demos` and `gulp demos.watch`work
again.

references #8411

* docs(demos): fix infinite scroll demo

* chore(demos): move old demos task to demos.prod

update the demos file with shared tasks, include the shared css

* docs(demos): fix API demos to use correct styles

* chore(demos): remove the main.ts files from each demo

* chore(demos): add prod template and constant

* chore(demos): remove tsconfig and package from demos

* chore(demos): update app.module path to ionic

* chore(demos): update app.module path to ionic

* chore(demos): update prod task for demos to work with AoT

also puts the demo build files into dist/ instead of the src directory

* docs(demos): update deploy and docs tasks for new build

* docs(scripts): update demos README

* chore(demos): fix path for prod build
2016-12-13 12:56:22 -06:00
Brandy Carney
3701ee5e37 refactor(toolbar): move the ios border to the toolbar background
This places the border on the last toolbar inside of a header and the
first toolbar inside of a footer in order to animate the border
properly in a page transition.

Fixes #9595
2016-12-12 16:28:45 -05:00
Adam Bradley
fd1f8c06bf test(img): add more img tests 2016-12-12 10:48:47 -06:00
Adam Bradley
5376318f3d fix(img): move img requests out of web workers
Due to iOS Cordova WKWebView limitations, ion-img is not able to use
web workers for XMLHttpRequests.
2016-12-12 10:02:56 -06:00
Adam Bradley
8867677742 feat(content): add properties for img request/render buffers 2016-12-12 09:44:29 -06:00
Adam Bradley
7c70bdff15 chore(gulp): remove worker tasks 2016-12-12 09:43:39 -06:00
mhartington
534e47be7c docs(button): add note for click handlers 2016-12-12 10:30:05 -05:00
Adam Bradley
79eb2de0e3 docs(virtual-scroll): update performance tips 2016-12-11 21:32:25 -06:00
Adam Bradley
5bbbfb2b00 fix(scroll): fix js scrolling max and deceleration on touch start 2016-12-09 22:29:12 -06:00
Adam Bradley
c510100ca1 fix(scroll): fix content dimensions for js scrolling 2016-12-09 21:06:22 -06:00
mhartington
0e081583a8 docs(deepLinker): fix spelling
Closes #9477
2016-12-09 17:01:00 -05:00
Adam Bradley
f051bba390 chore(img): add worker comments and watch task 2016-12-09 12:00:31 -06:00
Adam Bradley
76ff421d6e fix(virtual-scroll): ensure listeners added after init read 2016-12-09 10:44:21 -06:00
Adam Bradley
d6b2a83fb1 test(virtual-scroll): add second page to vs basic 2016-12-09 10:34:09 -06:00
Adam Bradley
902a7676b4 fix(keyboard): fix keyboard tabbing context
Closes #9568
2016-12-09 08:34:12 -06:00
Manu Mtz.-Almeida
0450a4e812 test(picker): adds push() to test hardware go back 2016-12-09 10:39:40 +01:00
Adam Bradley
8c297fee33 chore(worker): create tasks for external web workers 2016-12-08 22:36:57 -06:00
Adam Bradley
ac9e9eff7e test(img): update img tests w/ relative urls and external worker 2016-12-08 22:35:17 -06:00
Adam Bradley
975eaa8aeb refactor(img): use external web worker 2016-12-08 22:32:44 -06:00
Adam Bradley
fd5dced9c0 chore(worker): remove inline worker task 2016-12-08 22:28:57 -06:00
Adam Bradley
903473e858 fix(img): fix content viewable area 2016-12-08 21:21:01 -06:00
mhartington
01ee938307 chore(): bump commit-hooks 2016-12-08 17:11:35 -05:00
mhartington
70622cf980 chore(): only run test on master branch 2016-12-08 17:00:49 -05:00