Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite55e6b8

Browse files
Create CHANGELOG.md
Close#69
1 parent370674f commite55e6b8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
##[4.0.1] - 2018-08-12
8+
###Fixed
9+
- Fix an issue for which`componentDidMount` was called unnecessarily under some conditions.
10+
11+
##[4.0.0] - 2018-08-09
12+
###Added
13+
- Add[FAQ](https://github.com/MicheleBertoli/react-automata/blob/master/FAQ.md) section.
14+
15+
###Changed
16+
- Upgrade`xstate` to v3.3.3, and support all the actions types and activities.
17+
- Support conditions in tests[#54](https://github.com/MicheleBertoli/react-automata/pull/54).
18+
- Replace`minimatch` with`glob-to-regexp`[#55](https://github.com/MicheleBertoli/react-automata/pull/55).
19+
- Move`react-test-renderer` to peer dependencies[#56](https://github.com/MicheleBertoli/react-automata/pull/57).
20+
- Unify`Action` and`State` components, and make the (value)`is` props consistent (before:`show`/`hide` VS`value`).
21+
- Rename`withStateChart` to`withStateMachine`, and optimize rendering.
22+
- Rename`testStateChart` to`testStateMachine`, and change its arguments to`Component[, { fixtures, extendedState }]` (before:`{ statechart[, fixtures][, extendedState] }, Component`).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp