# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

See README.md for release description.

## [Unreleased] - YYYY-MM-DD

### Fixed

### Added

### Removed

### Changed

## [1.1.1] - 2023-06-08

### Fixed

- Added eslint-config-airbnb-typescript-prettier to project template
- Updated the project templates readme with start script with reference to vite
  config
- Updated the project templates package versions

## [1.1.0] - 2023-06-07

### Added

- added support for buflib make_build vite

## [1.0.3] - 2022-02-04

### Fixed

- Fixed bug where make_project did not copy over the file build/index.html from
  the template project

## [1.0.2] - 2022-02-04

### Fixed

- Fixed bug where make_project and make_build did not copy over all template
  files

## [1.0.1] - 2022-02-04

### Fixed

- Fixed bug where make_project and make_build tried to get template files from
  user directory.

## [1.0.0] - 2022-02-04

### Added

- Command to scaffold project: `buflib make_project <name>`
- Command to scaffold build system: `buflib make_build webpack`

## [0.0.10] - 2021-05-14

### Fixed

- fixed file path error on mac, when trying to get template file from the
  installed buflib_cli module

## [0.0.9] - 2020-11-10

- If options set for "componentsPath" and "storiesPath" are identical, then the
  story file will now be put in the corresponding component folder and not on
  the root of the components.

## [0.0.8] - 2020-11-10

- Updated story template that are used for scaffolding to replace knobs with
  actions.
- Updated component templates that are used for scaffolding to have more helpful
  starter code that follows new standards.

## [0.0.7] - 2020-04-23

### Added

- [User configuration options](https://dev.azure.com/Smidig/BufPublicTest/_git/buflib_cli?path=%2Fdocs%2Fconfiguration.md&_a=preview)
- New flag `--help` with alias `-h`
- New flag `--version` with alias `-v`

## [0.0.6] - 2020-04-06

### Fixed

- Consistent single quotes in javascript in the template used for scaffolding
  story file in command `buflib make_story <ComponentName>`.

### Changed

- Changed name from @bufdir/buflib_cli to buflib_cli
- Changed registry from devops artifacts to npmjs

## [0.0.5] - 2020-03-25

### Added

- New command `buflib make_story <ComponentName>` with aliases 'ms', and
  'make_story'
- New aliases for make_comp - 'make_component', 'mk', 'make-component' and
  'make-comp'

## [0.0.4] - 2020-03-24

### Added

- More content in created component file with `buflib make_comp <ComponentName>`
- Adding style file to component with `buflib make_comp <ComponentName>`
- Altering cli users entry file with export of newly created component with
  `buflib make_comp <ComponentName>`

## [0.0.3] - 2020-03-13

### Fixed

- Moved "#!/usr/bin/env node" from ./src/main to to ./index.js

## [0.0.2] - 2020-03-13

### Fixed

- Converted to es6
