Skip to content

Commit

Permalink
Merge branch 'update/polar-326_refactor-readme-files' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/Dataport/polar into update/polar-326_refactor-readme-files
  • Loading branch information
Softwarecules committed Jul 31, 2024
2 parents 6e6688c + 6e2cc14 commit a26497a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Feature: Add new state parameter `mapHasDimensions` to let plugins have a "hook" to react on when the map is ready.
- Feature: Add `deviceIsHorizontal` as a getter to have a more central place to check if the device is in landscape mode.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Add package `events` as a dependency to fix issue with `xml2js`. See https://github.com/Leonidas-from-XIV/node-xml2js/issues/697 for more information.
- Chore: Update dependencies to latest versions.

## 1.4.1
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@polar/lib-invisible-style": "^1.0.0",
"@repositoryname/noop": "^1.0.6",
"@repositoryname/vuex-generators": "^1.1.2",
"events": "^3.3.0",
"hammerjs": "2.0.8",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/testMountParameters/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# createTestMountParameters

This is a helper function for vue testing. It returns fresh `MockParameters`, including a `localVue`, `vuetify`, and `vuex` instance, the latter copying the basic `core` store structure, i.e., having an empty namespaced `plugin` module.
This is a helper function for vue testing. It returns fresh `MockParameters`, including a `localVue`, `vuetify`, and `vuex` instance, the latter copying the basic `core` store structure, i.e., having an empty namespaced `plugin` module.
This is mostly done to avoid boilerplate code. For regularly used test contents, feel free to extend the returned contents.

0 comments on commit a26497a

Please sign in to comment.