3.0.8 • Published 5 years ago

@manomano/toolkit v3.0.8

Weekly downloads
22
License
MIT
Repository
-
Last release
5 years ago
  • Copyright (c) Colibri SAS - ManoMano
  • This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

Manoolkit

Demo of currently available components: Demo Toolkit (activate your VPN)

version 0.1.0

Minimum Requirements

ReactReact-DOMNode
16.416.48.9

Installation

yarn add @manomano/toolkit

or

npm install @manomano/toolkit --save

Usage

import { component } from '@manomano/toolkit';

Warning

Some components have external dependencies that increase the final bundle size.

  • React-table(41.29KB)

    • Table
  • React-Spring(31.79KB)

    • Alert
    • HeightTransition
    • Modal
    • OptionContainer
    • Overlay
    • Stepper
    • Tabs
    • TabBody
    • ToggleDown
    • Tooltip

Releasing new version of the Toolkit

In order to release a new version of the Toolkit, the Publish job of the master pipeline of GitlabCI needs to be triggered.

Then Semantic Release will analyse the name of every commits in the repository. This is why we recommend to squash every commits from the same branch and open a MR with a name following angular-commit convention (as mentioned below)

Gitlab MR name

prefix(scope): Name of the commit

Gitlab Description content

Description that might contain BREAKING CHANGE: here is the content of the breaking change

prefix

prefix byeffect on v1.2.3
choreno version: v1.2.3
fixpatch version: v1.2.4
featminor version: v1.3.0
feat/fix with BREAKING CHANGE in Gitlab descriptionmajor version: v2.0.0

scope

Scope can be:

  • the name of one modified Component

Or some names of concerned work

  • dept for dependencies
  • test for general updates on tests

BREAKING CHANGE

Warning: As breaking changes are not related to any issues (no Jira issue will ask a developer to do breaking changes), the Semantic Release system is looking for BREAKING CHANGE words inside the description of Gitlab MR.

Some questions about Releasing Toolkit?

Feel free to ask ft-core-react some help

3.0.8

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago