Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@frui.ts/cra-template
Advanced tools
This is the Frui.ts template for Create React App.
To use this template, add --template @frui.ts
when creating a new app.
For example:
npx create-react-app my-app --template @frui.ts
# or
yarn create react-app my-app --template @frui.ts
For more information, please refer to:
0.16.0
Added ManualPromise
, groupBy()
to @frui.ts/helpers.
Added hideValidationErrors()
to @frui.ts/validation.
Added ResponsiveTable
and DataList
controls to @frui.ts/dataviews.
OpenAPI generator refactored. Supports allOf
and oneOf
features.
OpenAPI generator supports Date conversion with date-fns. Use dates: "date-fns"
in the config file.
Input
in @frui.ts/bootstrap supports new props: as
and rows
.
Select
in @frui.ts/bootstrap supports new props: emptyText
.
ScreenBase.isInitialized
is now public.
Added ContinuousListViewModel
to @frui.ts/datascreens. It covers the case of 'endless' lists.
FilteredListViewModel
in @frui.ts/datascreens has new extension/customization points: cloneFilterForApply()
and createFilter()
.
BREAKING: Props of <View />
changed: fallbackMode: "message" | "children"
. In case "children"
is set, the children props of the <View />
component is rendered when no view is found. You can use "children"
instead of the original "empty"
.
BREAKING: getValue
and setValue
hooks accept target
and property
arguments instead of a single props
.
Binding types changed. You can use the third type parameter of IBindingProps<TTarget, TProperty, TValue>
to restrict the binding target value type.
IApiConnector
and FetchApiConnector
changes:
fetchFunction
, jsonSerializer
, and middleware
properties are now protected and thus available to inheriting classespostText
, postFormData
replaced by post
. The same goest for putText
, putFormData
, patchText
, patchFormData
, deleteText
, and deleteJson
.delete
now contains body
argument.RestRequestBuilder
changes:
postFormData
replaced by postData
, putFormData
replaced by putData
path(path: string)
for fluent URL buildingurl:string
property for reading current URLquery-string
package for creating query strings (you can use the queryStringOptions
property to customize the stringification process - see https://github.com/sindresorhus/query-string#stringifyobject-options)FAQs
Frui.ts template for Create React App.
The npm package @frui.ts/cra-template receives a total of 63 weekly downloads. As such, @frui.ts/cra-template popularity was classified as not popular.
We found that @frui.ts/cra-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.