@ng-formworks/bootstrap5 17.3.0 → 17.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,15 +5,16 @@ This module is a dependency of the [ng-formworks project][npm_core_ver] and is m
5
5
 
6
6
  If you are unfamiliar with with the ng-formworks project, it is highly recommended to
7
7
  first have a look at the [@ng-formworks pages][npm_core_ver] for examples, demos, options and documentation.
8
+ Before installing also have a look at the Angular/ng-formworks [version compatibility table][npm_core_ver#versions]
8
9
 
9
10
  ```shell
10
- npm install @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/bootstrap5@latest
11
+ npm install @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap5
11
12
  ```
12
13
 
13
14
  With YARN, run the following:
14
15
 
15
16
  ```shell
16
- yarn add @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/bootstrap5@latest
17
+ yarn add @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap5
17
18
  ```
18
19
 
19
20
  Then import `Bootstrap5FrameworkModule` in your main application module if you want to use `bootstrap5` UI, like this:
@@ -225,4 +226,5 @@ Run `ng build @ng-formworks/bootstrap5` to build the project. The build artifact
225
226
 
226
227
  Run `ng test @ng-formworks/bootstrap5` to execute the unit tests via [Karma](https://karma-runner.github.io).
227
228
 
228
- [npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
229
+ [npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
230
+ [npm_core_ver#versions]:https://www.npmjs.com/package/@ng-formworks/core#versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/bootstrap5",
3
- "version": "17.3.0",
3
+ "version": "17.4.0",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using Bootstrap 5 UI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -40,8 +40,8 @@
40
40
  "private": false,
41
41
  "dependencies": {
42
42
  "lodash-es": "~4.17.21",
43
- "@ng-formworks/core": "~17.3.0",
44
- "@ng-formworks/cssframework": "~17.3.0",
43
+ "@ng-formworks/core": "~17.4.0",
44
+ "@ng-formworks/cssframework": "~17.4.0",
45
45
  "tslib": "^2.0.0"
46
46
  },
47
47
  "peerDependencies": {