@digigov/react-core 1.0.0-rc.6 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +55 -2
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,59 @@
1
1
  # Change Log - @digigov/react-core
2
2
 
3
- This log was last generated on Thu, 20 Jul 2023 12:53:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
4
+
5
+ ## 1.0.0
6
+ Fri, 15 Dec 2023 15:23:56 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - Delete PageTitleCaption
11
+ - Remove PageTitleSection and HeaderSubtitle
12
+ - Rename PageTitle to Section
13
+ - Upgrade versions to v1.0.0-rc
14
+ - Refactor libs to a generic UI library removing personas organizing
15
+
16
+ ### Minor changes
17
+
18
+ - Change divider prop name to dividerText
19
+ - major refactor
20
+ - Add props in Accordion* and AdminTopSection
21
+ - Manage unused or dangling css classes
22
+ - Move Icon to react-icons
23
+ - Refactor props at Table, TableRow and TableDataCell
24
+ - Add fullwidth prop in DropdownContent
25
+ - Add horizontal prop in List
26
+ - Create Typography component, refactor react core typography components with Typography component
27
+ - Update Navigation structure
28
+ - Refactoring in Panel, NotificationBanner, Loader, CopyToClipboard, Chip, layout elements and form elements
29
+ - Create Stack component, update classNames and component names at Grid, FiledContainer, Filter, Autocomplete, FileUploadContainer, Footer, List, Header and Drawing
30
+ - Rename classNames and component names in Layout, Chip, PhaseBanner, SingleCharacterInput, Search. Refactor props at Select, WarningText
31
+ - Remove AccessibilityMenu components, add FloatingButton and OptionButton, add bgColor prop to Drawer
32
+ - Create ImageLogo and ImageLogoSet components
33
+ - Update props at Nav component, add props at CloseButton component
34
+ - Update Container's structure and Container's, Main's and Aside's classNames
35
+ - Add dense prop in Modal
36
+ - Add dense prop in CopyToClipboard, ErrorSummary, NotificationBanner and WarningText
37
+ - Add dense prop at /form components
38
+ - Add dense variants in all navigation components
39
+ - Add BackToTop components
40
+ - Add breakWords prop in Heading and in Hint
41
+
42
+ ### Patches
43
+
44
+ - Merge Paragraph with NormalText
45
+ - Fix Paragraph props
46
+ - add direction prop at Tabs
47
+ - Normalize JSDoc comments
48
+ - Call Heading in PageTitleHeading
49
+ - Rename some classNames
50
+ - Fix Container component, add Container component inside AdminContainer
51
+ - Update class names following @digigov/css changes
52
+ - Add --dense class to content components
53
+ - Export proper TabsListItemBase, TabsPanelBase
54
+ - Fix publint not running correctly
55
+ - Fix linter errors
56
+ - Include heading & caption class name in Unpurge component
4
57
 
5
58
  ## 0.26.0
6
59
  Thu, 20 Jul 2023 12:53:54 GMT
@@ -58,7 +111,7 @@ Tue, 02 May 2023 09:16:06 GMT
58
111
 
59
112
  ### Minor changes
60
113
 
61
- - Create SingleCharacterInputs and SinlgeCharacterInputItem components
114
+ - Create SingleCharacterInputContainer and SinlgeCharacterInputItem components
62
115
  - Remove unused nav props
63
116
 
64
117
  ## 0.22.0
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.0.0-rc.6
1
+ /** @license Digigov v1.0.0
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/react-core",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.0",
4
4
  "description": "@digigov react core components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -11,8 +11,8 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "1.0.0-rc.6",
15
- "@digigov/react-icons": "1.0.0-rc.6",
14
+ "@digigov/css": "1.0.0",
15
+ "@digigov/react-icons": "1.0.0",
16
16
  "clsx": "1.1.1",
17
17
  "react": "^16.8.0 || ^17.0.0",
18
18
  "react-dom": "^16.8.0 || ^17.0.0"