Skip to content

Commit

Permalink
docs(Changelog): add recent releases to changelog
Browse files Browse the repository at this point in the history
To help kickstart the changelog usage
  • Loading branch information
benjamincharity committed Mar 6, 2019
1 parent 4e26f2b commit 6594bd7
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,82 @@
* chore(CI): add yarn to project dependencies ([ad1712d](https://github.com/GetTerminus/terminus-ui/commit/ad1712d))
* chore(CI): now installing with frozen lockfile ([f7079f4](https://github.com/GetTerminus/terminus-ui/commit/f7079f4))
* refactor(button): integration test for button component (#1394) ([1a34e18](https://github.com/GetTerminus/terminus-ui/commit/1a34e18)), closes [#1394](https://github.com/GetTerminus/terminus-ui/issues/1394) [#1281](https://github.com/GetTerminus/terminus-ui/issues/1281)


## <small>11.6.0 (2019-03-01)</small>

* feat(TestHelpers): moved all core test helpers into the library ([9f63d1f](https://github.com/GetTerminus/terminus-ui/commit/9f63d1f)), closes [#1074](https://github.com/GetTerminus/terminus-ui/issues/1074)


#### Modules that now expose test helpers:

See the module’s usage documentation for a full list of helpers.

- `TsCheckbox`
- `TsDateRange`
- `TsInput`
- `TsSelect`
- `TsRadioGroup`

#### Replaced core helpers:

| New Helper | Replaced functions from core |
|--------------------------------------------|----------------------------------------|
| `toggleCheckbox` | `checkTsCheckbox`, `uncheckTsCheckbox` |
| `sendInput` | `setTsInputValue`, `setTsDatePicker` |
| `selectStandardRadio`, `selectVisualRadio` | `setTsRadioBoxValueByText` |
| `setDateRangeValues` | `setTsDateRangeValue` |
| `getAllOptionInstances` | `getOptions` |
| `openSelect` | `openSelector` |
| `selectOption` | `selectOption` |


## <small>11.5.0 (2019-02-28)</small>

* feat(Icon): updated with new svg's for logo ([21896b2](https://github.com/GetTerminus/terminus-ui/commit/21896b2))
* feat(Logo): logo component is now available ([8b47382](https://github.com/GetTerminus/terminus-ui/commit/8b47382))


## <small>11.4.0 (2019-02-27)</small>

* feat(Icon): updated CSV svg ([2857dd5](https://github.com/GetTerminus/terminus-ui/commit/2857dd5)), closes [#1078](https://github.com/GetTerminus/terminus-ui/issues/1078)


## <small>11.3.1 (2019-02-20)</small>

* fix(DatePicker): overwrite material z-index with our map ([bb55e0a](https://github.com/GetTerminus/terminus-ui/commit/bb55e0a))


## <small>11.3.0 (2019-02-19)</small>

* feat(Validation): now using date pipe ([0db8c35](https://github.com/GetTerminus/terminus-ui/commit/0db8c35))


## <small>11.2.1 (2019-02-19)</small>

* fix(FileUpload): protect against cdr being called after it's destroyed ([0990b38](https://github.com/GetTerminus/terminus-ui/commit/0990b38))


## <small>11.2.0 (2019-02-19)</small>

* feat(Validation): add domain validator ([#1366](https://github.com/GetTerminus/terminus-ui/issues/1366)) ([9ade135](https://github.com/GetTerminus/terminus-ui/commit/9ade135))


## <small>11.1.17 (2019-02-19)</small>

* fix(Input): sanitized mask value no longer overwriting UI ([ed2bfd9](https://github.com/GetTerminus/terminus-ui/commit/ed2bfd9)), closes [#1167](https://github.com/GetTerminus/terminus-ui/issues/1167)
* fix(Packages): allow v5 or v6 to be used for ngx-tools ([492432b](https://github.com/GetTerminus/terminus-ui/commit/492432b))


## <small>11.1.16 (2019-02-14)</small>

* fix(Select): filter now fixed at top of panel ([d3d266f](https://github.com/GetTerminus/terminus-ui/commit/d3d266f))
* fix(Select): now correctly opening up/down based on position within viewport ([159568f](https://github.com/GetTerminus/terminus-ui/commit/159568f))
* fix(Select): panel no longer is positioned away from the trigger ([19ef6e0](https://github.com/GetTerminus/terminus-ui/commit/19ef6e0)), closes [#1351](https://github.com/GetTerminus/terminus-ui/issues/1351)
* fix(Select): panel now positioned correctly on the x axis ([69e5f05](https://github.com/GetTerminus/terminus-ui/commit/69e5f05))

---

## <small><11.1.16</small>

For changes prior to `11.1.16` see individual releases: https://github.com/GetTerminus/terminus-ui/releases

0 comments on commit 6594bd7

Please sign in to comment.