octicon-git-branch(16/) Commit Graph

43 Commits

Author SHA1 Message Date
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 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
2349dc71be docs(loading): update breaking doc to show new loading usage (#17431) 2019-02-07 16:40:21 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
b31b9f45de docs(breaking): add breaking changes and copy editing (#17214)
- adds col auto to grid
- updates overlays to point to the same usage
- copy editing
- adds more info on the tabs changes
- documents event changes closes ionic-team/ionic-docs#258
- update nav event documentation

references #16819
2019-01-23 15:25:11 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Matthew Harris
3dac7bb7af docs(typo): fortunatelly / fortunately (#17108) 2019-01-14 16:57:19 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
b6fd440d34 docs(breaking): update breaking change on tabs (#16707) 2018-12-12 17:40:15 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
3e15402408 docs(tabs): Add changes after refactor (#16699) 2018-12-12 15:06:27 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
0df9f896b4 docs(breaking): add show-when and hide-when to breaking (#16463)
closes #15776 closes #16214
2018-11-27 11:34:35 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
256745cd1e feat(segment): adds scrollable and layout props and updates to follow the spec (#16273)
Adds the ability to apply a layout to the segment button in order to better match the Material Design spec, updates the design and UI to match the spec more, and separates the segment button styles back into the proper directory.

- moves the segment button css back into segment-button directory
- updates the design to match the MD spec better
- adds layout property to match MD spec
- adds custom properties for better styling
- allows for overscroll / scrolling tabs via scrollable attribute
- changes the indicator to a div - will need to animate it
- updates e2e tests and add spec test

fixes #16232 fixes #16081
references #14853

BREAKING CHANGES

Segment Button now requires the text to be wrapped in an `ion-label` element for improved styling.

*Old usage:*

 ```html
<ion-segment-button>
  Item One
</ion-segment-button>
```
 *New usage:*

 ```html
<ion-segment-button>
  <ion-label>Item One</ion-label>
</ion-segment-button>
```

Note: this will not technically break your app, but the styles may look wrong.
2018-11-15 12:22:35 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Cam Wiegert
91f07bc097 refactor(chip): update styles, remove chip-icon and chip-button (#16264)
This reimplements chip, removing the extraneous chip-button and chip-icon components and updating the design to match the updated Material Design spec.
2018-11-08 14:58:29 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
1a70a93904 docs(breaking): update colors to core css (#16110) 2018-10-26 14:46:19 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
64b52b54e4 feat(menu): add new lifeycle events 2018-10-09 09:53:44 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Daniel Sogl
7f5c35790c docs(menu-controler): fix typo (#15669) 2018-09-24 11:45:26 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Vahid Naderi
5f3c7cd755 fix(docs): add missed menu title in the list (#15300) 2018-08-24 03:43:31 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
43da37f945 chore(): update BREAKING 2018-08-13 18:32:24 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
270ece0b5e refactor(loading): remove dismissOnPageChange
closes #14930
2018-08-12 18:38:30 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
3ada858246 docs(content): breaking resize()
fixes #14875
2018-08-12 01:19:00 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
c2cc07e24e docs(content): breaking
fixes #15106
2018-08-12 01:19:00 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
6e3e07bc8b fix(all): improve text customization 2018-08-10 00:36:07 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
997cda0667 refactor(scroll): merge into ion-content 2018-08-10 00:07:08 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
b91a7069b2 docs(infinite-scroll): update docs for disabling infinite scroll
updates the breaking changes, usage, and test

closes #14908
2018-07-27 14:53:15 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
39bbbd1f2f docs(breaking): remove extra ` 2018-07-26 19:23:12 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
39a4e87a7b docs(breaking): update breaking changes to include the global CSS
references #14878 references ionic-team/ionic-docs#54
2018-07-26 19:15:04 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
f1826a6efc fix(refresher): default to disabled false, add to breaking changes
also updates the preview demo to add to the top of the list on pull to
refresh

fixes #14879
2018-07-26 16:20:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
8ec8d06a6d docs(breaking): add css utilities and link to migration guide
Also remove Sass variable references

references #14798
2018-07-24 11:10:08 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
073f45c94b docs(breaking): add link to migration linter 2018-07-23 17:26:39 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
ea7d09b41e docs(breaking): update modal examples 2018-07-13 15:14:25 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Shank
962f7ea522 docs(breaking): add breaking change to modal create method arguments (#14756)
* Add changes in modal to breaking change doc

* fixes to new usage
2018-07-13 15:10:54 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
26e67e74c5 docs(breaking): derp icon should be label 2018-07-10 14:43:03 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
4956d6d305 docs(breaking): update breaking changes to include tabs properties
closes #14745
2018-07-10 14:42:10 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
mburger81
0deeede683 docs(breaking): add ion-label new position attribute (#14708) 2018-07-05 11:29:47 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
949d93e078 fix(icon): target element for style and add to breaking 2018-06-26 17:59:41 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
30646d8ad0 docs(breaking): update the usage headings for overlays 2018-06-19 10:45:07 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Chris Griffith
79ebbd0cba docs(breaking): update Datetime example (#14612)
Updated the Datetime entry to reflect the correct package name
2018-06-18 15:04:54 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
518594bcc4 docs(breaking): update breaking changes to include overlays
closes #14633
2018-06-18 12:05:32 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
9c2b86acdd docs(grid): update API docs and add to breaking changes 2018-06-18 11:54:08 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Daniel Sogl
1143905261 docs(): fix spelling in breaking docs
Closes #14327
2018-05-21 10:14:54 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
b8c87c453a docs(breaking): add navbar and back button, alphabetize 2018-04-22 14:11:57 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
20a8eec992 docs(item): update item documentation and add usage 2018-04-18 11:58:21 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
a203534b27 fix(fab): fix fab activation 2018-04-11 20:58:01 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
3a2c90416c docs(breaking): add item options breaking changes 2018-04-11 11:26:00 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
2bfcc4f0a9 docs(breaking): fix markdown to use bold properly 2018-04-09 11:25:36 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
dc326c3887 chore(angular): move breaking changes document to angular directory 2018-04-05 13:03:35 -04:00 octicon-file-diff(16/) octicon-file-code(16/)