Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjjonesnz committed Jun 27, 2020
1 parent 84d1f1e commit 50336cf
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Now you can **easily style the Excel download** of your DataTable without having
2. Include the javascript files for this plugin from the following cdn, or download from git or npm and add the scripts in the 'js/' folder to your page.

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/js/buttons.html5.styles.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/js/buttons.html5.styles.templates.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/js/buttons.html5.styles.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/js/buttons.html5.styles.templates.min.js"></script>
```


Expand Down
4 changes: 2 additions & 2 deletions examples/combine_template_and_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<!-- 4. Add this plugin's scripts -->
<script
type="text/javascript"
src="../js/buttons.html5.styles.js?version=0.9.1"
src="../js/buttons.html5.styles.js?version=0.9.2"
></script>
<script
type="text/javascript"
src="../js/buttons.html5.styles.templates.js?version=0.9.1"
src="../js/buttons.html5.styles.templates.js?version=0.9.2"
></script>

<!-- 5. Initialize the DataTable once the document is ready -->
Expand Down
4 changes: 2 additions & 2 deletions examples/conditional_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<!-- 4. Add this plugin's scripts -->
<script
type="text/javascript"
src="../js/buttons.html5.styles.js?version=0.9.1"
src="../js/buttons.html5.styles.js?version=0.9.2"
></script>
<script
type="text/javascript"
src="../js/buttons.html5.styles.templates.js?version=0.9.1"
src="../js/buttons.html5.styles.templates.js?version=0.9.2"
></script>

<!-- 5. Initialize the DataTable once the document is ready -->
Expand Down
4 changes: 2 additions & 2 deletions examples/page_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<!-- 4. Add this plugin's scripts -->
<script
type="text/javascript"
src="../js/buttons.html5.styles.js?version=0.9.1"
src="../js/buttons.html5.styles.js?version=0.9.2"
></script>
<script
type="text/javascript"
src="../js/buttons.html5.styles.templates.js?version=0.9.1"
src="../js/buttons.html5.styles.templates.js?version=0.9.2"
></script>

<!-- 5. Initialize the DataTable once the document is ready -->
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_table_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.10.21/b-1.6.2/b-html5-1.6.2/datatables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.10.21/b-1.6.2/b-html5-1.6.2/datatables.min.js"></script>

<script type="text/javascript" src="../js/buttons.html5.styles.js?version=0.9.1"></script>
<script type="text/javascript" src="../js/buttons.html5.styles.templates.js?version=0.9.1"></script>
<script type="text/javascript" src="../js/buttons.html5.styles.js?version=0.9.2"></script>
<script type="text/javascript" src="../js/buttons.html5.styles.templates.js?version=0.9.2"></script>
<script type="text/javascript" language="javascript" class="init">
var exampleStyles = {
excelblue_template: {
Expand Down
4 changes: 2 additions & 2 deletions examples/single_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<!-- 4. Add this plugin's scripts -->
<script
type="text/javascript"
src="../js/buttons.html5.styles.js?version=0.9.1"
src="../js/buttons.html5.styles.js?version=0.9.2"
></script>
<script
type="text/javascript"
src="../js/buttons.html5.styles.templates.js?version=0.9.1"
src="../js/buttons.html5.styles.templates.js?version=0.9.2"
></script>

<!-- 5. Initialize the DataTable once the document is ready -->
Expand Down
4 changes: 2 additions & 2 deletions examples/single_template_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
<!-- 4. Add this plugin's scripts -->
<script
type="text/javascript"
src="../js/buttons.html5.styles.js?version=0.9.1"
src="../js/buttons.html5.styles.js?version=0.9.2"
></script>
<script
type="text/javascript"
src="../js/buttons.html5.styles.templates.js?version=0.9.1"
src="../js/buttons.html5.styles.templates.js?version=0.9.2"
></script>

<!-- 5. Initialize the DataTable once the document is ready -->
Expand Down
2 changes: 1 addition & 1 deletion js/buttons.html5.styles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Styling for DataTables Buttons Excel XLSX (Open Office XML) creation
*
* @version: 0.9.1
* @version: 0.9.2
* @description Add and process a custom 'excelStyles' option to easily customize the DataTables Excel Stylesheet output
* @file buttons.html5.styles.js
* @copyright © 2020 Beyond the Box Creative
Expand Down
2 changes: 1 addition & 1 deletion js/buttons.html5.styles.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/buttons.html5.styles.templates.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Style templates for html5.styles
*
* @version: 0.9.1
* @version: 0.9.2
* @description Easy templates for 'excelStyles'
* @file buttons.html5.styles.templates.js
* @copyright © 2020 Beyond the Box Creative
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datatables-buttons-excel-styles",
"version": "0.9.1",
"version": "0.9.2",
"description": "Easy custom styling of the Excel export from DataTables jQuery plug-in.",
"main": "js/buttons.html5.styles.js",
"scripts": {
Expand Down

0 comments on commit 50336cf

Please sign in to comment.