Brandy Carney
|
f8d1103eca
|
docs(input): add clear input example to demo and update doc to reflect
closes driftyco/ionic-site#618
|
2016-06-02 15:35:05 -04:00 |
|
Brandy Carney
|
fc819dd9c4
|
feat(range): add ability to add labels to the left/right of range
using `range-left` and `range-right` inside of `ion-range` will place
the element to the left or right of the range.
references #5422
|
2016-05-31 20:11:09 -04:00 |
|
Brandy Carney
|
e9d0c4569f
|
Merge branch 'ion-range' into 2.0
|
2016-05-31 18:47:58 -04:00 |
|
Brandy Carney
|
f7cf378042
|
docs(range): add API docs for range
references #5422
|
2016-05-31 17:09:07 -04:00 |
|
Adam Bradley
|
8a920a24a5
|
Merge branch 'bootstrap-refactor' into 2.0
|
2016-05-31 15:50:21 -05:00 |
|
Adam Bradley
|
774ab83637
|
demos(bootstrap): update to use ionicBootstrap
|
2016-05-31 15:49:56 -05:00 |
|
Brandy Carney
|
d24b080cb7
|
fix(range): fix styling on range, add demo
references #5422
|
2016-05-31 14:37:43 -04:00 |
|
Brandy Carney
|
6bd91f02a3
|
fix(popover): position MD popover on top of element clicked
fixes #6683
|
2016-05-31 13:40:36 -04:00 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
04a59d27a2
|
docs(demos): add popover API demo, tweak e2e demo
references #5420
|
2016-05-24 14:07:03 -04:00 |
|
Brandy Carney
|
6592981aac
|
test: fix all tests to remove app.getComponent
|
2016-05-20 21:07:29 -04:00 |
|
Josh Thomas
|
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 |
|
Brandy Carney
|
3817c91084
|
chore(demos): fix the index file and sass for local demos
references #6491
|
2016-05-19 14:59:40 -04:00 |
|
Josh Thomas
|
6113daf75e
|
fix(build): correct link in output.wp.scss file to old ionic directory.
|
2016-05-19 13:32:11 -05:00 |
|
Josh Thomas
|
c8f760f080
|
chore(build): rename ionic directory to src and update all references in the build process.
|
2016-05-19 13:22:40 -05:00 |
|
Adam Bradley
|
8598a2e2d2
|
fix(picker): use sanitizer on translate3d css prop
|
2016-05-19 11:06:30 -05:00 |
|
Adam Bradley
|
afd7cffbf1
|
docs(demos): datetime formatting updates
|
2016-05-17 09:12:05 -05:00 |
|
Brandy Carney
|
80bd1388a9
|
docs(demos): remove the time period from the paris time
|
2016-05-16 17:58:16 -04:00 |
|
Brandy Carney
|
d63b8ee635
|
docs(demos): fix datetime demo
references #5010
|
2016-05-16 17:16:59 -04:00 |
|
Brandy Carney
|
8935a6dda1
|
docs(datetime): update demo for datetime
references #5010
|
2016-05-16 16:38:39 -04:00 |
|
Adam Bradley
|
ea21c6ca3c
|
chore(angular): update to angular 2.0.0-rc.1
|
2016-05-16 14:55:08 -05:00 |
|
Brandy Carney
|
ba2826068f
|
docs(datetime): add docs for datetime and demos
references #5010
|
2016-05-16 11:51:18 -04:00 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
b1c7985252
|
docs(demos): add disabled radio to the demo
|
2016-05-10 18:22:48 -04:00 |
|
Adam Bradley
|
4b36c3430d
|
chore(angular): update to angular 2.0.0-rc.1
|
2016-05-05 10:45:49 -07:00 |
|
Brandy Carney
|
6f525d1bd8
|
docs(demos): update demos to use ion-grid
references #6238
|
2016-04-26 13:33:29 -04:00 |
|
Brandy Carney
|
a00fe76000
|
docs(demos): add action sheet interface to select demo
references driftyco/ionic-site/#568
|
2016-04-22 17:10:21 -04:00 |
|
Brandy Carney
|
2255513205
|
refactor(blur): remove blur component
BREAKING CHANGES: blur component has been removed
fixes #6272
|
2016-04-21 17:35:34 -04:00 |
|
Mariano Conti
|
a41c725337
|
Fix typo
|
2016-04-20 22:03:53 -03:00 |
|
Brandy Carney
|
dd5d4480f8
|
docs(demos): add API toast demo
|
2016-04-20 17:56:22 -04:00 |
|
Brandy Carney
|
8b55812ec0
|
docs(demos): remove user agent from platform demo
|
2016-04-18 17:32:48 -04:00 |
|
Brandy Carney
|
faf634ceab
|
docs(demos): update platform demo so iOS is first
|
2016-04-18 11:22:09 -04:00 |
|
Brandy Carney
|
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 |
|
Drew Rygh
|
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 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
918aa456da
|
docs(demos): update loading API demo
|
2016-04-12 12:39:35 -04:00 |
|
Brandy Carney
|
f096cf656f
|
docs(demos): update loading indicator demo and e2e
references #5426
|
2016-04-04 23:25:42 -04:00 |
|
Brandy Carney
|
d21a682bad
|
docs(loading): remove the enableBackdropDismiss and update demo
references #5426
|
2016-04-01 13:37:47 -04:00 |
|
Brandy Carney
|
3bce7ba2dc
|
docs(demos): add API demos for loading indicator
references #5426
|
2016-04-01 13:14:06 -04:00 |
|
Manu Mtz.-Almeida
|
17c38862cc
|
fix(Nav): fixes swipeBackEnabled as attribute
closes #5653
|
2016-03-18 16:04:28 +01:00 |
|
Brandy Carney
|
a0d068dae0
|
docs(demos): update gulp file and API demos to include windows theme
|
2016-03-10 23:04:13 -05:00 |
|
Justin Willis
|
1af75225cb
|
docs(demos) make destructive button top button
|
2016-03-01 23:55:47 -06:00 |
|
Brandy Carney
|
5ca2a55f14
|
docs(refresher): update API docs for refresher and demo
references #5207
|
2016-03-01 12:08:01 -05:00 |
|
Brandy Carney
|
1f3db2ad1e
|
docs(demos): update config to move config JS in index
|
2016-03-01 11:10:33 -05:00 |
|
Brandy Carney
|
f0e7a69a90
|
docs(demos): fix refresher and infinite scroll demo to use the injectable in index
|
2016-03-01 11:10:33 -05:00 |
|
Brandy Carney
|
487da57e37
|
docs(demos): change apostrophes to quotes to make Adam happy
references nothing
|
2016-02-29 20:25:45 -05:00 |
|
Brandy Carney
|
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 |
|
Brandy Carney
|
9b8d5bc55a
|
docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
|
2016-02-29 18:47:30 -05:00 |
|