5585 Commits

Author SHA1 Message Date
dbfc79b63a docs(avatar): fix typo (#9965)
place to placed
2017-01-11 16:22:35 -05:00
0414ac55ba docs(changelog): unsmarten quotes on sw-toolbox dep (#9966) 2017-01-11 16:22:01 -05:00
2dcf49773e docs(menu): update menu docs
Closes https://github.com/driftyco/ionic-site/issues/951
2017-01-11 15:57:28 -05:00
efb07724a7 chore(ionic): release rc.5 2017-01-11 12:04:02 -05:00
2c6d63cb72 docs(demos): update colors for API demos v2.0.0-rc.5 2017-01-11 11:22:28 -05:00
2f074b408c docs(hide-when): add hide-when demo back 2017-01-11 11:16:58 -05:00
4224e903db docs(input): add example for ion-textarea 2017-01-10 15:13:52 -05:00
f6cabcdbc7 test(tabs): fix ngc error in advanced test 2017-01-10 15:06:03 -05:00
9a497eef5b test(clickblock): add new tests for minDuration 2017-01-10 13:05:24 -06:00
e9adab0114 fix(platform): only set isPortrait when the width/height is set 2017-01-10 13:46:12 -05:00
Job
c8150748da docs(slides): deprecation notice typo's (#9932) 2017-01-10 13:43:27 -05:00
10cfb3cca0 test(clickblock): add new tests for minDuration 2017-01-10 11:34:44 -06:00
7f06830187 doc(navParams): update links to push and nav
Closes https://github.com/driftyco/ionic-site/issues/957
2017-01-10 12:07:37 -05:00
1071be700d test(app): fix failing clickblock tests (#9938) 2017-01-10 12:03:33 -05:00
4461227102 chore(clickblock): comment out test css 2017-01-10 09:30:21 -06:00
8ca9797c0f fix(clickblock): add NavOptions.minClickBlockDuration
* feat(clickblock): ability to set a minimum duration for click block

* fix(clickblock): add NavOptions.minClickBlockDuration
2017-01-09 16:44:37 -06:00
3f164237ae docs(slides): fix docs 2017-01-09 14:38:58 -05:00
9a00af34e3 docs(menu): fix typos in menu-controller.ts (#9923)
Typo errors.
2017-01-09 13:06:11 -05:00
755524abc7 chore(build): run a 'clean' before running 'validate'
run a 'clean' before running 'validate'
2017-01-09 10:16:31 -06:00
7000b1b173 refactor: improve tree shaking abilities
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.

BREAKING CHANGES

ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
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
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
717cada8ed fix(input): only add padding right if it has clear input
fixes #9865
2017-01-04 13:28:25 -05:00
14eb2fde1d fix(scroll): handle low duration in scrollTo 2017-01-04 09:56:59 -06:00
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
3f1e59408e docs(fab): fix fab demo
closes driftyco/ionic-site#947
2017-01-03 17:51:19 -05:00
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
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
cd342c29d4 fix(show-hide-when): remove whitespaces from conditions before check phase (#9573) 2017-01-03 11:16:49 -05:00
3643803230 docs(popover): update popover markup (#9836) 2017-01-03 11:05:23 -05:00
0611778424 docs(changelog): add step to uninstall CLI (#9817) 2016-12-29 18:42:59 -05:00
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
95072c82d2 chore(changelog): recommend latest version of storage (#9752) 2016-12-21 16:04:30 -05:00
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
fd9e406403 test(datetime): add missing declaration 2016-12-21 10:08:09 -05:00
7e975ce472 chore(issue_template): update to rc4 plunker 2016-12-20 16:49:58 -06:00
fd1b6838e8 docs(note): add note docs 2016-12-19 14:21:42 -05:00
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
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
22ba043c53 fix(input): remove click events from disabled inputs (#9676)
fixes #9070
2016-12-19 10:50:24 -05:00
877fcf178d fix(input): fix the text jumping for stacked/floating inputs on iOS
fixes #9605
2016-12-16 12:43:17 -05:00
a4ce9195af chore(ionic): release rc.4 2016-12-15 11:18:41 -05:00
4b279b5101 test(nav): update nav tests to not navigate automatically v2.0.0-rc.4 2016-12-14 16:58:47 -05:00
c38bc42425 test(img): fix img tests 2016-12-14 15:35:11 -06:00
97ec20e422 fix(ripple): disable ripple on android 4.4 with chrome 2016-12-14 14:38:26 -06:00
e80f4cf88d fix(input): prevent exception when input components outside Content 2016-12-14 14:27:19 -06:00
4f61ea5f9b fix(img): use img tag due to cordova limitations 2016-12-14 14:17:16 -06:00
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
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
fd1f8c06bf test(img): add more img tests 2016-12-12 10:48:47 -06:00