@k-int/stripes-kint-components 2.1.1 → 2.1.2

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/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- ## 2.2.1 2022-03-10
1
+ ## 2.1.2 2022-03-10
2
+ * ActionList -- added a hideCreateButton prop for custom rolled solutions
3
+
4
+ ## 2.1.1 2022-03-10
2
5
  * Fix -- GenerateQueryParams no longer assumes you want EITHER nsValues filters or options filters, it simply adds both to the params array
3
6
  ## 2.1.0 2022-03-09
4
7
  * Fixes for ActionList
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-int/stripes-kint-components",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Stripes Component library for K-Int specific applications",
5
5
  "sideEffects": [
6
6
  "*.css"