@financial-times/n-myft-ui 25.0.0-beta.3 → 26.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -44,7 +44,7 @@ View the demo on `localhost:5005`
44
44
 
45
45
  ### Upgrading from v25
46
46
 
47
- V24 introduces some major changes to n-myft-ui components. Some of the components have been moved from handlebars to jsx.
47
+ V25 introduces some major changes to n-myft-ui components. Some of the components have been moved from handlebars to jsx.
48
48
 
49
49
  These components include:
50
50
  - csrf-token
@@ -53,6 +53,7 @@ These components include:
53
53
  - pin-button
54
54
  - concept-list
55
55
  - collections
56
+ - InstantAlert
56
57
 
57
58
  A consumer of any of these components needs to render them directly as `jsx` components in a parent `jsx` component or use the `renderReactComponent` helper function provided by `@financial-times/dotcom-server-handlebars` in a consuming handlebars template/partial.
58
59
 
@@ -87,5 +88,3 @@ To render a jsx component in a handlebars partial, consumers need to add the `he
87
88
 
88
89
  More examples of rendering jsx in handlebars partials can be found [here](https://github.com/Financial-Times/n-myft-ui/blob/main/demos/templates/demo.html)
89
90
 
90
-
91
- NB: This branch is the development branch for v25 and all bug fixes for breaking changes related to `jsx` go here.