- create canvas from directive (b83f912)
- module export default name (2f22d71)
- remove canvasid (643e50b)
- reordering .bumpedrc, leaving npm publish as last instruction (9925bac)
- This patch adds an attribute that, combined with
scale='page-fit'
, (babece6), closes #128 #127 - test: fixup indentation (2f74c4b)
- test: test the zoom functions (21ff889)
- removing old angular-pdf.min.js in example folder (5553bda)
- removing version from README (75ab9ef)
- updating CONTRIBUTING file with peerDeps installation (c71fb3b)
- updating pdfjs-dist into bower.json (a0bc438)
- webpack: removing eslint and jscs loader (e1aa4ca)
- bumped: fixing preparation of gh-pages (8a6dcb2)
- webpack: fixing use of istanbul plugin only for test builds (8e6daab)
- karma: add coverage (fc1d3da)
- angular-pdf: rewrite entire module in es6 (689caf8)
- updating angularjs in example folder from 1.6.0 to 1.6.2 (68066e8)
- npm: use webpack2 instead of grunt (98cf069)
- travis: remove 0.10 test suite (85fbf1e)
- npm: update grunt to 1.0.0 (54974b6)
- npm: update grunt-bumb to 0.8.0 (2ded2d6)
- npm: update grunt-cli to 1.2.0 (e8c78d5)
- npm: update grunt-contrib-clean to 1.0.0 (d7e82d5)
- npm: update grunt-contrib-copy to 0.8.0 (ef76aa5)
- npm: update grunt-contrib-jshint to 1.1.0 (6b90075)
- npm: update grunt-contrib-uglify to 2.0.0 (c1c93d1)
- npm: update grunt-jscs to 3.0.1 (f3a688f)
- npm: update grunt-jsonlint to 1.1.0 (cea9e7a)
- npm: update grunt-karma to 2.0.0 (108c1b2)
- npm: update karma to 1.3.0 (4b5f14b)
- npm: update karma-jasmine to 1.1.0 (67d5983)
- npm: update karma-ng-html2js-preprocessor to 1.0.0 (54629dd)
- fix: removing
bower install
inpostinstall
script (a6a787b) - fix(bower): removing options in .bowerrc to avoid JSON logs (6810757)
- bower: update angular to 1.6.0 (d4fe508)
- bower: update pdfjs-dist to 1.6.414 (91d47e8)
- Release v1.4.1 (06a9001)
- fix: improving bump in grunt's task (569a12e)
- fix(dist): create new production build (46d6ef0)
- Adding node v6 to travis tests (171297e)
- Fixed deprecated getDocument call (3f06be0)
- Movng to phantomjs-prebuilt and [email protected] (4a49b6e)
- Release v1.3.1 (2b50642)
- Release v1.4.0 (f54585f)
- Updating angular to 1.5.8 and pdfjs to latest release (1.5.188) (bef9c64)
- updating CONTRIBUTING instruction (0898b7d)
- Updating version to 1.3.1 (3fd1f30)
- fix: fixed span tags in example partials (d3adb10), closes #150
- fix: removing warning in getDocument call (b56f318)
- fix(Grunt): fixing path of angular-pdf in example folder (cd22fc2)
- feat: managing onPassword requests (4bde4df)
- typo: fixed typo in tests (5091226)
- chore: moving sources to src folder (cabc428)
- chore: using minified copy of directive in example (54367d8)
- script: changing Gruntfile to use src folder (691f7c9)
- docs: remove year from license note (be1ab8c)
- docs: update year in license (ef0a9f4)
- 🐛 fix: correct spelling (e52dac8)
- Correction of a typo (00f9da9)
- Documentation about the $scope.httpHeaders option (71edd76)
- Documented the debug option in readme (e8706f7)
- Guarding the console.log statements with debug mode. (60c3728)
- Release v1.3.0 (98261a1)
- docs: add default for canvasid (9a3da1d)
- docs: add notes for frequently raised issues on credentials, canvasid and pdf url (0abce8f)
- docs: correct minor formatting (f0696f1)
- feat: add http headers (bf1f7de)
- fix: fix numbers for markdown (f76a448)
- refactor: better markdown format (750cb6f)
- refactor: update node versions for ci (dc5971e)
- package.json: add karma, jasmine, phantomejs (7f719a1)
- Release v1.2.9 (0afe089)
- refactor: add start script to run the example easily (5c6a99d)
- refactor: add test folder to ignore bower (92667b3)
- upgrade: update pdf.js in bower (b445d0e)
- docs: add notes on new feature. close #86 (794cfa3), closes #86
- update: bower and npm packages (24807d9)
- fix: add svg badges for clarity. close #85 (4401a18), closes #85
- fix: pass the build with updated angular mocks version (c9d2a5a)
- test: add few unit test for ng-pdf directive (578c4d0)
- karma: add karma test in 'default' and 'check' tasks, add first simple test for docCtrl controller (2dabe75)
- bower: add angular mocks (296d45f)
- bower: update dependancies (53b5ff5)
- example: move app declaration to app.js (9a5a0b8)
- fix angular-pdf: patch issue #76 (7f17449), closes #76 #76
- Release v1.2.8 (20e54c8)
- refactor: add ignore to bower.json. close #81 (38c769f), closes #81
- Release v1.2.7 (0e1073a)
- reset pageNum on pdfUrl change (1b81e68)
- build: add minified and example code (4980b69)
- build: add minified and example code (b9ab154)
- fix angular-pdf: fix issue #52 (5406d6e), closes #52
- fix angular-pdf: patch issue #67 (1c963ec), closes #67 #67
- Release v1.2.6 (161425b)
- docs: add feature page fit (d4ea06d)
- docs: add link for openopen source project. close #66 (6362966), closes #66
- fix angular-pdf: add default for canvasid (f86db3c), closes /github.com/sayanee/angularjs-pdf/blob/master/dist/angular-pdf.js#L43
- Release v1.2.5 (9aa9619)
- upgrade packages and show relative url in a text type box (70867a6)
- upgrade pdf.js (7913281)
- Abort (destroy) current document loading when a new document gets loaded (d413f90)
- Abort page load/ render process if another page gets loaded (045d284)
- Better for loading multiple files after another (1b2639a)
- Clear the canvas before loading a new file (otherwise one will see the old document until the new do (b003665)
- Minors (bbf4925)
- Release v1.2.4 (ac147c4)
- Remove the git conflict markers (873c995)
- Remove the merge conflict and updated dist/angular-pdf.js (4f53668)
- Add posibility to add credentials for situations when pdf url need authentication (056cf17)
- Release v1.2.2 (37da079)
- refactor: make dist folder editable and example built. close #61 (a9a2992), closes #61
- Release v1.2.1 (055afd3)
- upgrade dependancies (fea08d9)
- upgrade dependancies (384ca20)
- feat: detect javascript as language instead of java. #57 (88c564f)
- Added Math.floor() to canvas properties for consistency (b7d0240)
- Fix blur caused by fractional pixel dimension (f45a99c)
- Release v1.2.0 (9d48edd)
- upgrade dependancies (283ed0a)
- docs: add retina support in feature list (5062709)
- docs: include instructions for upgrading dependancies and readme (d8bacf2)
- docs: include open open source model of contributing (f68a470)
- fix: update year from 2014 to 2015 (d6d73af)
- ⬆️ upgrade bower pdfjs (d4da549)
- Release v1.1.0 (65a14b4)
- Support retina canvas (66d7bb9)
- fix: fix jscs errors (bfcbedf)
- fixed improper quotes (3409e53)
- fixed more improper quotes (a8a219d)
- fixed some spacing inconsistencies (cc9e577)
- loading PDFs dynamically (7688504)
- Release v1.0.0 (2bb9571)
- docs: add new feature in example and readme (639c6de)
- ⬆️ refactor: upgrade dependancies (4b9aa9f)
- Allow page-fit scale (50fa101)
- changed homepage (246530b)
- I added possibility to set current page as attribute of the directive (868dfd3)
- Release v0.4.0 (4d2c287)
- docs: amend readme and example for page attribute example (318d256)
- build: create min dist file (e0dce5e)
- refactor: pass jshint (b7a2d99)
- refactor: synced to directive folder (74816e3)
- feature: enable scale property value to be 'page-fit' (88395ee)
- feat(): added onPageRender callback method (71ba0d0)
- feat(): changed name in bower.json to matejhustava-angular-pdf (9eeeddd)
- Release v0.3.6 (fc40ece)
- feature: build the dist files (932168e)
- feature: expose progress callback (b2d2911)
- feature: handle onLoad event (4b5dc98)
- Release v0.3.5 (7e8407c)
- Release v0.3.5 (1ec00d9)
- feature: handle error (23e7bd5)
- fix: change pageNum when click goNext() or goPrevious() button (6142fda)
- fix: handle .getDocument error. fix #31 (ac90677), closes #31
- fix: next and prev buttons. fix #30 (e41a584), closes #30
- fix: revert to previous version (341688e)
- Release v0.3.4 (8ffcd5c)
- Release v0.3.4 (cf0e7b0)
- removed versions in readme as it can be referred in bower.json (1afc430)
- fix: add ignore to bower.json. fix #20 (3452407), closes #20
- fix: works in firefox/safari/chrome on desktop + safari/chrome on mobile. close #23 (e031d8f), closes #23
- docs: add similar projects. fix #18 (81ffee7), closes #18
- docs: remove AUTHORS file (8571ad0)
- refactor: update packages (5e3c13b)
- refactor: update packages (826d1c1)
- added info versioning and contributing guidelines to readme (4959620)
- Release v0.3.3 (ad898fb)
- updated to latest pdfjs (a5abed4)
- updated to latest pdfjs (1cbe290)
- added built files (1f1815e)
- fixed pageNum watching (50d4fed)
- fixed sanitization of watched value (2c55644)
- fixed sanitization of watched value (38889d6)
- Release v0.3.1 (53b97cd)
- added bower dependencies pdfjs and angular. fixed #15 (c403fae), closes #15
- added contributing guidelines. fixed #14 (b5543fe), closes #14
- added js style checker. fixed #17 (8488ea8), closes #17
- added note on evergreen browser support. fixed #11 (9b3fda7), closes #11
- added pre-requisite libraries and their versions. fixed #16 (859800b), closes #16
- Release v0.3.0 (f17058e)
- variation with angular ui. fixed #12 (115d92e), closes #12
- added versioning at the top of JS files (45a30b4)
- amended version comment so that it can be detected by grunt bump (a8860e1)
- Release v0.2.4 (dc3430e)
- integrated grunt bump for easier semantic versioning tagging (28ee9d5)
- Release v0.2.3 (5bc1896)
- updated npm packages (628f88b)
- corrected fixed scrolling styles (588c09d)
- modified ng-pdf tag syntax and updated to latest angularjs (c622b06)
- pageCount is visible on first load. fixed #2. (3c243df), closes #2
- added minified build file (ce3aa74)
-
- changed version number (a84a5b5)
-
- making scale factor variable (88fc28f)
- added Github Fork me ribbon. Closed #5. (e48bea3), closes #5
- amended name for the bower package to integrate (cc63db3)
- bumped to version 0.2.0 (d706df6)
- readme and example amended to have scale and canvas id as configurable (18b0ed9)
- Rename .gitattibutes to .gitattributes (6bd5423)
- added in the step to open the html file with a web server (9af8d1e)
- amended github url (31869e0)
- clean integrated (fc91f4c)
- corrected file name and feature name (8d60d71)
- created minified file (5026271)
- default grunt task to run all linking, clean and copy (62c4023)
- grunt task copy integrated (0c380cc)
- jshint integrated and all passing (b9a38fd)
- json lint integrated (2562e70)
- status image integrated for travis CI (76a51f2)
- travis CI integrated (4807a7f)
- using latest node version for travis CI (591121b)
- version bump with grunts integrated (c141fab)
- added Authors file (2d39e04)
- added editor config (fc9ce7e)
- added read me with structure (e3312e6)
- amended read me to include a previous (3e4608a)
- created bower.json (33042a0)
- created final file (3f53203)
- edited read me with more instructions (0612b3a)
- example (929d4a2)
- example completed (ff33a7a)
- initial commit (1195c0a)
- removed build status and shorter feature details (eb4417d)
- removed not require template scope variable (1fb0737)
- simplified bower.json with version bump (68fae28)
- simplified input (b0cea20)
- type text (cdf4067)
- updated example to show this can be included as a module with dependancy (7dab399)
- version bump (97acbd8)
- version reset (e3c89ca)