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 Versions

1
57

2.2.4

Diff

Changelog

Source

2.2.4 2022-09-14

  • bug-fix
    • Add a fallback initial query based on the arel table only to be used for validations
colleen-hammerstone.dev
published 2.2.3 •

Changelog

Source

2.2.3 2022-09-12

  • Add date picker to the gem. Note - this will override the fields/date_controller currently being used in client. Styles should already be imported via client, confirm before merge.
  • bug-fix
    • Uncomment out Options Conditions test and fix set not-set conditions
colleen-hammerstone.dev
published 2.2.2 •

Changelog

Source

2.2.2 2022-09-07

  • bug-fix
    • show both error messages if neither date is filled in when using "betweens"
    • Use turbo streams instead of json in create action https://github.com/hammerstonedev/refine-rails/pull/48
  • Add rake task so customer can add gem to tmp/gems (must be run by customer) to pick up gem styling
  • Use local partial
colleen-hammerstone.dev
published 2.2.1 •

Changelog

Source

2.2.1 2022-08-30

  • bug-fix
    • Allow deletion of single condition to blank filter state
colleen-hammerstone.dev
published 2.2.0 •

Changelog

Source

2.2.0 2022-08-29

  • Load all stored filters when using stored filters view (bug - need to add scoping to filter)
  • Remove workspace_record from stored filters. Client will need to override this controller to get custom attributes on stored filters
  • bug-fix
    • Add back and save to locales file
  • bug-fix
    • Allow for option condition to have no values https://github.com/hammerstonedev/refine-rails/pull/40
  • updates
    • All filters can be deleted using the delete button - there is no "default" condition
    • Load the turbo frame with a "Create a filter" button instead of default condition
    • Use @form in refine_helper instead of @refine_filter for consistency
    • https://github.com/hammerstonedev/refine-rails/pull/41
  • updates https://github.com/hammerstonedev/refine-rails/pull/43
    • Add Filter button back to filter_builder_dropdown partial
    • Rename and add search-filter-controller Stimulus controller as a helper to get up and running fast
  • updates https://github.com/hammerstonedev/refine-rails/pull/42
    • Use blueprint as source of truth - emit blueprintStabilized event as main piece of information coming from Refine
    • Add stimulus controllers for BT integration -> stabilize-filter-controller and search-filter-controller to get and push stableId. Optional controllers customers can use for quick setup.
colleen-hammerstone.dev
published 2.1.0 •

Changelog

Source

2.1.0 2022-08-02

  • updates
    • Update from Stiumulus 2 to Stimulus 3. All updates are on the javascript/npm package side, this release updates package.json to use the new package on Stimulus 3.
colleen-hammerstone.dev
published 2.0.0 •

Changelog

Source

2.0.0 2022-07-24

  • enhancements
    • Create app/controllers/concerns/hammerstone_filter.rb that the client can include in their application_controller. This can then be referenced in their controller they want filtered with something like @refine_filter = apply_filter(DevelopersFilter) (If in the developer_controller and want to apply DevelopersFilter) Reference in client application_controller.rb include HammerstoneFilter
    • Add the search_filter_controller to the npm package. Note: this is not in the refine folder b/c it's not necessarily required
    • Allow client to use ENV or Rails credentials. Need a better solution here.
    • Add filter_builder_dropdown to ship with the gem so they can just render the partial. In their index view they can simply -> <%= render partial: 'hammerstone/filter_builder_dropdown' %>
    • Add locales
    • Add routes
colleen-hammerstone.dev
published 1.2.1 •

colleen-hammerstone.dev
published 1.1.1 •

colleen-hammerstone.dev
published 1.1.0 •

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