@hammerstone/refine-stimulus
Advanced tools
Comparing version 2.6.6 to 2.6.7
@@ -0,3 +1,5 @@ | ||
### 2.6.7 | ||
* Filters should now define a `#model` method which is used to generate a base scope for evaluating stored filters when they are loaded [#124](https://github.com/hammerstonedev/refine-rails/pull/124) | ||
### 2.6.6 | ||
* Inline filters can now emit a `filter-submit-success` event for use in rich front-end apps #123 | ||
* Inline filters can now emit a `filter-submit-success` event for use in rich front-end apps [#123](https://github.com/hammerstonedev/refine-rails/pull/123) | ||
### 2.6.5 | ||
@@ -4,0 +6,0 @@ * Add configuration option `date_gte_uses_bod` to include a whole day in the range when using a >= comparison |
{ | ||
"name": "@hammerstone/refine-stimulus", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "Refine is a flexible query builder for your apps. It lets your users filter down to exactly what they're looking for. Completely configured on the backend.", | ||
@@ -5,0 +5,0 @@ "browserslist": [ |
@@ -355,4 +355,4 @@ ## How to integrate the refine filter | ||
``` | ||
bump patch (or bump minor, major, etc) | ||
```sh | ||
bump patch #(or bump minor, major, etc) | ||
gem build | ||
@@ -367,5 +367,5 @@ fury push *.gem --as=hammerstonedev | ||
2. Copy the version number in package.json | ||
3. run `yarn build`. This will prepare the different javascript outputs | ||
4. run `yarn pack`. This will create a new `.tgz` file for the new version | ||
5. run `yarn publish <tgz filename> --new-version <version number in package.json>` | ||
6. remove the `*.tgz` file | ||
3. run `yarn build`. This will prepare the different javascript outputs | ||
4. run `yarn pack`. This will create a new`.tgz`file for the new version | ||
5. run `yarn publish <tgz filename> --new-version <version number in package.json>` | ||
6. remove the`*.tgz`file |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297037