PageRenderTime 45ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/packages/core/flag/CHANGELOG.md

https://bitbucket.org/audioj/atlaskit-mk-2
Markdown | 267 lines | 123 code | 144 blank | 0 comment | 0 complexity | 381ae89146137f5ba696a00521ea9a21 MD5 | raw file
Possible License(s): LGPL-2.0, Apache-2.0
  1. # @atlaskit/flag
  2. ## 7.0.0
  3. - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
  4. ## 6.5.3
  5. - [patch] Export the AppearanceTypes type [d38fc10](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d38fc10)
  6. ## 6.5.2
  7. - [patch] Makes packages Flow types compatible with version 0.67 [25daac0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25daac0)
  8. ## 6.5.1
  9. - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
  10. ## 6.5.0
  11. - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
  12. ## 6.4.6
  13. - [patch] adds aria-expanded value to expander button in flag [7de4577](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7de4577)
  14. ## 6.4.5
  15. - [patch] updates Flag to closer match ADG spec [5392b60](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5392b60)
  16. ## 6.4.4
  17. - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
  18. ## 6.4.3
  19. ## 6.4.2
  20. - [patch] Remove babel-plugin-react-flow-props-to-prop-types [06c1f08](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c1f08)
  21. ## 6.4.1
  22. - [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
  23. ## 6.4.0
  24. - [minor] Update buttonIcon size depending if CrossIcon or ChevronIcon [16bf4e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/16bf4e5)
  25. ## 6.3.2
  26. ## 6.3.1
  27. ## 6.3.0
  28. - [minor] Update the expand button to medium size [05d8bd5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/05d8bd5)
  29. ## 6.2.2
  30. - [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak mk 2 [bdeef5b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bdeef5b)
  31. ## 6.2.1
  32. - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, $ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
  33. ## 6.2.0
  34. - [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
  35. ## 6.1.10
  36. ## 6.1.9
  37. - [patch] migrated flag to mk2 [630489e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/630489e)
  38. ## 6.1.8 (2017-11-22)
  39. * bug fix; long messages in Flags start to wrap, not overflow content. ([b69c45f](https://bitbucket.org/atlassian/atlaskit/commits/b69c45f))
  40. ## 6.1.7 (2017-11-15)
  41. * bug fix; fix flags within page components appearing behind navigation (issues closed: ak-1823) ([08e397e](https://bitbucket.org/atlassian/atlaskit/commits/08e397e))
  42. ## 6.1.6 (2017-11-13)
  43. * bug fix; update flag's react-transition-group dependency from v1 to v2 (issues closed: ak-3755) ([32f3af3](https://bitbucket.org/atlassian/atlaskit/commits/32f3af3))
  44. ## 6.1.5 (2017-11-02)
  45. * bug fix; added missing dependencies (issues closed: ak-3782) ([4dbc3ef](https://bitbucket.org/atlassian/atlaskit/commits/4dbc3ef))
  46. ## 6.1.4 (2017-10-26)
  47. * bug fix; fix to rebuild stories ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
  48. ## 6.1.3 (2017-10-22)
  49. * bug fix; update styled component dependency and react peerDep ([39f3286](https://bitbucket.org/atlassian/atlaskit/commits/39f3286))
  50. ## 6.1.2 (2017-10-15)
  51. * bug fix; update dependencies for react 16 compatibility ([fc47c94](https://bitbucket.org/atlassian/atlaskit/commits/fc47c94))
  52. ## 6.1.1 (2017-10-12)
  53. * bug fix; bumps version of Page (issues closed: ak-3680) ([8713649](https://bitbucket.org/atlassian/atlaskit/commits/8713649))
  54. ## 6.1.0 (2017-08-17)
  55. * feature; adding new AutoDismissFlag component (issues closed: ak-2974 ak-1503) ([9aa91c0](https://bitbucket.org/atlassian/atlaskit/commits/9aa91c0))
  56. ## 6.0.0 (2017-08-16)
  57. * breaking; The Flag.id prop has been changed from optional to required. ([91f8dc4](https://bitbucket.org/atlassian/atlaskit/commits/91f8dc4))
  58. * breaking; FlagGroup no longer illegally reads Flag.props.key ([91f8dc4](https://bitbucket.org/atlassian/atlaskit/commits/91f8dc4))
  59. ## 5.0.1 (2017-08-15)
  60. * bug fix; flag transitions between appearances smoothly, hides expand icon if not needed (issues closed: ak-2973 ak-3155) ([0766202](https://bitbucket.org/atlassian/atlaskit/commits/0766202))
  61. ## 5.0.0 (2017-08-11)
  62. * bug fix; fix the theme-dependency ([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
  63. * breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
  64. * breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
  65. ## 4.0.0 (2017-08-11)
  66. * breaking; affects internal styled-components implementation ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
  67. * breaking; implement dark mode theme ([d14522a](https://bitbucket.org/atlassian/atlaskit/commits/d14522a))
  68. ## 3.4.4 (2017-08-04)
  69. * bug fix; moves babel-plugin-react-flow-props-to-prop-types to a devDependency ([6378b88](https://bitbucket.org/atlassian/atlaskit/commits/6378b88))
  70. ## 3.4.3 (2017-07-27)
  71. * fix; rename jsnext:main to jsnext:experimental:main temporarily ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
  72. ## 3.4.2 (2017-07-25)
  73. * fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
  74. ## 3.4.1 (2017-07-19)
  75. ## 3.1.0 (2017-07-17)
  76. ## 3.1.0 (2017-07-17)
  77. ## 3.1.0 (2017-07-17)
  78. * fix; rerelease, failed prepublish scripts ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
  79. ## 3.1.0 (2017-07-17)
  80. * fix; replace incorrect component description in Flag storybook ([2c42255](https://bitbucket.org/atlassian/atlaskit/commits/2c42255))
  81. * feature; added ES module builds to dist and add jsnext:main to most ADG packages ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
  82. ## 3.0.0 (2017-07-06)
  83. * fix; add TransitionGroup to FlagGroup to handle lifecycle animations ([6dbb237](https://bitbucket.org/atlassian/atlaskit/commits/6dbb237))
  84. * breaking; Removed shouldDismiss prop from Flag. Just set a FlagGroup's children declaratively and animation
  85. will be handled automatically with TransitionGroup (you don't need to wait until the flag has
  86. animated out before updating your state).
  87. ISSUES CLOSED: AK-2558
  88. ## 2.2.1 (2017-06-19)
  89. * fix; bump Flag icon dependency to 7.x ([35bb4fa](https://bitbucket.org/atlassian/atlaskit/commits/35bb4fa))
  90. ## 2.2.0 (2017-06-05)
  91. * fix; add prop-types as a dependency to avoid React 15.x warnings ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
  92. * feature; added new optional bold flags, controlled by the Flag.appearance prop ([b78dca7](https://bitbucket.org/atlassian/atlaskit/commits/b78dca7))
  93. ## 2.1.2 (2017-05-12)
  94. * fix; flag dismiss button focus style and spacing now correct ([c0130be](https://bitbucket.org/atlassian/atlaskit/commits/c0130be))
  95. ## 2.1.1 (2017-05-11)
  96. * fix; bump modal-dialog dep, and change to a devDep ([d16f887](https://bitbucket.org/atlassian/atlaskit/commits/d16f887))
  97. ## 2.1.0 (2017-05-06)
  98. * feature; allow flags to be dismissed programatically via shouldDismiss prop ([445dcb4](https://bitbucket.org/atlassian/atlaskit/commits/445dcb4))
  99. ## 2.0.4 (2017-05-02)
  100. * fix; change to dependency on util-shared-styles to correct version ([a052c60](https://bitbucket.org/atlassian/atlaskit/commits/a052c60))
  101. ## 2.0.3 (2017-04-27)
  102. * fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
  103. ## 2.0.2 (2017-04-26)
  104. * fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
  105. ## 2.0.1 (2017-04-13)
  106. * fix; update flag stories to use new readme component ([1c56c84](https://bitbucket.org/atlassian/atlaskit/commits/1c56c84))
  107. ## 2.0.0 (2017-04-04)
  108. null refactor the flag component to use styled-components ([615208f](https://bitbucket.org/atlassian/atlaskit/commits/615208f))
  109. * breaking; added peerDependency "styled-components”, removed dependency “classnames”
  110. ISSUES CLOSED: AK-2028
  111. ## 1.0.9 (2017-03-23)
  112. * fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
  113. ## 1.0.7 (2017-03-21)
  114. ## 1.0.7 (2017-03-21)
  115. ## 1.0.6 (2017-03-21)
  116. * fix; accept JSX in description prop ([c986abf](https://bitbucket.org/atlassian/atlaskit/commits/c986abf))
  117. * fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
  118. ## 1.0.5 (2017-02-27)
  119. * fix; update flag's icon dependency to latest ([e60c12a](https://bitbucket.org/atlassian/atlaskit/commits/e60c12a))
  120. ## 1.0.4 (2017-02-20)
  121. * fix; use correctly scoped package names in npm docs ([91dbd2f](https://bitbucket.org/atlassian/atlaskit/commits/91dbd2f))
  122. ## 1.0.3 (2017-02-10)
  123. * fix; Dummy commit to release components to registry ([5bac43b](https://bitbucket.org/atlassian/atlaskit/commits/5bac43b))