3.0.0 • Published 1 year ago

@rebilly/recomponents-next v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Revel

Design and develop clean, elegant, and performant Rebilly experiences.


About this repo

Revel is the design system used by designers and developers at Rebilly to build clean, elegant, and performant experiences for its merchants.

Commands

Install dependecies and start development

yarn && yarn docs:dev

Commands

CommandDescription
devRun the dev server for the component documentation. See docs:dev.
docs:devRun the dev server for the component documentation.
docs:buildBuild component documentation as a static HTML site.
buildBuild the library.
build:watchBuild the library and rebuild on file changes.
playground:devRun the playground dev server (see Playground).
lintRun eslint.
lint:fixRun eslint and automatically fix issues.
test:unitRun the unit tests.
test:unit:watchRun the unit tests on changed files, in watch mode.

Playground

Sometimes it is easier to test a complex configuration directly in a vue application, rather than through our vuepress documentation.

For this, we provide a playground server which can be run with:

yarn playground:dev

Note: You must copy the playground component file /src/playground/Playground-copyme.vue to Playground.vue.

Contribution guide

This package is following the Semantic Versioning specification with Conventional Commits and automated released with Semantic Release.

Pull-requests are squashed into main, and by default the title of the PR becomes the commit message. For this reason, PR titles in this repository are linted against Conventional Commits.

To create a feature, or fix an issue, create a PR into main with your fix, and ensure that the PR title follows Conventional Commits. Once approved, squash merging the PR into main will trigger Semantic Release, which will determine if a release is required based on the commit and if so automatically package and release the new version.

The following table shows examples of PR titles / main commit messages and the release they would trigger: | Commit/PR Title | Version | | - | -: | | perf(datepicker): ... | Patch release | | fix(datepicker): use margin of parent component in picker allocation | Patch release | | feat(datepicker): add option to specify picker vertical alignment | Feature release | | feat(datepicker)!: add option to specify picker vertical alignment | Breaking Release | | feat(datepicker): BREAKING CHANGE migrate from vuejs-datepicker to vue-date-picker | Breaking release |

Note: Only commit types fix, feat, perf or breaking changes will trigger a release. Types such as docs, chore, refactor will not trigger a release.

2.5.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.4.3

1 year ago

2.6.0

1 year ago

2.4.2

1 year ago

3.0.0

1 year ago

2.3.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.2

1 year ago

2.1.1

2 years ago

2.1.3

1 year ago

2.1.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.10.0

2 years ago

1.6.0

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago