| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-16 | chore(doc-gen): new docs | Peter Bacon Darwin | |
| chore(doc-gen): implement dgeni | |||
| 2014-01-21 | chore(docs): add spacing to tutorial buttons | Jan Hancic | |
| Added 5px of right margin to tutorial buttons (Previous, Live demom ...). Closes #5901 | |||
| 2014-01-06 | chore(docs): remove uppercase heading styling | Matias Niemelä | |
| Closes #5593 | |||
| 2013-12-17 | docs(css): improve definition table style | Sharon DiOrio | |
| Text in definition tables are now aligned to the top of the cell. These are used in the API index page and makes it cleared what headings match what content. Closes #5286 | |||
| 2013-12-09 | docs(design): guide index formatting | Andy Ferra | |
| Just my first pass at a more readable format of the guide index. Note: the styles apply to all content in the docs, not just the guide index. This is intentional and I feel that the result is positive. | |||
| 2013-11-06 | docs(guide/providers): add providers documentation | Brian Ford | |
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-10-22 | fix(ngdocs): remove the side search bar | Matias Niemelä | |
| BREAKING CHANGE The side search bar on the docs page has been removed in favor of the top search bar. | |||
| 2013-10-10 | chore(ngdocs): improve the side search animation effects | Matias Niemelä | |
| 2013-09-26 | docs(minerr): fix bad line wrap due to errand nowrap in CSS | Brian Ford | |
| 2013-09-25 | docs(docs.css): prevent `<code>` elements from wrapping | Misha Moroshko | |
| Closes #4114 | |||
| 2013-08-30 | fix(guide) broken title overflow in navlist | gdi2290 | |
| 2013-08-23 | fix($animate): skip ngAnimate animations if the provided element already has ↵ | Matias Niemelä | |
| transitions/durations attached to it Closes #3587 | |||
| 2013-08-16 | fix(docs): wrap error message text inside box | Ken Sheedlo | |
| 2013-07-31 | docs(header): replace logo.png with logo.svg | Brenton | |
| The current logo looks awful on high-density displays. SVG is a better choice because it can scale to any resolution without increasing file size. Amending #2775 to add support for IE 8 by falling back to existing PNG with img.onerror Using relative URLs as directed by @btford and @petebacondarwin. (commit by Brenton Simpson - @appsforartists) Closes #2874 | |||
| 2013-07-29 | chore(ngdocs): all animation-supported directives working with docs examples ↵ | Matias Niemelä | |
| and jsFiddle/Plunkr pages | |||
| 2013-07-27 | fix(docs): fix margin around nav-list items | Ken Sheedlo | |
| Closes #3363 | |||
| 2013-07-26 | chore(ngdocs): fix docs search to properly hide the X button when collapsed | Matias Niemelä | |
| 2013-07-26 | fix(ngInclude): $animate refactoring + use transclusion | Matias Niemelä | |
| BREAKING CHANGE: previously ngInclude only updated its content, after this change ngInclude will recreate itself every time a new content is included. This ensures that a single rootElement for all the included contents always exists, which makes definition of css styles for animations much easier. | |||
| 2013-07-26 | feat(ngAnimate): complete rewrite of animations | Matias Niemelä | |
| - ngAnimate directive is gone and was replaced with class based animations/transitions - support for triggering animations on css class additions and removals - done callback was added to all animation apis - $animation and $animator where merged into a single $animate service with api: - $animate.enter(element, parent, after, done); - $animate.leave(element, done); - $animate.move(element, parent, after, done); - $animate.addClass(element, className, done); - $animate.removeClass(element, className, done); BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions | |||
| 2013-07-24 | docs(minErr): Build minErr doc site | Ken Sheedlo | |
| 2013-07-18 | chore(ngdocs): fix improve button overlap | Matias Niemelä | |
| 2013-07-12 | chore(ngdoc): wrap all pages inside of a container tag for easy styling | Matias Niemelä | |
| 2013-07-12 | style(ngdocs): fix minor CSS issues | Alex Olshansky | |
| 2013-07-11 | feat(ngDocs): add links to source for API | Julien Bouquillon | |
| - add tests - the link points to the gruntUtil.getVersion().number tree on github | |||
| 2013-06-18 | chore(ngdocs): provide test code for lunr search in docs | Matias Niemelä | |
| 2013-06-17 | feat(ngdocs): provide support for user to jump between different versions of ↵ | Matias Niemelä | |
| the angularjs documentation | |||
| 2013-06-17 | feat(ngdocs): support popover, foldouts and foldover annotations | Matias Niemelä | |
| 2013-06-06 | chore(ngdocs): setup bower as the package manager for the docs pages | Matias Niemelä | |
| 2013-05-21 | docs(tutorial): fix the float issue with the improve docs button | Matias Niemelä | |
| 2013-05-16 | chore(docs): fix syntax error in docs.css | Igor Minar | |
| 2013-05-16 | feat(ngdocs): Add FullText search to replace Google search in docs | Matias Niemelä | |
| 2013-05-13 | feat(ngdocs): external links to github, plunkr and jsfiddle available for ↵ | Matias Niemelä | |
| code examples | |||
| 2013-05-13 | chore(ngdocs): update to new version of FontAwesome | Matias Niemelä | |
| 2013-05-08 | chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active | Matias Niemelä | |
| BREAKING CHANGE: css classes foo-setup/foo-start become foo/foo-active The CSS transition classes have changed suffixes. To migrate rename .foo-setup {...} to .foo {...} .foo-start {...} to .foo-active {...} or for type: enter, leave, move, show, hide .foo-type-setup {...} to .foo-type {...} .foo-type-start {...} to .foo-type-active {...} | |||
| 2013-05-08 | feat(ngdocs): add variable type hinting with colors | Matias Niemelä | |
| 2013-04-11 | fix(ngdocs): improve the animations used in the docs menu | Matias Niemelä | |
| 2013-04-03 | docs: add animations into docs and directive examples | Matias Niemelä | |
| 2013-03-15 | feat(docs): Add Improve this doc link in each doc page, which links to the ↵ | Shyam Seshadri | |
| edit mode of that file in github | |||
| 2012-08-27 | doc(guide): add concepts | Misko Hevery | |
| 2012-08-06 | docs(styles): fix the cog icon alignment | Igor Minar | |
| 2012-06-15 | fix(doc) firefox icon rendering | Misko Hevery | |
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
