Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hammerstone/refine-stimulus

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammerstone/refine-stimulus - npm Package Compare versions

Comparing version 2.6.6 to 2.6.7

4

CHANGELOG.md

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc