Skip to content

Releases: eug-vs/react-benzin

Context-aware Markdown

14 Jan 17:29
e1d1bb9
Compare
Choose a tag to compare
  • support $variableName syntax to pull from context.variableName
  • allow passing custom remark plugins to <Markdown />
  • deprecate <ContentSection />

Markdown support

06 Apr 14:52
62df0ff
Compare
Choose a tag to compare

Features

  • Markdown component that is capable of parsing .md files from plaintext or url.

BENZIN 3 Stable

08 Feb 20:55
a72027d
Compare
Choose a tag to compare

Features

6 fully-functioning components

  • BenzinThemeProvider
  • Header
  • Window
  • ContentSection
  • SmartList
  • Button

Typescript

BENZIN implements full Typescript support to offer the best experience to it's consumers.

Documentation

Although documentation is not there yet, one can enjoy advises and examples in README.md.

Entry point fix

04 Feb 17:29
Compare
Choose a tag to compare
v2.2.2

fix: change package entry point back to index.js

Partial Typescript migration

04 Feb 16:38
3e836ec
Compare
Choose a tag to compare
v2.2.1

chore: release v2.2.1

BENZIN

28 Jan 19:26
d246305
Compare
Choose a tag to compare

BENZIN v1.0.1

This is a very first release of BENZIN library.
You can install it with npm:

$ npm i react-benzin

Functionality

This version of BENZIN only implements core functionality, such as Header for you app, Windows for content (primary, secondary or mono), a few ways to represent your information, like ContentSection or SmartList (based on react-virtualized).

Explore package online

https://www.npmjs.com/package/react-benzin

Demo

To run a live example, simply execute:

$ npm start