Liad Yosef
Liad Yosef
Using [webpack-node-externals](https://www.npmjs.com/package/webpack-node-externals) (which is inspired by this blog series) to generate an _externals_ function for ignoring `node_modules` on Webpack.
**Related issue** Fix #issueNumber **Screenshot before and after this change**
Allow passing an option `itemClassName` that accepts the item and returns a class name for the surrounding ``
When calling `$(el).data()`, the received object contains camel-cased keys, this fixes issue #436
Currently this migration script fixes only `$.data()` calls, but `$.fn.data` still have the incompatibility with automatic camelCase conversion. ```js // el: var data = $(el).data(); // data: {myProp: 'test'} assert(data['my-prop']===test)...
Support selector passing in "on" function (optional). If passed, the handler first checks the event target to match the selector.
## Projects visibility (private/public) This PR adds the capability to define a project as public (open to all), or private (open only to owner). This works with [Okta's FGA](https://docs.fga.dev/modeling/basics/modeling-basics), and...