diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 000000000..5067a374a --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,67 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ dev, master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ dev ] + schedule: + - cron: '32 8 * * 2' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] + # Learn more: + # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/Gemfile b/Gemfile index d533afffe..fa40704f1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "4.2.0" +gem "jekyll", "4.2.1" group :jekyll_plugins do gem "jekyll-random" diff --git a/README.md b/README.md index 015fe9284..14bd6e126 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ We've created this admin panel for everyone who wants to create templates based * **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit! * **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler. + +## Documentation + +Documentation is available as a part of Tabler preview: https://preview.tabler.io/docs/ + ## Sponsor Tabler Sponsor Tabler diff --git a/_config.yml b/_config.yml index 0fad267a7..1d2a95d36 100644 --- a/_config.yml +++ b/_config.yml @@ -205,7 +205,7 @@ socials: title: Flickr bitbucket: icon: brand-bitbucket - title: Bitbucker + title: Bitbucket tabler: icon: brand-tabler title: Tabler diff --git a/demo/accordion.html b/demo/accordion.html index 82bec2482..da309b54b 100644 --- a/demo/accordion.html +++ b/demo/accordion.html @@ -1,7 +1,7 @@ @@ -1146,7 +1149,7 @@ - Bitbucker + Bitbucket
@@ -1188,7 +1191,7 @@ All rights reserved.
  • - v1.0.0-beta2 + v1.0.0-beta4
  • diff --git a/demo/cards-masonry.html b/demo/cards-masonry.html index fbb21754f..da84a7410 100644 --- a/demo/cards-masonry.html +++ b/demo/cards-masonry.html @@ -1,7 +1,7 @@ - Bitbucker + Bitbucket @@ -1192,7 +1195,7 @@ <a href="#" class="btn btn-bitbucket"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-bitbucket --> <!-- SVG icon code --> - Bitbucker + Bitbucket </a> <a href="#" class="btn btn-tabler"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-tabler --> @@ -1718,7 +1721,7 @@ All rights reserved.
  • - v1.0.0-beta2 + v1.0.0-beta4
  • diff --git a/demo/docs/cards.html b/demo/docs/cards.html index ce729177f..ba53fa8fc 100644 --- a/demo/docs/cards.html +++ b/demo/docs/cards.html @@ -1,7 +1,7 @@ - + + + @@ -1924,10 +1927,10 @@ window.Litepicker && (new Litepicker({ element: document.getElementById('datepicker-default'), buttonText: { - previousMonth: ' - ', - nextMonth: ' - ', + previousMonth: ` + `, + nextMonth: ` + `, }, })); }); @@ -1939,10 +1942,10 @@ window.Litepicker && (new Litepicker({ element: document.getElementById('datepicker-icon'), buttonText: { - previousMonth: ' - ', - nextMonth: ' - ', + previousMonth: ` + `, + nextMonth: ` + `, }, })); }); @@ -1954,10 +1957,10 @@ window.Litepicker && (new Litepicker({ element: document.getElementById('datepicker-icon-prepend'), buttonText: { - previousMonth: ' - ', - nextMonth: ' - ', + previousMonth: ` + `, + nextMonth: ` + `, }, })); }); @@ -1969,10 +1972,10 @@ window.Litepicker && (new Litepicker({ element: document.getElementById('datepicker-inline'), buttonText: { - previousMonth: ' - ', - nextMonth: ' - ', + previousMonth: ` + `, + nextMonth: ` + `, }, inlineMode: true, })); diff --git a/demo/gallery.html b/demo/gallery.html index b3d05cea2..1811678ea 100644 --- a/demo/gallery.html +++ b/demo/gallery.html @@ -1,7 +1,7 @@ @@ -96,7 +96,7 @@ -
  • - v1.0.0-beta2 + v1.0.0-beta4
  • diff --git a/demo/pagination.html b/demo/pagination.html index 9fb16908b..c2bd907d8 100644 --- a/demo/pagination.html +++ b/demo/pagination.html @@ -1,7 +1,7 @@