435 Commits

Author SHA1 Message Date
d24b080cb7 fix(range): fix styling on range, add demo
references #5422
2016-05-31 14:37:43 -04:00
6bd91f02a3 fix(popover): position MD popover on top of element clicked
fixes #6683
2016-05-31 13:40:36 -04:00
d563aa65a3 refactor(events): rename all Ionic events to start with ion
BREAKING CHANGES:

Renamed all Ionic events to start with `ion`. The following events were
renamed:

- **Checkbox**
  - `change` -> `ionChange`
- **DateTime**
  - `change` -> `ionChange`
  - `cancel` -> `ionCancel`
- **InfiniteScroll**
  - `infinite` -> `ionInfinite`
- **Menu**
  - `opening` -> `ionDrag`
  - `opened` -> `ionOpen`
  - `closed` -> `ionClose`
- **Option**
  - `select` -> `ionSelect`
- **Picker**
  - `change` -> `ionChange`
- **RadioButton**
  - `select` -> `ionSelect`
- **RadioGroup**
  - `change` -> `ionChange`
- **Refresher**
  - `refresh` -> `ionRefresh`
  - `pulling` -> `ionPull`
  - `start` -> `ionStart`
- **Searchbar**
  - `input` -> `ionInput`
  - `blur` -> `ionBlur`
  - `focus` -> `ionFocus`
  - `cancel` -> `ionCancel`
  - `clear` -> `ionClear`
- **Segment**
  - `change` -> `ionChange`
  - `select` -> `ionSelect`
- **Select**
  - `change` -> `ionChange`
  - `cancel` -> `ionCancel`
- **Slides**
  - `willChange` -> `ionWillChange`
  - `didChange` -> `ionDidChange`
  - `move` -> `ionDrag`
- **TabButton**
  - `select` -> `ionSelect`
- **Tab**
  - `select` -> `ionSelect`
- **Tabs**
  - `change` -> `ionChange`
- **Toggle**
  - `change` -> `ionChange`

Closes #6568
2016-05-31 12:01:46 -04:00
4db72cfc2c feat(popover): fix long popovers that go off the page
Allow popovers to be of dynamic height and only cut them off when they
exceed the height of the body. Clean up styles for each mode.

references #5420
2016-05-25 12:12:18 -04:00
ff1680c26f docs(popover): update config docs to include popover transitions
fix demos so the dot ripple displays correctly

references #5420
2016-05-24 14:13:09 -04:00
04a59d27a2 docs(demos): add popover API demo, tweak e2e demo
references #5420
2016-05-24 14:07:03 -04:00
6592981aac test: fix all tests to remove app.getComponent 2016-05-20 21:07:29 -04:00
2b836a930f chore(tests): correct components to use src path instead of ionic to ensure karma tests pass. 2016-05-19 16:58:08 -05:00
3817c91084 chore(demos): fix the index file and sass for local demos
references #6491
2016-05-19 14:59:40 -04:00
6113daf75e fix(build): correct link in output.wp.scss file to old ionic directory. 2016-05-19 13:32:11 -05:00
c8f760f080 chore(build): rename ionic directory to src and update all references in the build process. 2016-05-19 13:22:40 -05:00
8598a2e2d2 fix(picker): use sanitizer on translate3d css prop 2016-05-19 11:06:30 -05:00
afd7cffbf1 docs(demos): datetime formatting updates 2016-05-17 09:12:05 -05:00
80bd1388a9 docs(demos): remove the time period from the paris time 2016-05-16 17:58:16 -04:00
d63b8ee635 docs(demos): fix datetime demo
references #5010
2016-05-16 17:16:59 -04:00
8935a6dda1 docs(datetime): update demo for datetime
references #5010
2016-05-16 16:38:39 -04:00
ea21c6ca3c chore(angular): update to angular 2.0.0-rc.1 2016-05-16 14:55:08 -05:00
ba2826068f docs(datetime): add docs for datetime and demos
references #5010
2016-05-16 11:51:18 -04:00
81cb0ff997 docs(config): update config docs to include a description for each property
also updated the demo to use quotes around the values.

references driftyco/ionic-site#585
2016-05-11 12:53:56 -04:00
b1c7985252 docs(demos): add disabled radio to the demo 2016-05-10 18:22:48 -04:00
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
6f525d1bd8 docs(demos): update demos to use ion-grid
references #6238
2016-04-26 13:33:29 -04:00
a00fe76000 docs(demos): add action sheet interface to select demo
references driftyco/ionic-site/#568
2016-04-22 17:10:21 -04:00
2255513205 refactor(blur): remove blur component
BREAKING CHANGES: blur component has been removed

fixes #6272
2016-04-21 17:35:34 -04:00
a41c725337 Fix typo 2016-04-20 22:03:53 -03:00
dd5d4480f8 docs(demos): add API toast demo 2016-04-20 17:56:22 -04:00
8b55812ec0 docs(demos): remove user agent from platform demo 2016-04-18 17:32:48 -04:00
faf634ceab docs(demos): update platform demo so iOS is first 2016-04-18 11:22:09 -04:00
cef019c66f docs(demos): update show-hide-when demos to include windows
also added the code used to the demo
2016-04-18 11:18:54 -04:00
617d36d42c docs(demos/localStorage): only display allowed keys
Related: https://github.com/driftyco/ionic-site/issues/453
2016-04-16 17:36:36 -05:00
4897f02c11 docs(demos): update platform demo to include windows
add styling to the code blocks to differentiate them more visually
2016-04-15 17:08:06 -04:00
918aa456da docs(demos): update loading API demo 2016-04-12 12:39:35 -04:00
f096cf656f docs(demos): update loading indicator demo and e2e
references #5426
2016-04-04 23:25:42 -04:00
d21a682bad docs(loading): remove the enableBackdropDismiss and update demo
references #5426
2016-04-01 13:37:47 -04:00
3bce7ba2dc docs(demos): add API demos for loading indicator
references #5426
2016-04-01 13:14:06 -04:00
17c38862cc fix(Nav): fixes swipeBackEnabled as attribute
closes #5653
2016-03-18 16:04:28 +01:00
a0d068dae0 docs(demos): update gulp file and API demos to include windows theme 2016-03-10 23:04:13 -05:00
1af75225cb docs(demos) make destructive button top button 2016-03-01 23:55:47 -06:00
5ca2a55f14 docs(refresher): update API docs for refresher and demo
references #5207
2016-03-01 12:08:01 -05:00
1f3db2ad1e docs(demos): update config to move config JS in index 2016-03-01 11:10:33 -05:00
f0e7a69a90 docs(demos): fix refresher and infinite scroll demo to use the injectable in index 2016-03-01 11:10:33 -05:00
487da57e37 docs(demos): change apostrophes to quotes to make Adam happy
references nothing
2016-02-29 20:25:45 -05:00
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -05:00
9b8d5bc55a docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
2016-02-29 18:47:30 -05:00
ce8eb5ba3b docs(demos): add infinite scroll demo
references driftyco/ionic-site#453
2016-02-29 18:44:09 -05:00
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -05:00
834d6c690e docs(demos): remove inline styling from segment API demo
references driftyco/ionic-site#453
2016-02-29 16:15:29 -05:00
1bb51c2e26 chore(refresher): rename "endRefreshing" to "complete" 2016-02-29 14:44:15 -06:00
d3cdcc5fe2 demos: remove custom animation on alert and actionsheet for now and add padding to alert 2016-02-28 17:59:40 -06:00
af8537b726 Merge pull request #5632 from jgw96/patch-2
docs(demos): padding on action content
2016-02-27 20:33:56 -06:00