generated from bsi-software/bsi-cx-design-master-template-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit aa2cbd9
Showing
56 changed files
with
12,923 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# 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: [ "main" ] | ||
pull_request: | ||
# The branches below must be a subset of the branches above | ||
branches: [ "main" ] | ||
schedule: | ||
- cron: '33 17 * * 2' | ||
|
||
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
language: [ 'javascript' ] | ||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] | ||
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
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. | ||
|
||
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs | ||
# queries: security-extended,security-and-quality | ||
|
||
|
||
# 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@v2 | ||
|
||
# ℹ️ Command-line programs to run using the OS shell. | ||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun | ||
|
||
# If the Autobuild fails above, remove it and uncomment the following three lines. | ||
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. | ||
|
||
# - run: | | ||
# echo "Run, Build Application using script" | ||
# ./location_of_script_within_repo/buildscript.sh | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/node_modules/ | ||
/dist/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres | ||
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
Hint: You will find the list of compatible BSI versions for each template in the [Compatibility section of the README](https://github.com/bsi-software/bsi-cx-design-master-template-web?tab=readme-ov-file#compatibility). | ||
|
||
## Next | ||
|
||
## [1.3.2] - 8.5.2024 | ||
|
||
### Changed | ||
- Add preview image to the template | ||
- Improve social share element controls | ||
- Update webcam image element | ||
|
||
[1.3.2]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.3.2 | ||
|
||
## [1.3.1] - 6.2.2024 | ||
|
||
### Changed | ||
* Inside the HTML content element, ensure that non-decendent iframes are considered with proper height | ||
* Fix checkbox and radio formatting issues | ||
* Replace Twitter with X (@#371665) | ||
* Added a [Compatibility chapter to the README](https://github.com/bsi-software/bsi-cx-design-master-template-web?tab=readme-ov-file#compatibility). | ||
|
||
[1.3.1]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.3.1 | ||
|
||
## [1.3.0] - 1.2.2024 | ||
|
||
### Important Change | ||
Important for customers with custom content elements: We are now using the [CSP Distribution of Alpine.js](https://alpinejs.dev/advanced/csp). Thus, developers my no longer use any inline JavaScript in HTML/TWIG files associated with Alpine. Instead, there must always be a reference pointing to an associated alpine data object. We changed the implementation of a couple of components to comply with this new rule. The advantage of it is that content elements using Alpine.js are now shown properly in the 'Preview' mode of the content editor and in live mode without having to change the CSP settings. By using the CSP distribution of Alpine.js, it is no longer required to add `usafe-eval` to the CSP, which helps to increase security (#355743). Developers might have to adapt their components to comply with this new rule. If you have any questions or concerns regarding this change, reach out to your BSI contact to get more information. | ||
|
||
### Additional changes | ||
* Set content language (lang html attribute) properly to ensure correct translations (#371869, #371869) | ||
* New style to display a button as a link (#357481) | ||
* Remove unused caption for logo element (#364438) | ||
* New style to use a fixed width for the header image element (#365087) | ||
* Additonal spacer options (#365087) | ||
* Better description for banner and header image (#365087) | ||
* Replace Twitter with X, fix typo in YouTube (@#371665) | ||
* Prevent from chosing the wrong input type for poll element (#355743) | ||
* Prevent endless loop in the phone number element, which used to cause landingpages/websites to crash in the previous release (#372595) | ||
* Proper translation of date picker (#371869) | ||
* Make slot finder texts configurable and translatable (#371869) | ||
* Make webcam image element translatable on configuration level (#368259) | ||
* Upgrade dependencies | ||
|
||
[1.3.0]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.3.0 | ||
|
||
|
||
## [1.2.0] - 05.12.2023 | ||
|
||
### Added | ||
* Slot finder element | ||
* Webcam image upload element | ||
* Language switch for websites with multiple languages | ||
* Build config of templates designed for CX 23.2 and above | ||
|
||
### Changed | ||
* Fixed bug for website navigation with more than 1 level | ||
* Updated dependencies | ||
|
||
[1.2.0]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.2.0 | ||
|
||
## [1.1.8] - 22.09.2023 | ||
|
||
### Changed | ||
* Fixed bug due to circle dependency | ||
* Updated dependencies | ||
|
||
[1.1.8]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.8 | ||
|
||
## [1.1.7] - 11.08.2023 | ||
|
||
### Changed | ||
|
||
* Fix depdency issues with `intl-tel-input` and `sass` | ||
|
||
[1.1.7]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.7 | ||
|
||
|
||
## [1.1.6] - 11.08.2023 | ||
|
||
### Changed | ||
|
||
* Accordion element added from library | ||
* Removal of `window.properties` usage to better comply with CSP | ||
* Fix 2nd level of Website navigation (previously, this always showed `Action` instead of the real navigation item title) | ||
* Updated dependencies | ||
|
||
[1.1.6]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.6 | ||
|
||
|
||
## [1.1.5] - 16.03.2023 | ||
|
||
### Changed | ||
|
||
* Updated dependencies | ||
* Updated readme | ||
* Solved security issues | ||
|
||
[1.1.5]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.5 | ||
|
||
|
||
## [1.1.4] - 16.02.2023 | ||
|
||
### Changed | ||
|
||
* This package is now pulling the `@bsi-cx/design-standard-library-web` package from NPM | ||
* Derive version automatically from `package.json` | ||
* Updated dependencies | ||
|
||
[1.1.4]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.4 | ||
|
||
## [1.1.3] - 03.02.2023 | ||
|
||
### Changed | ||
|
||
* Updated news snippet element in order to solve validation error in CX story | ||
* Changed the build config to avoid hashes in the filename of static files | ||
* Updated dependencies | ||
* Solved security issues | ||
|
||
[1.1.3]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.3 | ||
|
||
## [1.1.2] - 09.12.2022 | ||
|
||
### Changed | ||
|
||
* Updated dependencies | ||
* Updated readme | ||
* Solved security issues | ||
|
||
[1.1.2]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.2 | ||
|
||
|
||
## [1.1.1] - 21.10.2022 | ||
|
||
### Changed | ||
|
||
* Streamline translations | ||
* Fix wrong mobile image in header-image element | ||
|
||
[1.1.1]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.1 | ||
|
||
|
||
## [1.1.0] - 23.08.2022 | ||
|
||
### Changed | ||
|
||
* Refactoring of content elements: use include instead of element.render(). For detailed information, visit migration guide: https://github.com/bsi-software/bsi-cx-design-master-template-web/blob/main/MIGRATION_GUIDE.md | ||
* Expansion of properties.js | ||
* Adapted styling | ||
|
||
[1.1.0]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.1.0 | ||
|
||
|
||
## [1.0.3] - 15.07.2022 | ||
|
||
### Changed | ||
|
||
* update design build dependency, remove inline css | ||
|
||
[1.0.3]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.0.3 | ||
|
||
|
||
## [1.0.2] - 08.06.2022 | ||
|
||
### Changed | ||
|
||
* add german labels | ||
|
||
[1.0.2]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.0.2 | ||
|
||
|
||
## [1.0.1] - 27.05.2022 | ||
|
||
### Changed | ||
|
||
* update repository title, add shared folder | ||
|
||
[1.0.1]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.0.1 | ||
|
||
|
||
## [1.0.0] - 25.05.2022 | ||
|
||
### Added | ||
|
||
* Master template for website and landingpage designs. | ||
|
||
[1.0.0]: https://github.com/bsi-software/bsi-cx-design-master-template-web/releases/tag/1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 BSI Business Systems Integration AG | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.