KTH/klaro-js Branch |
KTH/klaro-js Merge Commit master |
KTH/kth-style Commit main |
kth-style Release Name |
kth-style Release Date |
klaro-org/privacy-manager PR |
Notes |
---|---|---|---|---|---|---|
fix/csp-violation-for-style-attributes | 71cc75b |
fix: csp violation for style attributes #483 | Included in older release. | |||
fix/add-notice-title-in-swedish | c17deb8 |
fix: add notice title in Swedish #486 | Included in older release. | |||
fix/remove-core-js | 8567112 |
061794a |
9.0.16 | 2024-01-09 | Remove dependency to core-js #490 | |
fix/aria-label-hidden-header | 4ae5221 |
b656d00 |
9.0.18 | 2024-01-31 | fix: aria-label when notice title is hidden #491 | New release of feature that was previously released, but lost. |
Mission statement: You found an error in klaro and want to fix it, add it to kth-style, and make a new release.
- Create a new branch in
KTH/klaro-js
fromHEAD
inmaster
, e.g.fix/not-enough-bunnies
. - Fix the error, e.g, commit
fix: add more bunnies
. - Build with
$ make
. - Commit changes in
dist
, e.g.build: make
. - Create a new branch in
KTH/kth-style
fromHEAD
inmain
, e.g.fix/klaro-with-more-bunnies
. - Copy
dist/klaro-no-css.js
inKTH/klaro-js
topublic/js/klaro-no-css.js
inKTH/kth-style
, branchfix/klaro-with-more-bunnies
. - Commit change in
public/js/klaro-no-css.js
, e.g.fix: klaro with more bunnies
- Do a prerelease of
kth-style
, e.g.9.10.10-0
. - Test prerelease
[email protected]
. - Merge
fix/klaro-with-more-bunnies
intomain
inkth-style
. - Release
[email protected]
. 🚀 - Merge klaro changes in
[email protected]
to branchdeprecation
inkth-style
. - Merge
fix/not-enough-bunnies
intomain
inKTH/klaro-js
. - Keep branch
fix/not-enough-bunnies
inKTH/klaro-js
and make a pull request toklaro-org/privacy-manager
. Remember to note any dependencies to previous pull requests fromKTH/klaro-js
.
%%{init: { 'gitGraph': {'mainBranchName': 'master' }}}%%
gitGraph
commit
commit
branch fix/not-enough-bunnies
checkout fix/not-enough-bunnies
commit id: "fix: add more bunnies"
branch "PR Added more bunnies #100"
checkout "PR Added more bunnies #100"
commit
checkout master
merge fix/not-enough-bunnies
commit
commit
%%{init: { 'gitGraph': {'mainBranchName': 'main' }}}%%
gitGraph
commit
commit
branch fix/klaro-with-more-bunnies
checkout fix/klaro-with-more-bunnies
commit id: "fix: klaro with more bunnies"
checkout main
merge fix/klaro-with-more-bunnies
commit
commit